.
This commit is contained in:
parent
6aba12fd3a
commit
ac101f66d3
1 changed files with 3 additions and 5 deletions
|
@ -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,7 +41,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue