parent
3979829923
commit
3e1344f19e
|
@ -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>
|
||||
|
|
|
@ -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']) {
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue