X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=14624213ffdd37bffd080b4fda6d96494974f513;hb=459b812a7dd36ed4a55131a164f8f1e762f8e68a;hp=7a89a9ec31666cc2104dbbe9ea287b1f4bf4149b;hpb=623e13703a176cf67053c5e21a6d2c71f5a96c55;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index 7a89a9e..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 + ) -