parent
3979829923
commit
3e1344f19e
|
@ -35,7 +35,8 @@ $Id$
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100"></td>
|
<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><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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -40,9 +40,7 @@ if (!$_SESSION['ldap'] || !$_SESSION['ldap']->server()) {
|
||||||
echo ("<html>");
|
echo ("<html>");
|
||||||
echo ("<head><title>" . _("Delete User Profile") . "</title>\n");
|
echo ("<head><title>" . _("Delete User Profile") . "</title>\n");
|
||||||
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
|
||||||
echo ("</head><body>");
|
echo ("</head><body><br>");
|
||||||
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");
|
|
||||||
|
|
||||||
// check if admin has submited delete operation
|
// check if admin has submited delete operation
|
||||||
if ($_POST['submit']) {
|
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'] . "\">");
|
echo("<meta http-equiv=\"refresh\" content=\"0; URL=profiledelete.php?type=host&del=" . $_POST['host'] . "\">");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print_r($_POST);
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -95,16 +94,7 @@ for ($i = 0; $i < sizeof($hstprof); $i++) {
|
||||||
<link rel="stylesheet" type="text/css" href="../../style/layout.css">
|
<link rel="stylesheet" type="text/css" href="../../style/layout.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
||||||
<br>
|
|
||||||
|
|
||||||
<form action="profilemain.php" method="post">
|
<form action="profilemain.php" method="post">
|
||||||
|
|
||||||
<!-- user profile options -->
|
<!-- user profile options -->
|
||||||
|
|
Loading…
Reference in New Issue