-added stylesheet support

This commit is contained in:
dechutes 2003-04-09 17:10:00 +00:00
parent 61c81cd9b2
commit 5735bf1795
1 changed files with 21 additions and 19 deletions

View File

@ -26,22 +26,24 @@ $Id$
?> ?>
<html> <html>
<head> <head>
</head> <link rel=\"stylesheet\" type=\"text/css\" href=\"../style/layout.css\" />
<body>
<table border=0 width="100%"> </head>
<tr> <body>
<td width="100"></td> <table border=0 width="100%">
<td><p align="center"><a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1></a></p></td> <tr>
<td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p><br></td> <td width="100"></td>
</tr> <td><p align="center"><a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1></a></p></td>
</table> <td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p><br></td>
<br> </tr>
<table border="0" align="center" width="600"> </table>
<tr> <br>
<td width="200"><p align="center"><a href="../lib/listusers.php" target="mainpart"> <? echo _("Users");?> </a></p></td> <table border="0" align="center" width="600">
<td width="200"><p align="center"><a href="../lib/listgroups.php" target="mainpart"> <? echo _("Groups");?> </a></p></td> <tr>
<td width="200"><p align="center"><a href="../lib/listhosts.php" target="mainpart"> <? echo _("Hosts");?> </a></p></td> <td width="200"><p align="center"><a href="../lib/listusers.php" target="mainpart"> <? echo _("Users");?> </a></p></td>
</tr> <td width="200"><p align="center"><a href="../lib/listgroups.php" target="mainpart"> <? echo _("Groups");?> </a></p></td>
</table> <td width="200"><p align="center"><a href="../lib/listhosts.php" target="mainpart"> <? echo _("Hosts");?> </a></p></td>
</body> </tr>
</table>
</body>