aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spine_search.d_
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-10 17:30:32 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-19 00:33:30 -0400
commit23b15dd1036700a899998d5ddd61fe1bda224c00 (patch)
tree668069c6ebe496e838a9107cbedd95666d96cd44 /src/spine_search.d_
parentarsd/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 &lt; &gt; 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 'src/spine_search.d_')
-rwxr-xr-xsrc/spine_search.d_20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/spine_search.d_ b/src/spine_search.d_
index 4258940..d2c5e1f 100755
--- a/src/spine_search.d_
+++ b/src/spine_search.d_
@@ -493,7 +493,7 @@ void cgi_function_intro(Cgi cgi) {
~ "<a href=\""
~ _url_new
~ "\">"
- ~ "※"
+ ~ "፠"
~ "</a></font>";
return _matched_objects_text;
}
@@ -534,7 +534,7 @@ void cgi_function_intro(Cgi cgi) {
~ "<a href=\""
~ _url_previous
~ "\">"
- ~ "&lt;&lt prev"
+ ~ "❮❮ prev"
~ "</a> || </font>";
}
arrow_next =
@@ -542,7 +542,7 @@ void cgi_function_intro(Cgi cgi) {
~ "<a href=\""
~ _url_next
~ "\">"
- ~ "next &gt;&gt"
+ ~ "next ❯❯"
~ "</a></font>";
_previous_next = "<hr>" ~ arrow_previous ~ arrow_next;
return _previous_next;
@@ -1518,12 +1518,14 @@ void cgi_function_intro(Cgi cgi) {
<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)
+ ]&nbsp;&nbsp;[ 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
@@ -1896,12 +1898,12 @@ LIMIT %s OFFSET %s
}
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 &amp; object search)</label>
<label for=\"find\">2023</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>
");
}