better structure, some infos

This commit is contained in:
2015-07-10 10:41:03 +03:00
parent 2085dc90fc
commit 78a769727b

View File

@@ -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">&#187;</span><span class="turn_off">&#171;</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">&#187;</span><span class="turn_off">&#171;</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">&#187;</span><span class="turn_off">&#171;</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">&#187;</span><span class="turn_off">&#171;</span> Delete an email account</b>
<div class="hide">