X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/20bd2492d8bd211816c5120595b19a0a828b9f0c..d0deb0f3bebb42475b2b04d0ce389160cc219e44:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index 28c6b28e..a9b59e4c 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 %} + +
+ +
+

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 %}