Dateiverwaltung für die WebBox
ulrich
2018-04-06 e0a4bed472576a2ac5b7a4bfdaae97668a5a45c0
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) {