X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=8c22d6a6983fa61442b8883ae9e002b6114b210b;hb=e542e0a34e796df05efa42cdb091ba4032836bdd;hp=8df1b5695061f02e9956dc00f6748bb8393ef7de;hpb=12c83ad8f3ac1a3178ced9dbd82c3b6e078a06b9;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 8df1b56..8c22d6a 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 + ) -