From 23b15dd1036700a899998d5ddd61fe1bda224c00 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 10 Jun 2023 17:30:32 -0400 Subject: =?UTF-8?q?cosmetic,=20use=20of=20=E2=9D=AE=20=E2=9D=AF=20&=20?= =?UTF-8?q?=E1=8D=A8=20unicode=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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) --- org/cgi_spine_search.org | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'org/cgi_spine_search.org') 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 = ~ "" - ~ "※" + ~ "፠" ~ ""; return _matched_objects_text; #+END_SRC @@ -713,7 +713,7 @@ if (_url_previous.empty) { ~ "" - ~ "<< prev" + ~ "❮❮ prev" ~ " || "; } arrow_next = @@ -721,7 +721,7 @@ arrow_next = ~ "" - ~ "next >>" + ~ "next ❯❯" ~ ""; _previous_next = "
" ~ 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; - - index - text / grep; - match limit: + + match [ results: + ፨ (index) + ⚏ (text / grep) + ]  [ limit: 1,000 2,500 + ]
echo query search url @@ -1297,12 +1301,12 @@ if (!select_query_results.empty) { #+BEGIN_SRC d cgi.write("


-
git +
Δ git

"); #+END_SRC -- cgit v1.2.3