added profile editor to header

removed double image
This commit is contained in:
Roland Gruber 2003-05-25 11:17:11 +00:00
parent 3979829923
commit 3e1344f19e
3 changed files with 3 additions and 14 deletions

View File

@ -35,7 +35,8 @@ $Id$
<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>
<td width="100"><p align="right"><a href="./logout.php" target="_top"><? echo _("Logout") ?></a></p>
<p align="right"><a href="./profedit/profilemain.php" target="mainpart"><? echo _("Profile Editor") ?></a></p></td>
</tr>
</table>
<br>

View File

@ -40,9 +40,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) {
echo ("<html>");
echo ("<head><title>" . _("Delete User Profile") . "</title>\n");
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo ("</head><body>");
echo ("<p align=\"center\"><a href=\"http://lam.sf.net\" target=\"new_window\">");
echo ("<img src=\"../../graphics/banner.jpg\" border=1 alt=\"LDAP Account Manager\"></a></p><hr><br><br>\n");
echo ("</head><body><br>");
// check if admin has submited delete operation
if ($_POST['submit']) {

View File

@ -69,7 +69,6 @@ if ($_POST['forward'] == "yes") {
echo("<meta http-equiv=\"refresh\" content=\"0; URL=profiledelete.php?type=host&del=" . $_POST['host'] . "\">");
}
}
print_r($_POST);
exit;
}
@ -95,16 +94,7 @@ for ($i = 0; $i < sizeof($hstprof); $i++) {
<link rel="stylesheet" type="text/css" href="../../style/layout.css">
</head>
<body>
<p align="center">
<a href="http://lam.sf.net" target="new_window">
<img src="../../graphics/banner.jpg" border=1 alt="LDAP Account Manager">
</a>
</p>
<hr>
<br>
<br>
<form action="profilemain.php" method="post">
<!-- user profile options -->