summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/accounts.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-31 18:32:13 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-31 18:32:13 +0200
commit9ea1ab90b4705ef4d5ce37ded36a214f276c0a18 (patch)
tree995539a44a25c54344639d5ade7aa3e48624ed97 /module/web/templates/default/accounts.html
parentadded account page (diff)
downloadpyload-9ea1ab90b4705ef4d5ce37ded36a214f276c0a18.tar.xz
add and delete accounts, db will be resetted
Diffstat (limited to 'module/web/templates/default/accounts.html')
-rw-r--r--module/web/templates/default/accounts.html12
1 files changed, 11 insertions, 1 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">