X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fac9f0c1829afe16dec15a5b10898a50a7bc1b06..b264c171a5885976ef8f077be37e7cc83bf8a0fd:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 548b7685..85808f22 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,97 +1,190 @@ {% 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 %} + {% endblock %} {% block maincontent %} -
-
-
+ + + +
+
+
+ + + +{% endblock maincontent %} - {#
#} - {#
#} - {# #} - {# #} - {#

Wiadomość nie może być pusta.

#} - {# #} - {#

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

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