diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 43 |
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> |