From 05e9c4c92b3ed8e96c010ade8671964e74a2a1ae Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 24 Jan 2020 09:10:27 +0000
Subject: [PATCH] Vorbereitung fuer neue Bedienoberflaeche

---
 web/ui/data.js |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/web/ui/data.js b/web/ui/data.js
index 17bd873..29fb602 100644
--- a/web/ui/data.js
+++ b/web/ui/data.js
@@ -79,6 +79,10 @@
     return miniatur;
   };
   
+  this.dia = function() {
+    return fm_slideshow;
+  };
+  
   this.miniurl = function() {
       var userid = $('#userMenu').text();
       if(self.fext === '') {
@@ -122,6 +126,14 @@
     }
     
   };
+  
+  this.fileDate = function() {
+    return moment(self.fr.lastModified).format("YYYY-MM-DD-hh-mm-ss-SSS");
+  };
+  
+  this.fileSize = function() {
+    return numeral(self.fr.length).format("0.00 b");
+  };
 }
 
 function BcrFiles(fl) {

--
Gitblit v1.9.3