diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-31 18:32:13 +0200 |
commit | 9ea1ab90b4705ef4d5ce37ded36a214f276c0a18 (patch) | |
tree | 995539a44a25c54344639d5ade7aa3e48624ed97 /module/web/templates | |
parent | added account page (diff) | |
download | pyload-9ea1ab90b4705ef4d5ce37ded36a214f276c0a18.tar.xz |
add and delete accounts, db will be resetted
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/accounts.html | 12 | ||||
-rwxr-xr-x | module/web/templates/default/backbone/accountDialog.html | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/module/web/templates/default/accounts.html b/module/web/templates/default/accounts.html index 06b81c330..c68f04653 100644 --- a/module/web/templates/default/accounts.html +++ b/module/web/templates/default/accounts.html @@ -14,6 +14,15 @@ {% block head %} <script type="text/template" id="template-account"> + <td><% plugin %></td> + <td><% loginname %></td> + <td><% valid %></td> + <td><% premium %></td> + <td><% trafficleft %></td> + <td><% shared %></td> + <td><% activated %></td> + <td><% shared %></td> + <td><button type="button" class="btn btn-danger">Delete</button> </td> </script> {% endblock %} @@ -29,13 +38,14 @@ <table class="table table-striped"> <thead> <tr> - <th>Name</th> <th>Plugin</th> + <th>Name</th> <th>Valid</th> <th>Premium</th> <th>Traffic</th> <th>Shared</th> <th>Activated</th> + <th>Delete</th> </tr> </thead> <tbody id="account-content"> diff --git a/module/web/templates/default/backbone/accountDialog.html b/module/web/templates/default/backbone/accountDialog.html index dbc88e66d..7961ad2ba 100755 --- a/module/web/templates/default/backbone/accountDialog.html +++ b/module/web/templates/default/backbone/accountDialog.html @@ -3,7 +3,7 @@ Add an account {% endblock %} {% block content %} - <form class="form-horizontal" action="#"> + <form class="form-horizontal" action="#" autocomplete="off"> <legend> Please enter your account data </legend> |