From 53bc0477f9b0217c87676103361b1633e9b12f19 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 31 Mar 2013 13:11:58 +0200 Subject: added account page --- .../templates/default/backbone/accountDialog.html | 40 ++++++++++++++++++++++ .../default/backbone/pluginChooserDialog.html | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100755 module/web/templates/default/backbone/accountDialog.html (limited to 'module/web/templates/default/backbone') diff --git a/module/web/templates/default/backbone/accountDialog.html b/module/web/templates/default/backbone/accountDialog.html new file mode 100755 index 000000000..dbc88e66d --- /dev/null +++ b/module/web/templates/default/backbone/accountDialog.html @@ -0,0 +1,40 @@ +{% extends 'default/backbone/modal.html' %} +{% block header %} + Add an account +{% endblock %} +{% block content %} +
+ + Please enter your account data + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+{% endblock %} +{% block buttons %} + Add + Close +{% endblock %} \ No newline at end of file diff --git a/module/web/templates/default/backbone/pluginChooserDialog.html b/module/web/templates/default/backbone/pluginChooserDialog.html index 02284d0e6..a455b0cfd 100755 --- a/module/web/templates/default/backbone/pluginChooserDialog.html +++ b/module/web/templates/default/backbone/pluginChooserDialog.html @@ -3,7 +3,7 @@ Choose a plugin {% endblock %} {% block content %} -
+ Please choose a plugin, which you want to configure -- cgit v1.2.3