X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;hp=f0a23135b16df833bb9b59929cd0c6deab87d4dd;hpb=f9a2881b35e0a42e36d1558ba4f41301e3acec2f;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index f0a2313..c0a4119 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -16,28 +16,33 @@ # along with Serve0 If not, see . cat < + + + + $(. $_EXEC/templates/preferences.html.sh) + + + + +

$info

@@ -46,58 +51,51 @@ cat <" - $(($length / 60)):$(($length % 60)) min + $(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)} +
-
- - - - - $( - for cat in $(list_categories); do - printf '

' + + + + + + + $( + for cat in $(list_categories); do + printf '
-

-

- - -

- - - - Hide - - - + printf '
' + done + ) + +
+ + +
+
+ + +
+ + + + Hide + EOF