From 478b2feb875e4ef5a458531c0d24f0b2117f5490 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 2 Jan 2016 15:05:53 +0100 Subject: better thumbs, better caching (with filesystem) --- mediabrowser/templates/listdir.html | 42 ++++++++----------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) (limited to 'mediabrowser/templates/listdir.html') diff --git a/mediabrowser/templates/listdir.html b/mediabrowser/templates/listdir.html index cfa46f7..024822d 100644 --- a/mediabrowser/templates/listdir.html +++ b/mediabrowser/templates/listdir.html @@ -3,37 +3,13 @@ Directory Browser - {{ path }} - - {% if parent != path %} + {% if path != '.' %}
+ -
- - .. -
+ Parent Directory
{% endif %} @@ -41,8 +17,10 @@ {% for file in files %} {% if file['type'] == 'file' %}
- + {{ file['filename'] }} @@ -51,11 +29,9 @@ {% if file['type'] == 'directory' %}
+ -
- - {{ file['filename'] }} -
+ {{ file['filename'] }}
{% endif %} -- cgit v1.2.1