X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5dd35dc51c94ec63a25ad17dca4259e7e80e2bc0..1d07e208b0897af64f71755c974762bc7cd19ca0:/project/templates/explorer/editor.html diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html index 68c8c7fc..fb7b2520 100644 --- a/project/templates/explorer/editor.html +++ b/project/templates/explorer/editor.html @@ -1,47 +1,195 @@ {% extends "base.html" %} {% block extrahead %} - - - - - - - - + + + + + + + + {# Libraries #} + + + + {# Scriptlets #} + + + {# App and views #} + + + + + + + + + + + + + + + {# JavaScript templates #} + + + + + + + + + + + {% endblock extrahead %} -{% 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