X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b363e4352ce32f4518b5e5bb794635074d5f6ba6..6362e543ec8e1a2661a58d440cb595b17ad4cca0:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 27f7e592..b047287d 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,33 +1,52 @@ {% extends "base.html" %} {% block extrahead %} + + + + + + + {# Libraries #} + + {# Scriptlets #} + {# App and views #} + + + + + {# JavaScript templates #} @@ -35,22 +54,85 @@
+ + + + + + {% 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 %} @@ -60,35 +142,39 @@ - {#
#} - {#
#} - {# #} - {# #} - {#

Wiadomość nie może być pusta.

#} - {# #} - {#

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

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