From b168b0c77b52eeb06f45a781d7a0deb96585e526 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 9 Feb 2021 19:36:56 +1100 Subject: [PATCH] add year as path preprend for storage suggestion --- templates/files.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/files.html b/templates/files.html index e31d39f..14db27b 100644 --- a/templates/files.html +++ b/templates/files.html @@ -111,7 +111,7 @@ {% endif %} {% endif %} {% if obj.type.name != "Directory" %} -
+
{% if obj.type.name=="Image" %} {% elif obj.type.name == "Video" %} @@ -138,7 +138,8 @@ function GetSelnAsDiv() { seln='' $('.highlight').each(function( index ) { - seln+='
' + $(this).children().html() + '
' } ) return '
'+seln+'
' @@ -170,13 +171,14 @@ function MoveDBox()

Moving the following files?

` div+=GetSelnAsDiv() + yr=$('.highlight').first().attr('yr') dt=$('.highlight').first().attr('date') div+=`