better structure, some infos
This commit is contained in:
25
index.php
25
index.php
@@ -13,7 +13,19 @@
|
||||
|
||||
<h4>You have following options:</h4>
|
||||
|
||||
<div id="gallery">
|
||||
<div id="gallery">
|
||||
<p><strong>General</strong></p>
|
||||
<!-- VIEWDATA - View datasheet of whole account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> View the data sheet</b>
|
||||
<div class="hide">
|
||||
<p>View the data sheet with all usernames and passwords. <warn>Please keep this document secure!</warn></p>
|
||||
<form action="submit.php" method="post">
|
||||
<button type="submit" name="action" value="viewdata">View data sheet</button>
|
||||
<!-- Hidden confirmation box -->
|
||||
<input type="hidden" name="sure" value="yes" />
|
||||
</form>
|
||||
</div> <!-- /hide -->
|
||||
|
||||
<p><strong>Email accounts</strong></p>
|
||||
<!-- ADDUSER - Add a new email account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> Add a new email</b>
|
||||
@@ -100,17 +112,6 @@
|
||||
</form>
|
||||
</div> <!-- /hide -->
|
||||
|
||||
<!-- VIEWDATA - View datasheet of whole account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> View the data sheet</b>
|
||||
<div class="hide">
|
||||
<p>View the data sheet with all usernames and passwords. Please keep this document secure!</p>
|
||||
<form action="submit.php" method="post">
|
||||
<button type="submit" name="action" value="viewdata">View data sheet</button>
|
||||
<!-- Hidden confirmation box -->
|
||||
<input type="hidden" name="sure" value="yes" />
|
||||
</form>
|
||||
</div> <!-- /hide -->
|
||||
|
||||
<!-- DELUSER - Delete an email account -->
|
||||
<b class="switch"><span class="turn_on">»</span><span class="turn_off">«</span> Delete an email account</b>
|
||||
<div class="hide">
|
||||
|
||||
Reference in New Issue
Block a user