X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;hp=e622658c0bc83684036486bfbd80376e43fe1566;hpb=91b7ecbc9eff99427974cebdd96ad0bef1c76929;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index e622658..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,86 @@ # 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) + + + + + +
+

$info

+ + Download + + + $(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)}
-
-
    - $(thumblist) -
+ + + + + + + $( + for cat in $(list_categories); do + printf '
' + done + ) + +
+ + +
+
+ + +
+ + + + Hide
-