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