diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-18 18:31:48 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-20 21:55:24 -0500 |
commit | 7787e2c83a4596a5af2a7a631295c5ab40bfed88 (patch) | |
tree | 42f2cceca6df1554d2f8cf8e96cea014bfdc03e8 /org/cgi_spine_search.org | |
parent | footers, year, minor (diff) |
cgi search housekeeping, sync & remove redundancy
- removed copy of d search form both org and src
duplication & out of date
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r-- | org/cgi_spine_search.org | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org index e9b522d..b3b2880 100644 --- a/org/cgi_spine_search.org +++ b/org/cgi_spine_search.org @@ -1291,16 +1291,14 @@ if (!select_query_results.empty) { **** cgi write tail - - <a href="https://sisudoc.org">SiSU Spine</a> (object numbering & object search) <<year>> - #+NAME: spine_search_cgi_write_tail #+BEGIN_SRC d - cgi.write("<br><p class=\"center\"><a href=\"https://sisudoc.org/\" target=\"_top\"> -<label for=\"find\"><b>≅ SiSU Spine</b></label> -</a> <label for=\"find\">(object numbering & object search) <<year>></label> -<br><a href=\"https://git.sisudoc.org/\" target=\"_top\"> - git</a> + cgi.write("<br><p class=\"center\"> +<label for=\"find\"> +<a href=\"https://sisudoc.org/\" target=\"_top\"><b>≅ SiSU Spine</b></a> +</label> +<label for=\"find\">(object numbering & object search) 2022</label> +<br><a href=\"https://git.sisudoc.org/\" target=\"_top\">git</a> </p> "); #+END_SRC |