X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=4c3e85be7cdb84e772f1525561130c21f0c42894;hb=cf7e00db16a1ff076df29fc9d4531ea0b19c6243;hp=f0a23135b16df833bb9b59929cd0c6deab87d4dd;hpb=245ccbdc1b5cd5e9fe8fc5dc58e58ed8399cd225;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index f0a2313..4c3e85b 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,50 @@ 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