X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/10f48e60a7f7499a6602098fc44298e05d05af50..f46d9319a26b5cf74fcf5aa24a5a8df18f1bda74:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index 25136371..9628f042 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,43 +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.as_p }} + + {{ bookform }}

-{% endif %} - -

Wszystkie utwory:

- - - - - {% for file in files.object_list %} - - - - - - {% endfor %} -
Lp.Nazwa utworuWersje
{{forloop.counter0|add:files.start_index}}.{{ file }}  
+
+{% endif %} +
{% endblock maincontent %}