X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/45fcd6d5e47f5f51e645f12a87776b9b95b2c0b6..60734259bb91a3ff24ba8a757bb3748648f74366:/project/templates/explorer/file_list.html?ds=sidebyside diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index 28c6b28e..9628f042 100644 --- a/project/templates/explorer/file_list.html +++ b/project/templates/explorer/file_list.html @@ -1,42 +1,94 @@ {% extends "base.html" %} +{% block extrahead %} + + + + +{% endblock extrahead %} + {% block maincontent %} -

Dodaj nowy utwór

+
+ +
+
+

+ + +

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

{{ file|bookname }}

+ {% endfor %} +
+
+ +
+

Ostatnio oglądane pliki:

+ +
{% if perms.explorer.can_add_files %} -
- {{ bookform.as_p }} +
+

Dodaj nowy utwór

+ + + {{ bookform }}

-{% endif %} - -

Wszystkie utwory:

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