From b4e625edcd2f81ae2a57d158d3b6920ca5f46818 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 27 May 2015 09:16:09 +0300 Subject: remove all custom files, will be updated externally --- res/local/template.d/index.html | 161 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 res/local/template.d/index.html (limited to 'res/local/template.d/index.html') diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html new file mode 100644 index 00000000..b1289c52 --- /dev/null +++ b/res/local/template.d/index.html @@ -0,0 +1,161 @@ +{% 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 +
+ +
+
+ + + +
+
+
+
+
+
+
+
+ +
+
+ + +
+
+ +
+ +
+ + +{% endblock %} +{% block devtools %} +
+ + Import: + select files + +
+
+
+ Export +
+
+ + Save + + + + Load + +
+
+ save history + + replay history +
+
+ Copy to URL +
+{% endblock %} -- cgit v1.3.1