X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/10f48e60a7f7499a6602098fc44298e05d05af50..06c0fd3da81bed89e12e7a30cfc6ff33ddecd075:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 6dce9047..edb3bfcd 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,62 +1,194 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - - + + + + + + + + {# Libraries #} + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + + + + + + {% endblock extrahead %} -{% block extrabody %} - -{% endblock extrabody %} - -{% block breadcrumbs %}Platforma Redakcyjna > plik {{ hash }}{% endblock breadcrumbs %} +{% block breadcrumbs %}Platforma Redakcyjna > {{ fileid }}{% endblock breadcrumbs %} {% block header-toolbar %} - - -{% endblock %} - -{% block message-box %} -

Zapisano :)

-

Błąd przy zapisie.

-

Tej funkcji jeszcze nie ma :(

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