]> git.plutz.net Git - webpoll/commitdiff
make admin link more visible
authorPaul Hänsch <paul@plutz.net>
Thu, 29 Jul 2021 15:44:31 +0000 (17:44 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 29 Jul 2021 15:44:31 +0000 (17:44 +0200)
newdate.sh

index 74277dce777d065a0f54c64ecca746aa8fa6620d..540f03fe980c49de420d1120cbbc861fb2750bb9 100755 (executable)
@@ -159,6 +159,15 @@ else
        [form method=post
          [input name=title value="$(DBM "$file" get title |HTML)" placeholder="Title"]
          [textarea name=description placeholder="Description" . $(DBM "$file" get description |HTML)]
+         $(if [ "$bookmarks" ]; then
+           printf '[section .bookmark This admin page is accessible via the link [a href="%s" . %s]. You must copy this link and keep it safe, so you can modify this poll later! The poll has also been bookmarked and will be listed on the front page.]' \
+           "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
+           "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
+          else
+           printf '[section .bookmark This admin page is accessible via the link [a href="%s" . %s]. You must copy this link and keep it safe, so you can modify this poll later! You can also set a Cookie to bookmark all polls you visit, including this admin page. Bookmarked polls will be listed on the frontpage.<br/> [submit "bookmark" "add" Set Cookie]]' \
+           "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
+           "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
+         fi)
          [fieldset .date
            $(printf '[hidden "date" "%s"]' $additional)
            [submit "month" "$prev" Previous Month]
@@ -173,15 +182,6 @@ else
          else
            printf '[submit "delete" "delete" Cancel] [submit "post" "post" Post Event]'
          fi)
-         $(if [ "$bookmarks" ]; then
-           printf '[section .bookmark This admin page is accessible via the link [a href="%s" . %s]. You must copy this link and keep it safe, so you can modify this poll later! The poll has also been bookmarked and will be listed on the front page.' \
-           "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
-           "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
-          else
-           printf '[section .bookmark This admin page is accessible via the link [a href="%s" . %s]. You must copy this link and keep it safe, so you can modify this poll later! You can also set a Cookie to bookmark all polls you visit, including this admin page. Bookmarked polls will be listed on the frontpage.<br/> [submit "bookmark" "add" Set Cookie]]' \
-           "$(URL "//$(HEADER Host)/${_BASE}/${id}/${admin}")" \
-           "$(HTML "${HTTPS:+https:}${HTTPS:-http:}//$(HEADER Host)$(PATH "/${_BASE}/${id}/${admin}")")"
-         fi)
        ]
        EOF
 fi