X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c594f3c20b1c68cc056d2f674accba83bd3c63cd..c6fc086238de9fefb56169edc148bbcd3ff866fa:/project/templates/explorer/editor.html?ds=sidebyside diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index b51af173..576a7939 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,22 +1,35 @@ {% extends "base.html" %} {% block extrahead %} - - + + + + {# Libraries #} - + + + {# Scriptlets #} - + {# App and views #} + + @@ -29,11 +42,14 @@ {# JavaScript templates #} @@ -45,37 +61,58 @@ + - + + {% 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 :(

- -{% endblock %} +{% block breadcrumbs %}Platforma > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} {% block header-toolbar %} - + Historia + + + + {% endblock %} -{% block maincontent %} -
-
-
-
+{% block maincontent %} + +
+
+
+
{% endblock maincontent %} + +{% block extrabody %} +
+{% endblock %} \ No newline at end of file