test new show/hide button

This commit is contained in:
2015-07-09 12:54:10 +03:00
parent ea07206446
commit 14932f6244

View File

@@ -6,7 +6,7 @@
<link rel='stylesheet' href='/static/style.css' type='text/css' media='all' />
<script src="/static/click_toggle.js" type="text/javascript"></script>
</head>
<body onload="clickMenu('outer','div','more')">
<body>
<h1>Account Administration Panel</h1>
@@ -47,9 +47,8 @@
</div> <!-- /holder -->
</div> <!-- outer -->
<div id="gallery">
<h2 id="changepw">Change password of an Email account</h2>
<b class="switch"><span class="turn_on">Show</span><span class="turn_off">Hide</span> input fields...</b>
<div id="gallery">
<b class="switch"><span class="turn_on">Change</span><span class="turn_off">Change</span> password</b>
<div class="hide">
<form action="submit.php" method="post">
<label>Username:</label>
@@ -61,10 +60,8 @@
<!-- Hidden confirmation box -->
<input type="hidden" name="sure" value="yes" />
</form>
</div>
<hr />
</div>
</div> <!-- /hide -->
</div> <!-- gallery -->