X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;hp=46a1d412edfd89806bef41ca0ff9f0e1b587588d;hpb=713dadca483cc306b787fea6b696783b7d3a2c31;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 46a1d41..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 + ) -