From 7a9e9fdadf89ffff7fe5b75b48a405c843910c15 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 22 May 2015 01:37:31 +0300 Subject: index.html, base.html: devtools --- res/domain-fragment.d/default/template.d/base.html | 1 + .../default/template.d/index.html | 69 ++++++++++------------ 2 files changed, 32 insertions(+), 38 deletions(-) diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html index fdd98c80..135189af 100644 --- a/res/domain-fragment.d/default/template.d/base.html +++ b/res/domain-fragment.d/default/template.d/base.html @@ -15,5 +15,6 @@
{% block content %}{% endblock %}
+ diff --git a/res/domain-fragment.d/default/template.d/index.html b/res/domain-fragment.d/default/template.d/index.html index 61694afb..8dba87c6 100644 --- a/res/domain-fragment.d/default/template.d/index.html +++ b/res/domain-fragment.d/default/template.d/index.html @@ -105,44 +105,6 @@ var RZ_VERSION = '{% include "version.txt" %}';
Change node type with Shift+Up and Shift+Down
Chosen Type:
- -
- -
-
-
- Save -
-
-
-
-
-
- Load -
-
-
- -
-
-
- Import -
-
- -
- - -
{% endblock %} +{% block devtools %} +
+ + Import: + select files + +
+
+ Export +
+
+ + Save + + + + Load + +
+
+ save history + + replay history +
+
+ Copy to URL +
+{% endblock %} -- cgit v1.3.1