diff options
Diffstat (limited to 'org')
-rw-r--r-- | org/cgi_spine_search.org | 22 | ||||
-rw-r--r-- | org/config_d_cfte.org | 12 |
2 files changed, 19 insertions, 15 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 diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index 1aa2a4c..6b2c96c 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.org @@ -132,7 +132,7 @@ struct Cfg { string http_host = "sisudoc.org"; string www_url_doc_subroot = "/spine"; string cgi_filename = "spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; } @@ -153,7 +153,7 @@ struct Cfg { string cgi_port = ""; string cgi_user = ""; string cgi_url_action = "https://sisudoc.org/spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; string default_language = "en"; @@ -174,7 +174,7 @@ struct Cfg { string http_host = "localhost"; string www_url_doc_subroot = "/spine"; string cgi_filename = "spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; } @@ -195,7 +195,7 @@ struct Cfg { string cgi_port = ""; string cgi_user = ""; string cgi_url_action = "http://localhost/cgi-bin/spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; string default_language = "en"; @@ -230,7 +230,7 @@ struct Cfg { string http_host = "sisudoc.org"; string www_url_doc_subroot = "/spine"; string cgi_filename = "spine_search"; - string cgi_search_form_title = "≅ SiSU Spine search"; + string cgi_search_form_title = "≅ SiSU Spine search ፨"; string db_sqlite_path = "/var/www/sqlite"; string db_sqlite_filename = "spine.search.db"; } @@ -291,7 +291,7 @@ spine_search #+NAME: cgi_search_form_title #+BEGIN_SRC sh -≅ SiSU Spine search +≅ SiSU Spine search ፨ #+END_SRC #+NAME: db_sqlite_filename |