fixed HTML
This commit is contained in:
parent
1eb96effe0
commit
145c71e18b
|
@ -23,23 +23,27 @@ $Id$
|
|||
|
||||
*/
|
||||
|
||||
echo ("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n");
|
||||
echo ("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
|
||||
|
||||
?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="../style/layout.css" />
|
||||
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="../style/layout.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table border=0 width="100%">
|
||||
<tr>
|
||||
<td width="100" rowspan=4> </td>
|
||||
<td rowspan=4>
|
||||
<p align="center"><a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1></a></p>
|
||||
<td width="100" rowspan=3> </td>
|
||||
<td rowspan=3 align="center">
|
||||
<a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
|
||||
</td>
|
||||
<td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p></td>
|
||||
<td width="100" align="right" height=20><a href="./logout.php" target="_top"><b><? echo _("Logout") ?></b></a></td>
|
||||
</tr>
|
||||
<tr><td height=3></td></tr>
|
||||
<tr>
|
||||
<td align="right"><a href="./profedit/profilemain.php" target="mainpart"><? echo _("Profile Editor") ?></a></td>
|
||||
</tr>
|
||||
|
@ -50,9 +54,10 @@ $Id$
|
|||
<br>
|
||||
<table border=0 align="center" width="600">
|
||||
<tr>
|
||||
<td width="200"><p align="center"><a href="./lists/listusers.php" target="mainpart"> <? echo _("Users");?> </a></p></td>
|
||||
<td width="200"><p align="center"><a href="./lists/listgroups.php" target="mainpart"> <? echo _("Groups");?> </a></p></td>
|
||||
<td width="200"><p align="center"><a href="./lists/listhosts.php" target="mainpart"> <? echo _("Hosts");?> </a></p></td>
|
||||
<td width="200" align="center"><a href="./lists/listusers.php" target="mainpart"> <? echo _("Users");?> </a></td>
|
||||
<td width="200" align="center"><a href="./lists/listgroups.php" target="mainpart"> <? echo _("Groups");?> </a></td>
|
||||
<td width="200" align="center"><a href="./lists/listhosts.php" target="mainpart"> <? echo _("Hosts");?> </a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue