X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78b3d0dc3fc979d4c2ab507bf95d82b89e2792ad..6a38c4ea4b6853116bf2302cd73d6c51f696888a:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 2aaf26e9..ff37c24b 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,43 +1,109 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + {# Libraries #} + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + -{% endblock extrahead %} - -{% block extrabody %} - -{% endblock extrabody %} + + + + + +{% endblock extrahead %} -
- - -
- - -{% endblock %} +{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} {% block message-box %}

Zapisuję dane na serwerze.

@@ -53,30 +119,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