From 7f2a41a253e6d980b882c21986e350dc96664cd6 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 11 Mar 2017 17:32:35 +0000
Subject: [PATCH] Bildausgabe Miniaturansicht

---
 web/ui/index.html |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index c5f2586..6633d0b 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -12,7 +12,12 @@
     <script id="tpl-kacheln" type="x-tmpl-mustache">
       {{#files}}          
         <figure class="figure datei-figure text-center text-warning align-top datei-elem">
-          <i class="fa {{ typeClass }} fa-3x"></i>
+          {{#mini}}
+            <img class="datei" src="{{miniurl}}"  width="60" height="40" />
+          {{/mini}}
+          {{^mini}}
+            <i class="fa {{ typeClass }} fa-3x"></i>
+          {{/mini}}        
           <figcaption class="figure-caption dateiname">{{ fileName }}</figcaption>
         </figure>   
       {{/files}}          

--
Gitblit v1.9.3