X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0ac983162763199b07270a9a675e22672d4462ce..06c0fd3da81bed89e12e7a30cfc6ff33ddecd075:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 27f7e592..edb3bfcd 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,94 +1,194 @@ {% extends "base.html" %} {% block extrahead %} + + + + + + + {# Libraries #} + + {# Scriptlets #} + {# App and views #} + + + + + {# JavaScript templates #} + + + + + + {% endblock extrahead %} {% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} -{% block message-box %} -

Zapisuję dane na serwerze.

-

Zapisano :)

-

Zapisano. Uwagi: (

-

Błąd przy zapisie.

- -

-

-

- -

Tej funkcji jeszcze nie ma :(

- +{% block header-toolbar %} + Historia + + + + {% endblock %} {% block maincontent %} -
-
-
+ + + +
+
+
+ + + +{% endblock maincontent %} - {#
#} - {#
#} - {# #} - {# #} - {#

Wiadomość nie może być pusta.

#} - {# #} - {#

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

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