X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/38343a3fc11f5509c8522fec94c0ae7085b7244f..71b07fe1928b04a218e062f01cca720863b9eeb9:/project/templates/explorer/file_list.html diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html index 7063d293..7612a71e 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

+
+

+

+

+

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