X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/09444838209cb9fd08f799553889ff04a015e8ad..fac9f0c1829afe16dec15a5b10898a50a7bc1b06:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index bfbafe13..9628f042 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,9 +1,94 @@ {% extends "base.html" %} +{% block extrahead %} + + + + +{% endblock extrahead %} + {% block maincontent %} - +
+ +
+
+

+ + +

+
+
+ {% load explorer_tags %} + {% for file in files %} +

{{ file|bookname }}

+ {% endfor %} +
+
+ +
+

Ostatnio oglądane pliki:

+ +
+ +{% if perms.explorer.can_add_files %} +
+

Dodaj nowy utwór

+ +
+ {{ bookform }} +

+
+ +
+{% endif %} + +
{% endblock maincontent %}