X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=6c8a2e0aec965534908f63afaed53e8241ea0f62;hb=d716f2ce1fe64cf87f777490315bc51906001c72;hp=7092fa50e59c2e70d2855890b466d24a263d9f4f;hpb=714fa51adcec29b6373f3cd94bc79c1e8dca0d30;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 7092fa5..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,95 +16,91 @@ # along with Serve0 If not, see . cat < - - - - - - - Clear All - Advanced - -
- - << - $(($page + 1)) - >> -
- - -
- Dismiss -
- Full - -
- -
-

$info

- Edit - - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height
- - Tags: - $(echo "$tags" |sed -r 's:\|*([^|]+)\|*:\1:g') - $([ -n "$description" ] && echo "$(_wiki <<<"$description")") -
- - + + + $(. $_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
- Tags: - - - Additional Tags (one per line): - - - Description: - - - - - -
- -
-
    - $(thumblist) -
- -
+ $(printf %s\\n "$tags" |sed -r 's:\|*([^|]+)\|*:\1 :g') + ${description:+$(printf %s "$description" |_wiki)} +
+ + + +
+ + + + + + $( + for cat in $(list_categories); do + printf '
' + done + ) + +
+ + +
+
+ + +
+ + + + Hide +
+ + EOF # vi:set filetype=html: