diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-18 09:48:15 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-18 09:48:15 -0500 | 
| commit | d5e1af645ab988671b418b280a39c477ec16b688 (patch) | |
| tree | d63dd22368d944fcbe62de906335a2a9c3b5b987 | |
| parent | sqlite, html lite breakline related (diff) | |
footers, year, minor
| -rw-r--r-- | org/cgi_spine_search.org | 12 | ||||
| -rw-r--r-- | org/out_xmls.org | 7 | ||||
| -rw-r--r-- | src/doc_reform/io_out/xmls.d | 2 | ||||
| -rwxr-xr-x | sundry/spine_search_cgi/src/spine_search.d_ | 4 | 
4 files changed, 19 insertions, 6 deletions
| diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org index a79d89b..e9b522d 100644 --- a/org/cgi_spine_search.org +++ b/org/cgi_spine_search.org @@ -19,6 +19,11 @@  [[./spine_info.org][spine_info.org]]  [[./][org/]]  [[./spine_build_scaffold.org][make/build]] VERSION +#+NAME: year +#+BEGIN_SRC text +2022 +#+END_SRC +  * 0. version.txt configuration.txt (set version & configuration)  ** program version struct @@ -1286,11 +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\">(generated) search form</label> +<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>  </p> diff --git a/org/out_xmls.org b/org/out_xmls.org index 9348a55..613925e 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -19,6 +19,11 @@  - [[./spine.org][spine]]  [[./][org/]]  - [[./output_hub.org][output_hub]] +#+NAME: year +#+BEGIN_SRC text +2022 +#+END_SRC +  * xml offspring (xhtml html epub)  ** format xhtml objects :format:  *** _module template_ :module: @@ -561,7 +566,7 @@ import    <hr />    <div class="generator">      <p class="small_center" id="sisu_spine"><a name="sisu_spine"></a> -      <a href="https://sisudoc.org">SiSU Spine</a> (object numbering & search) +      <a href="https://sisudoc.org">SiSU Spine</a> (object numbering & object search) <<year>>      </p>    </div>    <a name="bottom" id="bottom"></a> diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 871332d..86d012a 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -434,7 +434,7 @@ template outputXHTMLs() {    <hr />    <div class="generator">      <p class="small_center" id="sisu_spine"><a name="sisu_spine"></a> -      <a href="https://sisudoc.org">SiSU Spine</a> (object numbering & search) +      <a href="https://sisudoc.org">SiSU Spine</a> (object numbering & object search) 2022      </p>    </div>    <a name="bottom" id="bottom"></a> diff --git a/sundry/spine_search_cgi/src/spine_search.d_ b/sundry/spine_search_cgi/src/spine_search.d_ index 5259ce7..f8e88e3 100755 --- a/sundry/spine_search_cgi/src/spine_search.d_ +++ b/sundry/spine_search_cgi/src/spine_search.d_ @@ -1895,8 +1895,8 @@ LIMIT %s OFFSET %s          cgi.write("select_query_results empty<p>\n");        }        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\">(generated) search form</label> +<label for=\"find\"><b>≅ SiSU Spine</b></label> +</a> <label for=\"find\">(object numbering & object search) 2022</label>  <br><a href=\"https://git.sisudoc.org/\" target=\"_top\">    git</a>  </p> | 
