X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=6c8a2e0aec965534908f63afaed53e8241ea0f62;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=c92db05282b050f857975d8bdd8deba0f9d063f1;hpb=47b905d14103c01625d16fe557e63e34317c6453;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index c92db05..6c8a2e0 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -1,4 +1,4 @@ -# Copyright 2014, 2015 Paul Hänsch +# Copyright 2014 - 2016 Paul Hänsch # # This file is part of Serve0 # @@ -16,100 +16,90 @@ # along with Serve0 If not, see . cat < + + -
- Dismiss -

$info

- -
- Full - -
- -
- -
- - - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height
- - - $(echo "$tags" |sed -r 's:\|*([^|]+)\|*:\1:g') - ${description:+$(echo -E "$description" |_wiki)} -
-
- -
- -
- - - - - - - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height - - Tags: - - - - - - - - - - - -
-
+ + $(. $_EXEC/templates/preferences.html.sh) + + + + + +
+

$(htmlsafe "$info")

+ + Download + View 180º Steroscopic + View 360º Steroscopic + + + $(printf "%d:%02d min" $(($length / 60)) $(($length % 60)) ) + Width: $width + Height: $height
+ + $(printf %s\\n "$tags" |sed -r 's:\|*([^|]+)\|*:\1 :g') + ${description:+$(printf %s "$description" |_wiki)}
-
-
    - $([ -n "$info" ] && thumblist || filelist) -
+ + + + + + + + + $( + for cat in $(list_categories); do + printf '
' + done + ) + +
+ + +
+
+ + +
+ + + + Hide
-