test new show/hide button
This commit is contained in:
18
index.php
18
index.php
@@ -26,8 +26,22 @@
|
||||
<div id="gallery">
|
||||
|
||||
<b class="switch"><span class="turn_on">Add</span><span class="turn_off">Add</span> an account</b>
|
||||
<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="hide">
|
||||
<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>
|
||||
<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> <!-- /hide -->
|
||||
|
||||
<b class="switch"><span class="turn_on">TEST</span><span class="turn_off">TEST</span> an account</b>
|
||||
<div class="hide">
|
||||
<form action="submit.php" method="post">
|
||||
<label>Username:</label>
|
||||
|
||||
Reference in New Issue
Block a user