34 lines
947 B
Plaintext
34 lines
947 B
Plaintext
<html>
|
|
<head><title>Library Application</title></head>
|
|
<body bgcolor="white">
|
|
<table border="0" width="100%" height="100%" cellpadding="5">
|
|
<colgroup>
|
|
<col width="10%">
|
|
<col width="80%">
|
|
<col width="10%">
|
|
</colgroup>
|
|
<!-- Kopfbereich -->
|
|
<tr bgcolor="lightgrey" height="10%">
|
|
<td align="center" colspan="3"><b>Library Manager</b></td>
|
|
</tr>
|
|
<!-- Hauptbereich -->
|
|
<tr>
|
|
<!-- Linker Navigationsbereich -->
|
|
<td bgcolor="tan" valign="top" with="100"><a href="/kontor">Kontor</a></td>
|
|
<td bgcolor="wheat" valign="top">
|
|
<p>Library Manager</p>
|
|
<a href="jsp/bookList.jsp">Show the book list</a>
|
|
</td>
|
|
<!-- Rechter Navigationsbereich -->
|
|
<td bgcolor="tan" with="15%"> </td>
|
|
</tr>
|
|
<!-- Fussbereich -->
|
|
<tr bgcolor="lightgrey" height="10%">
|
|
<td align="right" colspan="3">
|
|
<p>Ingenieurbüro Thomas Peetz</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|