X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d798a69cb177ba4dabd2d917e1da6ab94707aa7d..39d26aa0f2cb893f19282657b2fddd2a494f2263:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index b3a2e4c6..576a7939 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,64 +1,202 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + + + {# Libraries #} + + + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + -{% endblock extrahead %} + + + -{% endblock extrabody %} -{% block breadcrumbs %}Platforma Redakcyjna > plik {{ hash }}{% endblock breadcrumbs %} + + + + + +

+ + + + + + + + +{% endblock extrahead %} + +{% block breadcrumbs %}Platforma > {{euser}} > {{ fileid }}{% endblock breadcrumbs %} {% block header-toolbar %} - - + Historia + + + + {% endblock %} -{% block message-box %} -

Zapisuję dane na serwerze.

-

Zapisano :)

-

Błąd przy zapisie.

-

Tej funkcji jeszcze nie ma :(

-

Zapisano. Uwagi: (

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