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 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 module/web/templates/default/backbone/accountDialog.html (limited to 'module/web/templates/default/backbone/accountDialog.html') 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 -- cgit v1.2.3