X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fac9f0c1829afe16dec15a5b10898a50a7bc1b06..c6fc086238de9fefb56169edc148bbcd3ff866fa:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 548b7685..576a7939 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,97 +1,202 @@ {% extends "base.html" %} {% block extrahead %} + + + + + - + {# Libraries #} + + + + {# Scriptlets #} - + {# App and views #} + + + + + {# JavaScript templates #} + + + + + + {% endblock extrahead %} -{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} +{% block breadcrumbs %}Platforma > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} -{% block message-box %} -

Zapisuję dane na serwerze.

-

Zapisano :)

-

Zapisano. Uwagi: (

-

Błąd przy zapisie.

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

-

-

+{% block maincontent %} -

Tej funkcji jeszcze nie ma :(

- -{% endblock %} -{% block maincontent %} -
-
-
+
+
+
+ + + +{% endblock maincontent %} - {#
#} - {#
#} - {# #} - {# #} - {#

Wiadomość nie może być pusta.

#} - {# #} - {#

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

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