Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DErcoli Chiara (Student Com20)
aebi
Commits
0c8f205b
Commit
0c8f205b
authored
Apr 11, 2021
by
DErcoli Chiara (Student Com20)
Browse files
final for ubung.1
parent
c4486830
Changes
2
Hide whitespace changes
Inline
Side-by-side
(ubungs.3)add.html
View file @
0c8f205b
...
...
@@ -3,6 +3,7 @@
<head>
<meta
lang=
"eng"
>
<meta
charset=
"utf8"
>
<title>
interface2
</title>
</head>
<body>
<h1>
hinzufungen
</h1>
...
...
ubungs.3.html
View file @
0c8f205b
...
...
@@ -13,30 +13,34 @@
<tr>
<th>
user
</th>
<th>
borrowed book
</th>
<th>
loan deadline
</th>
<th>
buttons
</th>
</tr>
<tr>
<td>
user 1
</td>
<td>
book 1
</td>
<td>
mickey mouse
</td>
<td>
the catcher in the rye
</td>
<td>
March 31 2022
</td>
<td>
<button>
edit
</button>
<button>
cancel
</button>
<button>
delete
</button>
</td>
</tr>
<tr>
<td>
user 2
</td>
<td>
book 2
</td>
<td>
minnie mouse
</td>
<td>
the year of the hare
</td>
<td>
December 31 2021
</td>
<td>
<button>
edit
</button>
<button>
cancel
</button>
<button>
delete
</button>
</td>
</tr>
<tr>
<td>
user 3
</td>
<td>
book 3
</td>
<td>
iron man
</td>
<td>
Elon 101
</td>
<td>
December 2 2021
</td>
<td>
<button>
edit
</button>
<button>
cancel
</button>
<button>
delete
</button>
</td>
</tr>
</table>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment