X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/10f48e60a7f7499a6602098fc44298e05d05af50..15f3b1ec20246e7935176a743cc95b4863e6ce24:/project/templates/explorer/file_list.html?ds=inline
diff --git a/project/templates/explorer/file_list.html b/project/templates/explorer/file_list.html
index 25136371..bf6758f2 100644
--- a/project/templates/explorer/file_list.html
+++ b/project/templates/explorer/file_list.html
@@ -1,43 +1,92 @@
 {% extends "base.html" %}
 
+{% block extrahead %}
+
+    
+    
+
+{% endblock extrahead %}
+
 {% block maincontent %}
+
+
+
+
+
+	
Ostatnio oglÄ
dane pliki:
+	
+
 
 {% if perms.explorer.can_add_files %}
+
 {% endif %}
 
-
Wszystkie utwory:
-
-    | Lp. | Nazwa utworu | Wersje | 
-    | 
-        {% if files.has_previous %}
-        
-            Poprzednia
-        
-        {% endif %}
-
-        Strona {{files.number}} z {{files.paginator.num_pages}}
-
-        {% if files.has_next %}
-        
-            NastÄpna
-        
-        {% endif %}
-     | 
-    
-    {% for file in files.object_list %}
-    
-        | {{forloop.counter0|add:files.start_index}}. | 
-        {{ file }} | 
-            | 
-    
-    {% endfor %}
-
-
-
+
 
 {% endblock maincontent %}