X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/78b3d0dc3fc979d4c2ab507bf95d82b89e2792ad..c6fc086238de9fefb56169edc148bbcd3ff866fa:/project/templates/explorer/editor.html?ds=inline diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 2aaf26e9..576a7939 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,82 +1,202 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + + + {# Libraries #} + + + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + -{% endblock extrahead %} + + + -{% endblock extrabody %} + -{% block message-box %} -

Zapisuję dane na serwerze.

-

Zapisano :)

-

Zapisano. Uwagi: (

-

Błąd przy zapisie.

+ + + + + + +{% endblock extrahead %} -

-

-

- -

Tej funkcji jeszcze nie ma :(

- +{% block breadcrumbs %}Platforma > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} + +{% block header-toolbar %} + Historia + + + + {% endblock %} -{% block maincontent %} -
- {% for n in panel_list %} -
-
-

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

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