X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fview.html.sh;h=14624213ffdd37bffd080b4fda6d96494974f513;hb=459b812a7dd36ed4a55131a164f8f1e762f8e68a;hp=f0a23135b16df833bb9b59929cd0c6deab87d4dd;hpb=f9a2881b35e0a42e36d1558ba4f41301e3acec2f;p=serve0 diff --git a/templates/view.html.sh b/templates/view.html.sh index f0a2313..1462421 100755 --- a/templates/view.html.sh +++ b/templates/view.html.sh @@ -16,88 +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') ${description:+$(printf %s "$description" |_wiki)} +
-
- - - - - $( - for cat in $(list_categories); do - printf '

' + + + + + + + $( + for cat in $(list_categories); do + printf '
-

-

- - -

- - - - Hide - - - + printf '
' + done + ) + +
+ + +
+
+ + +
+ + + + Hide + EOF