36 lines
917 B
Plaintext
36 lines
917 B
Plaintext
<html>
|
|
<head><title>Comic 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>Comic Manager</b></td>
|
|
</tr>
|
|
<!-- Hauptbereich -->
|
|
<tr>
|
|
<!-- Linker Navigationsbereich -->
|
|
<td bgcolor="tan" valign="top" with="100">test</td>
|
|
<td bgcolor="wheat" valign="top">
|
|
<p>Comic Manager</p>
|
|
<a href="index.jsp">Show the comic 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>
|