diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-10 17:30:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-06-19 00:33:30 -0400 |
commit | 23b15dd1036700a899998d5ddd61fe1bda224c00 (patch) | |
tree | 668069c6ebe496e838a9107cbedd95666d96cd44 /org/cgi_spine_search.org | |
parent | arsd/cgi.d updated now includes arsd/core.d ldc2 1.32.2 (diff) |
cosmetic, use of ❮ ❯ & ፨ unicode chars
- use of ❮ & ❯ unicode chars for prev &
next, replacing < > aka. < >
- use of ፨ (paragraph separator) replacing
previously used ※ (reference mark) (either would
be fairly appropriate and may end up using more
or less interchangeably)
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r-- | org/cgi_spine_search.org | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org index ea52c59..6b7d29d 100644 --- a/org/cgi_spine_search.org +++ b/org/cgi_spine_search.org @@ -672,7 +672,7 @@ _matched_objects_text = ~ "<a href=\"" ~ _url_new ~ "\">" - ~ "※" + ~ "፠" ~ "</a></font>"; return _matched_objects_text; #+END_SRC @@ -713,7 +713,7 @@ if (_url_previous.empty) { ~ "<a href=\"" ~ _url_previous ~ "\">" - ~ "<< prev" + ~ "❮❮ prev" ~ "</a> || </font>"; } arrow_next = @@ -721,7 +721,7 @@ arrow_next = ~ "<a href=\"" ~ _url_next ~ "\">" - ~ "next >>" + ~ "next ❯❯" ~ "</a></font>"; _previous_next = "<hr>" ~ arrow_previous ~ arrow_next; return _previous_next; @@ -888,6 +888,8 @@ return tip; **** form +⁜ ☀ ፨ ፠ ※ ⚏ + #+NAME: spine_search_form #+HEADER: :noweb yes #+BEGIN_SRC d @@ -926,12 +928,14 @@ return tip; <td valign=\"top\"><tr><td> <font-size="1rem" color="#222222"> <input type="hidden" name="db" value="%s"> - <input type="submit" value="※ SiSU search"> - <input type="radio" name="rt" id="results_type_index" value="idx" %s> index - <input type="radio" name="rt" id="results_type_text" value="txt" %s> text / grep; - match limit: + <input type="submit" value="፨ SiSU search ❭❭"> + match [ results: + <input type="radio" name="rt" id="results_type_index" value="idx" %s> ፨ (index) + <input type="radio" name="rt" id="results_type_text" value="txt" %s> ⚏ (text / grep) + ] [ limit: <input type="radio" name="sml" id="sql_match_limit_1000" value="1000" %s> 1,000 <input type="radio" name="sml" id="sql_match_limit_2500" value="2500" %s> 2,500 + ] <br> <input type="checkbox" name="ec" %s> echo query <input type="checkbox" name="url" %s> search url @@ -1297,12 +1301,12 @@ if (!select_query_results.empty) { #+BEGIN_SRC d cgi.write("<br><p class=\"center\"> <label for=\"find\"> -<a href=\"https://sisudoc.org/\" target=\"_top\"><b>≅ SiSU Spine</b></a> +<a href=\"https://sisudoc.org/\" target=\"_top\"><b>≅ SiSU Spine ፨</b></a> </label> <label for=\"find\">(object numbering & object search)</label> <label for=\"find\"><<year>></label> <br><label for=\"find\">(web 1993, object numbering 1997, object search 2002 ...)</label> -<br><a href=\"https://git.sisudoc.org/\" target=\"_top\">git</a> +<br><a href=\"https://git.sisudoc.org/\" target=\"_top\">Δ git</a> </p> "); #+END_SRC |