vpnmanager 1.0.0 new theme

This commit is contained in:
2012-07-16 21:07:15 +00:00
parent 619a83188b
commit 4df36dc230
7 changed files with 208 additions and 1891 deletions

View File

@@ -4,29 +4,33 @@ $moduleurl = $_SERVER["REQUEST_URI"];
$urlcut = strpos($moduleurl, "&");
$moduleurl = substr($moduleurl,0,$urlcut);
?>
<h1><b> Administrator Login </h1></b>
<form action="/admin/login.php" method="post">
<table>
<td>
<table>
<tr>
<td>Username:</td>
<td><input type="text" name="name" size="20"><td>
</tr>
<tr>
<td>Passwort:</td>
<td><input type="password" name="pwd" size="20"></td>
</tr>
<tr>
<td><input type="hidden" name="path" size="50" value="<?php echo $moduleurl; ?>"></td>
</tr>
</table>
</td>
<td>
<img src="/Images/tux_root.gif" height="150" width="150">
</td>
</table>
<input type="submit" value="Login">
</form>
<!-- MAIN -->
<div id="main">
<div class="wrapper">
<h1><b> Administrator Login </h1></b>
<form action="/admin/login.php" method="post">
<table>
<td>
<table>
<tr>
<td>Username:</td>
<td><input type="text" name="name" size="20"><td>
</tr>
<tr>
<td>Passwort:</td>
<td><input type="password" name="pwd" size="20"></td>
</tr>
<tr>
<td><input type="hidden" name="path" size="50" value="<?php echo $moduleurl; ?>"></td>
</tr>
</table>
</td>
<td>
<img src="/Images/tux_root.gif" height="150" width="150">
</td>
</table>
<input type="submit" value="Login">
</form>
</div>
</div>
<!-- END CONTENT BEGINN ################################################################################# -->