Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bosch_test
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
david31415
bosch_test
Commits
3c1d28c3
Commit
3c1d28c3
authored
Jan 27, 2021
by
david31415
Browse files
Options
Downloads
Patches
Plain Diff
1.1 feladat megoldása
parent
80727c48
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
feladat1/form.php
+11
-0
11 additions, 0 deletions
feladat1/form.php
feladat1/index.html
+33
-2
33 additions, 2 deletions
feladat1/index.html
feladat1/list.php
+28
-0
28 additions, 0 deletions
feladat1/list.php
with
72 additions
and
2 deletions
feladat1/form.php
0 → 100644
+
11
−
0
View file @
3c1d28c3
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
/>
<title>
Hozzáadás felület
</title>
</head>
<body>
Form helye
</table>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
feladat1/index.html
+
33
−
2
View file @
3c1d28c3
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<!--- Bootstrap CSS --->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<title>
Hello World
</title>
</head>
<body>
Under construction!
<!-- Ezeket éles helyzetben saját helyről szolgálnám ki -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src=
"https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity=
"sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity=
"sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin=
"anonymous"
></script>
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light"
>
<a
class=
"navbar-brand"
href=
"index.html"
>
Dömők Dávid
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarNav"
aria-controls=
"navbarNav"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarNav"
>
<ul
class=
"navbar-nav"
>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"form.php"
>
Hozzáadás
<span
class=
"sr-only"
>
(current)
</span></a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"list.php"
>
Listázás
</a>
</li>
</ul>
</div>
</nav>
</body>
</html>
This diff is collapsed.
Click to expand it.
feladat1/list.php
0 → 100644
+
28
−
0
View file @
3c1d28c3
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
/>
<title>
Listázó felület
</title>
</head>
<body>
Táblázat
<table
id=
"table1"
>
<tr>
<th>
tulajdonos neve
</th>
<th>
autó megnevezés
</th>
<th>
garancia állapota
</th>
<th>
autó életkor
</th>
<th>
szerviz kezdete
</th>
<th>
szerviz kész
</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment