Revision d6abf599
Added by Holger Bauer almost 20 years ago
usr/local/www/index.php | ||
---|---|---|
61 | 61 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
62 | 62 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
63 | 63 |
</head> |
64 |
<form> |
|
65 | 64 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
65 |
<form> |
|
66 | 66 |
<?php |
67 | 67 |
echo "<center>"; |
68 | 68 |
echo "<a href=\"/\"><img src=\"/logo.gif\" border=\"0\"></a><p>"; |
... | ... | |
155 | 155 |
<link href="gui.css" rel="stylesheet" type="text/css"> |
156 | 156 |
</head> |
157 | 157 |
|
158 |
<form> |
|
159 | 158 |
|
160 | 159 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
160 |
<form> |
|
161 | 161 |
<?php include("fbegin.inc"); ?> |
162 | 162 |
<table width="100%" border="0" cellspacing="0" cellpadding="0"> |
163 | 163 |
<tr align="center" valign="top"> |
... | ... | |
319 | 319 |
|
320 | 320 |
</table> |
321 | 321 |
<?php include("fend.inc"); ?> |
322 |
</form> |
|
322 | 323 |
</body> |
323 | 324 |
</html> |
324 | 325 |
<?php |
... | ... | |
387 | 388 |
|
388 | 389 |
} |
389 | 390 |
|
390 |
?> |
|
391 |
|
|
391 |
?> |
Also available in: Unified diff
fixed a cosmetic bug that made this page showing without borderspace in IE
- by pfjason