try show/hie button for more oversight
This commit is contained in:
39
index.php
39
index.php
@@ -2,9 +2,10 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>UAAP | Uberspace Account Administration Panel</title>
|
||||
<link rel='stylesheet' href='/style.css' type='text/css' media='all' />
|
||||
<link rel='stylesheet' href='/static/style.css' type='text/css' media='all' />
|
||||
<script src="/static/click_toggle.js" type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body onload="clickMenu('outer','div','more')">
|
||||
|
||||
<h1>Account Administration Panel</h1>
|
||||
|
||||
@@ -21,18 +22,28 @@
|
||||
<hr />
|
||||
<hr />
|
||||
|
||||
<h2 id="adduser">Add an Email account</h2>
|
||||
<form action="submit.php" method="post">
|
||||
<label>Username:</label>
|
||||
<input name="user" title="User" />
|
||||
<label>Password:</label>
|
||||
<input name="pass" title="Password" type="password" />
|
||||
<br />
|
||||
<button type="submit" name="action" value="adduser">Add new account</button>
|
||||
<!-- Hidden confirmation box -->
|
||||
<input type="hidden" name="sure" value="yes" />
|
||||
</form>
|
||||
<hr />
|
||||
<div id="outer">
|
||||
<div class="holder">
|
||||
<h2 id="adduser">Add an Email account</h2>
|
||||
<p>You can add a new Email account your primary and all other domains.<br />
|
||||
Please do not add your domain, just everything in front of the @-symbol.</p>
|
||||
<div class="more">
|
||||
<i class="show">more »</i>
|
||||
<i class="hide">« less</i>
|
||||
<form action="submit.php" method="post">
|
||||
<label>Username:</label>
|
||||
<input name="user" title="User" />
|
||||
<label>Password:</label>
|
||||
<input name="pass" title="Password" type="password" />
|
||||
<br />
|
||||
<button type="submit" name="action" value="adduser">Add new account</button>
|
||||
<!-- Hidden confirmation box -->
|
||||
<input type="hidden" name="sure" value="yes" />
|
||||
</form>
|
||||
</div> <!-- /more -->
|
||||
<hr />
|
||||
</div> <!-- /holder -->
|
||||
</div> <!-- outer -->
|
||||
|
||||
<h2 id="changepw">Change password of an Email account</h2>
|
||||
<form action="submit.php" method="post">
|
||||
|
||||
Reference in New Issue
Block a user