X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e3daf6a78b558bb2d776b389ba65a58eea1de2be..3546a2b2d5f52224bcf95803030611ab505f29cd:/project/templates/explorer/editor.html
diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 428f3546..3e141679 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -1,46 +1,99 @@
{% extends "base.html" %}
{% block extrahead %}
+
+
+
-
-
-
+
+ {# Libraries #}
-
-
-
-
+
+ {# Scriptlets #}
+
+
+ {# App and views #}
+
+
+
+
+
+
+
+
+
+
+
+
+ {# JavaScript templates #}
+
+
+
+
+
-
-
-{% endblock extrahead %}
+
-{% endblock extrabody %}
+
-{% load explorer_tags %}
+
+ <% for (page in model.pages) { %>
+
page.url
+ <% }; %>
+
+
+
+
+
+
+{% endblock extrahead %}
-{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid|bookname }}{% endblock breadcrumbs %}
-
-{% block header-toolbar %}
-
-
-
-
-{% endblock %}
+{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %}
{% block message-box %}
ZapisujÄ dane na serwerze.
@@ -56,62 +109,46 @@
{% endblock %}
+{% block header-toolbar %}
+
+{% endblock %}
+
{% block maincontent %}
-
- {% for n in panel_list %}
-
- {% endfor %}
-
+
-
-
-
-
-
Loading dialog contents...
-
-
-
-
Server error, while loading dialog :(
-
-
+
+
+
+
+
+
+
+
Loading dialog contents...
+
+
+
+
Server error, while loading dialog :(
+
-{% endblock maincontent %}
+
+{% endblock maincontent %}