X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e6ba3117b6791a88ffef8ddecb310b5d514780e9..1d07e208b0897af64f71755c974762bc7cd19ca0:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index c82b75f5..fb7b2520 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,115 +1,195 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + + + {# Libraries #} + + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + - - -{% endblock extrahead %} + + + -{% endblock extrabody %} + -

-

-

- -

Tej funkcji jeszcze nie ma :(

- + + + + + + +{% endblock extrahead %} + +{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} + +{% block header-toolbar %} + Historia + + + + {% endblock %} {% block maincontent %} -
- {% for n in panel_list %} -
-
-

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

-
-
- -
- {% endfor %} -
+ + -
-
- - -

Wiadomość nie może być pusta.

- -

- - -

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