X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8d62c0c82718b59c077b611fca1cd9f8054a8c41..6a38c4ea4b6853116bf2302cd73d6c51f696888a:/project/templates/explorer/editor.html?ds=sidebyside
diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 610a9600..ff37c24b 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -1,47 +1,109 @@
{% extends "base.html" %}
{% block extrahead %}
+
+
+
-
-
-
-
-
-
-
-
-
+
+ {# Libraries #}
+
+
+ {# Scriptlets #}
+
+
+ {# App and views #}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {# JavaScript templates #}
+
+
+
+
+
-
-
-{% endblock extrahead %}
+
+
+
-{% endblock extrabody %}
+
-{% load explorer_tags %}
+
+ <% for(var i=0; i < model.data.length; i++) { %>
+
<%= model.data[i] %>
+ <% }; %>
+
+
+
+
+
+
+{% 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.
@@ -57,62 +119,50 @@
{% 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 %}
+
+{% block extrabody %}
+
+{% endblock %}
\ No newline at end of file