X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..b0773e2054ab6bc6305142fdd28799e0f41616c9:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 891366b7..23641f9f 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,43 +1,122 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + {# Libraries #} + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + -{% endblock extrahead %} + + + -{% endblock extrabody %} + -{% block header-toolbar %} + + + + + + +{% endblock extrahead %} -
- - -
- - -{% endblock %} +{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} {% block message-box %}

Zapisuję dane na serwerze.

@@ -53,30 +132,50 @@ {% endblock %} +{% block header-toolbar %} + +{% endblock %} + {% block maincontent %} -
- {% for n in panel_list %} -
-
-

- - - - - - {# Wydruk #} - -

-
-
- -
- {% endfor %} +
+
+
+
+ + + + + +{% endblock maincontent %} + +{% block extrabody %} +
+{% endblock %} \ No newline at end of file