X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=14624213ffdd37bffd080b4fda6d96494974f513;hb=46b3b62f20f07b224aaf839cd396bb21e56c49ac;hp=3c0e3a5f6b8525a7b12292265796c9a422f49d39;hpb=6b08e359a06ed38d25c1756e5600096c77417a9c;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 3c0e3a5..1462421 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -16,89 +16,88 @@ # along with Serve0 If not, see . cat < + + + + $(. $_EXEC/templates/preferences.html.sh) + + + + +
-

$info

+

$(htmlsafe "$info")

- Download + Download + View 180º Steroscopic + View 360º Steroscopic - $(($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 + ) -