X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=c0a41193e4f827d00a1702b1d43940ea6428a09c;hb=5667597778145b23dc04aa65e1e9ea3ac0b7fd97;hp=85f3e9ad9a48ea0b9870fe33effcbbfab5e6c5ba;hpb=8d001b4467b644b462faabdf75d8f6af50c4e2ae;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 85f3e9a..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
- - $(echo "$tags" |sed -r 's:\|*([^|]+)\|*:\1:g') - ${description:+$(echo -E "$description" |_wiki)} - -
- - - - - $( - for cat in $(list_categories); do - printf '

' - done - ) - -

- - -

-

- - -

- - - - Hide - -
+ $(printf %s\\n "$tags" |sed -r 's:\|*([^|]+)\|*:\1 :g') + ${description:+$(printf %s "$description" |_wiki)}
-