Merge remote-tracking branch 'origin/Felix'

This commit is contained in:
Naumann 2020-06-08 14:43:19 +02:00
commit e62dfd851d
11 changed files with 11 additions and 24 deletions

View File

@ -28,8 +28,8 @@
<option>EBook</option>
<option>EPaper</option>
</select>
<input type="url" name="ImageLink" class="input" placeholder="Bildlink">
<input type="number" name="LendTime" class="input" placeholder="Verteihdauer">
<input type="url" name="ImageLink" class="input" placeholder="Bild">
<input type="number" name="LendTime" class="input" placeholder="Verteihdauer" min="0">
<select class="input" name="Category">
<option>Physical</option>
<option>Virtual</option>

View File

@ -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>

View File

@ -15,7 +15,7 @@
<div class="Eingabe">
<h2>Eingabe</h2>
<form action="catalogue_search.php">
<input type="number" name="ItemId" class="input" placeholder="ItemId">
<input type="number" name="ItemId" class="input" placeholder="ItemId" min="0">
<input type="date" name="teturnDate" class="input" placeholder="Rückgabedatum">
<input type="text" name="customer" class="input" placeholder="Kunde">
<label class="input"><input type="checkbox" name="returned" value="true" >zurückgegeben</label></br>

View File

@ -15,7 +15,7 @@
<div class="Eingabe">
<h2>Eingabe</h2>
<form action="inventar_search.php">
<input type="number" name="BookId" class="input" placeholder="Geben sie die Id des Exemplars ein welches Sie entfernen wollen">
<input type="number" name="BookId" class="input" placeholder="Geben sie die Id des Exemplars ein welches Sie entfernen wollen" min="0">
<input type="submit" name="go" id="go">
</form>
</div>

View File

@ -14,7 +14,7 @@
<div class="Eingabe">
<h2>Eingabe</h2>
<form action="lend_search.php">
<input type="number" name="VerleihId" class="input" placeholder="Geben sie die gesuchte verleihId an" min= "0">
<input type="number" name="VerleihId" class="input" placeholder="Geben sie die gesuchte VerleihId an" min= "0">
<input type="submit" name="go" id="go">
</form>
</div>

View File

@ -5,8 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bücherwurm WebInterface</title>
<link rel="stylesheet" type="text/css" href="scss/main.css" media="screen" />
<!--<link rel="stylesheet" href="tables.css">
<link rel="stylesheet" href="menu.css">-->
</head>
<body class="theme-1">
<div name="main"><!-- der ganze Inhalt ohne Hintergrund. Soll mobileFirst Senkrecht ausgerichtet sein -->
@ -18,7 +16,7 @@
<label for="choices">Katalog</label>
</dt>
<dd>
Buch im Katalog
<select name="selection" id="selection" onchange="location.assign(this.value);">
<option></option>
<option value=findKatalog.htm>Finden</option>
@ -31,7 +29,7 @@
<label for="choices">Inventar</label>
</dt>
<dd>
Buch im Inventar
<select name="selection" id="selection" onchange="location.assign(this.value);">
<option></option>
<option value=findInventar.htm>Finden</option>
@ -43,13 +41,12 @@
<label for="choices">Verleihvorgang</label>
</dt>
<dd>
Verleihvorgang
<select name="selection" id="selection" onchange="location.assign(this.value);">
<option></option>
<option value=findVerleih.htm>Finden</option>
<Option value="addVerleih.htm">Hinzufügen</Option>
<option value="changeVerleih.htm">Bearbeiten</option>
<option value="deleteVerleih.htm">Löschen</option>
</select>
</dd>
</form>

View File

@ -1 +0,0 @@
/* No CSS *//*# sourceMappingURL=menu.css.map */

View File

@ -1,9 +0,0 @@
{
"version": 3,
"mappings": "",
"sources": [
"menu.scss"
],
"names": [],
"file": "menu.css"
}

View File

View File

@ -51,7 +51,7 @@ body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100px;
width: 150px;
height: 30px;
}

View File

@ -39,7 +39,7 @@ body
margin-left: 40%;
margin-top: 5%;
align-items: center;
width: 100px;
width: 150px;
height: 30px;
}
}