-added stylesheet support
This commit is contained in:
parent
61c81cd9b2
commit
5735bf1795
|
@ -26,22 +26,24 @@ $Id$
|
|||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<table border=0 width="100%">
|
||||
<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">
|
||||
</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>
|
||||
</table>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue