just a small fix
This commit is contained in:
parent
3d1258eaf5
commit
f519faebd9
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
<input type="text" name="Country" class="input" placeholder="Herkunft">
|
||||
<input type="url" name="Link" class="input" placeholder="Link">
|
||||
<input type="text" name="Language" class="input" placeholder="Sprache">
|
||||
<input type="number" name="Pages" class="input" placeholder="Seiten">
|
||||
<input type="number" name="Pages" class="input" placeholder="Seiten" min="0">
|
||||
<input type="date" name="Year" class="input" placeholder="Erscheinungsjahr"> <!-- Nur YYYY--> <!--funktioniert nur über ein Skript, alternativ type="number" mit min und max restrictions-->
|
||||
<select class="input" name="Category">
|
||||
<option>Book</option>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<option>EBook</option>
|
||||
<option>EPaper</option>
|
||||
</select>
|
||||
<input type="url" name="ImageLink" class="input" placeholder="Bild">
|
||||
<input type="url" name="ImageLink" class="input" placeholder="Bildlink">
|
||||
<input type="number" name="LendTime" class="input" placeholder="Verteihdauer">
|
||||
<select class="input" name="Category">
|
||||
<option>Physical</option>
|
||||
|
|
Loading…
Reference in a new issue