From 2cf160d497e501bf254bd8be054c0f5880ab90ca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 8 Jun 2013 17:37:43 +0200 Subject: restructured webui to single-page-app, removed jinja --- .../web/app/templates/default/accounts/account.html | 10 ++++++++++ .../web/app/templates/default/accounts/actionbar.html | 5 +++++ module/web/app/templates/default/accounts/layout.html | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 module/web/app/templates/default/accounts/account.html create mode 100644 module/web/app/templates/default/accounts/actionbar.html create mode 100644 module/web/app/templates/default/accounts/layout.html (limited to 'module/web/app/templates/default/accounts') diff --git a/module/web/app/templates/default/accounts/account.html b/module/web/app/templates/default/accounts/account.html new file mode 100644 index 000000000..c2ded16f6 --- /dev/null +++ b/module/web/app/templates/default/accounts/account.html @@ -0,0 +1,10 @@ +<% plugin %> +<% loginname %> +<% valid %> +<% premium %> +<% trafficleft %> +<% shared %> +<% activated %> + + + \ No newline at end of file diff --git a/module/web/app/templates/default/accounts/actionbar.html b/module/web/app/templates/default/accounts/actionbar.html new file mode 100644 index 000000000..f4652ec42 --- /dev/null +++ b/module/web/app/templates/default/accounts/actionbar.html @@ -0,0 +1,5 @@ +
+
+ + + \ No newline at end of file diff --git a/module/web/app/templates/default/accounts/layout.html b/module/web/app/templates/default/accounts/layout.html new file mode 100644 index 000000000..e6627500d --- /dev/null +++ b/module/web/app/templates/default/accounts/layout.html @@ -0,0 +1,19 @@ + +
+ + + + + + + + + + + + + + + +
PluginNameValidPremiumTrafficSharedActivatedDelete
+
\ No newline at end of file -- cgit v1.2.3