minor bugfix
This commit is contained in:
parent
e6a07195ef
commit
63272e86c9
5 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="Titel">
|
<div class="Titel">
|
||||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||||
<h1>Katalog</h1>
|
<h1>Katalog</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="Titel">
|
<div class="Titel">
|
||||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||||
<h1>Katalog</h1>
|
<h1>Katalog</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="Titel">
|
<div class="Titel">
|
||||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||||
<h1>Katalog</h1>
|
<h1>Katalog</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="Titel">
|
<div class="Titel">
|
||||||
<a href="index.html"><button id= zurueck">zurück</button></a>
|
<a href="index.html"><button id= "zurueck">zurück</button></a>
|
||||||
<h1>Katalog</h1>
|
<h1>Katalog</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -34,10 +34,10 @@
|
||||||
Buch im Inventar
|
Buch im Inventar
|
||||||
<select name="selection" id="selection" onchange="location.assign(this.value);">
|
<select name="selection" id="selection" onchange="location.assign(this.value);">
|
||||||
<option></option>
|
<option></option>
|
||||||
<option value=find.html>Finden</option>
|
<option value=findInventar.htm>Finden</option>
|
||||||
<Option value="add.html">Hinzufügen</Option>
|
<Option value="addInventar.htm">Hinzufügen</Option>
|
||||||
<option value="change.html">Bearbeiten</option>
|
<option value="changeInventar.htm">Bearbeiten</option>
|
||||||
<option value="delete.html">Löschen</option>
|
<option value="deleteInventar.htm">Löschen</option>
|
||||||
</select>
|
</select>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
|
|
Loading…
Reference in a new issue