From 9ae959fe5c02635cb542f8d1dd915c8f02ef8da0 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 3 May 2015 18:30:28 +0300 Subject: mv templates -> template.d --- res/template.d/index.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 res/template.d/index.html (limited to 'res/template.d/index.html') diff --git a/res/template.d/index.html b/res/template.d/index.html new file mode 100644 index 00000000..3a1d921e --- /dev/null +++ b/res/template.d/index.html @@ -0,0 +1,150 @@ +{% extends "base.html" %} +{% block title %}{{ rz_config__rzdoc_cur__name|safe }} -- Rhizi Prototype{% endblock %} +{% block head %} +{{ super() }} + + + + +{% endblock %} +{% block content %} +
+ +
+ + + +
+
+ + + + Hello {{ rz_username }}!Logout + + + +
+ +
+
+
+
Layout
+
Filter +
+ +
+
+ + + +
+
+
+
+
+
+
+
+ +
+
+ + +
+
+ +
+ +
+ +
+
+
+ Save +
+
+
+
+
+
+ Load +
+
+
+ +
+
+
+ Import +
+
+ +
+ + + +
+
+ +{% endblock %} -- cgit v1.3.1