added fieldset

This commit is contained in:
Roland Gruber 2009-05-03 16:01:07 +00:00
parent fe7cf787f1
commit 4dc3bc275e
1 changed files with 7 additions and 8 deletions

View File

@ -56,11 +56,9 @@ echo $_SESSION['header'];
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a> <img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager"></a>
</p> </p>
<hr> <hr>
<H1 align="center"> <br><br>
<?php <fieldset>
echo _("LAM configuration"); <legend><b> <?php echo _("LAM configuration"); ?> </b></legend>
?>
</H1>
<TABLE border="0"> <TABLE border="0">
<?php <?php
if (is_dir("../selfService")) echo "<tr><td rowspan=4 width=20>&nbsp;</td><td></td><td></td></tr>\n"; if (is_dir("../selfService")) echo "<tr><td rowspan=4 width=20>&nbsp;</td><td></td><td></td></tr>\n";
@ -69,7 +67,7 @@ echo $_SESSION['header'];
<TR> <TR>
<TD width="60" height="70"> <TD width="60" height="70">
<a href="mainlogin.php"> <a href="mainlogin.php">
<IMG height="50" width="50" alt="general settings" src="../../graphics/bigTools.png"> <IMG height="32" width="32" alt="general settings" src="../../graphics/bigTools.png">
</a> </a>
</TD> </TD>
<TD><BIG> <TD><BIG>
@ -81,7 +79,7 @@ echo $_SESSION['header'];
<TR> <TR>
<TD height="70"> <TD height="70">
<a href="conflogin.php" target="_self"> <a href="conflogin.php" target="_self">
<IMG height="50" width="50" alt="server settings" src="../../graphics/bigServers.png"> <IMG height="32" width="32" alt="server settings" src="../../graphics/profiles.png">
</a> </a>
</TD> </TD>
<TD><BIG> <TD><BIG>
@ -95,7 +93,7 @@ echo $_SESSION['header'];
echo "<TR>\n"; echo "<TR>\n";
echo "<TD height=\"70\">\n"; echo "<TD height=\"70\">\n";
echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n"; echo "<a href=\"../selfService/adminLogin.php\" target=\"_self\">\n";
echo "<IMG height=\"50\" width=\"50\" alt=\"self service\" src=\"../../graphics/bigPeople.png\">\n"; echo "<IMG height=\"32\" width=\"32\" alt=\"self service\" src=\"../../graphics/bigPeople.png\">\n";
echo "</a>\n"; echo "</a>\n";
echo "</TD>\n"; echo "</TD>\n";
echo "<TD><BIG>\n"; echo "<TD><BIG>\n";
@ -107,6 +105,7 @@ echo $_SESSION['header'];
} }
?> ?>
</TABLE> </TABLE>
</fieldset>
<p><br><br><br><br><br></p> <p><br><br><br><br><br></p>
<!-- back to login page --> <!-- back to login page -->