X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;hp=b251b871527a01a5b76e0d4e514e4eb6c4b85ba2;hpb=0d4152e00eda7efa86235fedbecc7bf36d8b159c;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index b251b87..c0a4119 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,87 @@ # along with Serve0 If not, see . cat < - - - - - - - Clear All - Advanced - -
- - << - $(($page + 1)) - >> -
- - -
- Dismiss -
- Full - -
- -
- -
-

$info

- - - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height
- - Tags: - $(echo "$tags" |sed -r 's:\|*([^|]+)\|*:\1:g') - $([ -n "$description" ] && echo "$(_wiki <<<"$description")") -
-
- -
- -
- - - - -

$info

- - - $(($length / 60)):$(($length % 60)) min - Width: $width - Height: $height + + + + + + + + Dismiss +
+ + + $(. $_EXEC/templates/preferences.html.sh) + + + + + +
+

$info

+ + Download + + + $(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: