X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=94b22476b017682875212d6c569b221056dd7bb7;hp=7a89a9ec31666cc2104dbbe9ea287b1f4bf4149b;hpb=623e13703a176cf67053c5e21a6d2c71f5a96c55;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 7a89a9e..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,59 +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') + $(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 + ) -