From 53bc0477f9b0217c87676103361b1633e9b12f19 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 31 Mar 2013 13:11:58 +0200 Subject: added account page --- module/web/templates/default/accounts.html | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 module/web/templates/default/accounts.html (limited to 'module/web/templates/default/accounts.html') diff --git a/module/web/templates/default/accounts.html b/module/web/templates/default/accounts.html new file mode 100644 index 000000000..06b81c330 --- /dev/null +++ b/module/web/templates/default/accounts.html @@ -0,0 +1,45 @@ +{% extends 'default/base.html' %} + +{% block title %}{{ _("Accounts") }} - {{ super() }} {% endblock %} +{% block subtitle %}{{ _("Accounts") }} +{% endblock %} + +{% block css %} + +{% endblock %} + +{% block require %} + App.initAccountView(); +{% endblock %} + +{% block head %} + +{% endblock %} + +{% block actionbar %} + + + +{% endblock %} + +{% block content %} + {# TODO: responsive layout instead of table #} +
+ + + + + + + + + + + + + + +
NamePluginValidPremiumTrafficSharedActivated
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3