]> git.plutz.net Git - serve0/commitdiff
Improved display of title, working tagger
authorPaul Hänsch <paul@plutz.net>
Mon, 6 Aug 2018 17:37:07 +0000 (19:37 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 6 Aug 2018 17:37:07 +0000 (19:37 +0200)
style.css
view.sh

index 880b2b89e29c04b5635d6052e5b041f379bf599e..3430619576364439cf2044315c2716d3620a52a2 100644 (file)
--- a/style.css
+++ b/style.css
@@ -362,9 +362,11 @@ a[href="#advsearch"]:before {
 /* ###  Video View  ### */
 
 #view h1 {
-  margin: 1em .5em;
+  max-width: 100%;
+  margin: 1em 0; padding: 0 .5em;
   font-size: 1.25em;
   font-weight: bold;
+  word-break: break-word;
   text-decoration: none;
 }
 
diff --git a/view.sh b/view.sh
index baaad115a27ae8c0dba0ccbf4e74eee5d326cc18..8854c4801e558939bb64447086c68d09952b32c6 100644 (file)
--- a/view.sh
+++ b/view.sh
@@ -33,14 +33,15 @@ printf 'Content-Type: text/html;charset=utf-8\r\n\r\n'
   [a "javascript:stereoview(360, document.getElementById(&#34;mainvideo&#34;));" View 360° Stereoscopic]
   [video #mainvideo controls="controls" [source src="?a=download" type="video/mp4"]]
   [span .time %i:%imin] [span .dim %ix%i] %s
-  ' "$(HTML "${ITEM##*/}")" \
+  ' "$(HTML "${ITEM##*/}" |sed -r "$w_ascii"' s;[^0-9a-zA-Z&#];&[wbr];g')" \
     "$((length / 60))" "$((length % 60))" "$width" "$height" \
     "$(printf '%s\n' "${tags#tags=}" |sed -r "$UNSTRING"'
        s;^;,;; s;,+;,;g; s;,$;;; :X s;,([^,]+)(,|$); [span .tag\n \1]\2;; tX;'
     )"
   printf '
   [div #editing
-    [form method=POST action="?a=multitag"'
+    [form method=POST action="/?a=multitag"
+    [hidden "select" "%s"]' "$(HTML "${ITEM}")"
       [ -d "$_DATA/${ITEM%/*}/.index/" ] && w_tagging
     printf '
     ]