summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2018-07-31 07:08:54 +0000
committerIan C <ianc@noddybox.co.uk>2018-07-31 07:08:54 +0000
commit79a90191189ebee17b2259f8a5885d88b77419f4 (patch)
treee1a7df4e70fbc0231660c8d8252eb56215705ae9 /www/index.html
parentfdf45783f5c8c01613915ea10ac8458ed50c027f (diff)
Reverted back to multi-line display. Found out it was using hyperlinks as
buttons that was causing the jumping.
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html43
1 files changed, 3 insertions, 40 deletions
diff --git a/www/index.html b/www/index.html
index 088767d..ce53bb4 100644
--- a/www/index.html
+++ b/www/index.html
@@ -26,7 +26,7 @@
<tr>
<td class="headertext">Group:</td>
<td class="headerinput">
-<select id="Group" onchange="DoSelectGroup()" class="fill">
+<select id="Group" onchange="DoSelectGroup()">
</select>
</td>
<td class="headerbutton"></td>
@@ -50,51 +50,14 @@
<input type="password" id="NewPassPhrase" maxlength="512" class="fill">
</td>
<td class="headerbutton">
-<input id="ChangePassphrase" type="button" value="Change"
- onclick="DoChangePassphrase()" class="fill" disabled>
+<input id="ChangePassphrase" type="button" value="Change" onclick="DoChangePassphrase()" class="fill" disabled>
</td>
</tr>
</table>
<hr>
-<table id="DataTable" class="datatable">
-<tr class="datatable">
-<td class="description">Description</td>
-<td class="username">Username</td>
-<td class="password">Password</td>
-<td class="commands">Commands</td>
-<tr class="datatable">
-<td class="description">
-<select id="DescriptionSelect" class="fill_0_0_lower"
- onchange="DoSelectDescription()">
-</select>
-<input type="text" maxlength="1024" class="fill_0_0_higher" id="Description">
-</td>
-<td class="username">
-<input type="text" maxlength="64" class="fillabs" id="Username">
-</td>
-<td class="password">
-<input type="password" maxlength="64" class="fillabs" id="Password">
-</td>
-<td class="commands">
-<input type="button" id="Edit" value="Edit" onclick="DoEdit()"
- class="smalltext" disabled>
-<input type="button" id="Delete" value="Delete" onclick="DoDelete()"
- class="smalltext" disabled>
-<input type="button" id="Add" value="Add" onclick="DoAdd()" class="smalltext">
-<input type="button" id="Up" value="Up" onclick="DoUp()" class="smalltext"
- disabled>
-<input type="button" id="Down" value="Down" onclick="DoDown()"
- class="smalltext" disabled>
-<br>
-<input type="button" id="CopyUsername" value="Copy Username"
- onclick="DoCopyUsername()" class="smalltext" disabled>
-<input type="button" id="CopyPassword" value="Copy Password"
- onclick="DoCopyPassword()" class="smalltext" disabled>
-</td>
-</tr>
-</table>
+<table id="DataTable" class="datatable"></table>
</body>
</html>