From cff8fea1ee232fcb751b2d6d3e7bfe4ef4060247 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 20 Apr 2023 19:22:17 -0400 Subject: html search form action (for index & text results) - obstinately avoiding scripting, even javascript result far from an ideal compromise, (two submission forms (for text & for index)) --- src/doc_reform/io_out/xmls.d | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 7a35967..2b67978 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -264,14 +264,28 @@ template outputXHTMLs() { o = format(q"┃
-
+
+ +
+    + %s + + + + + +
┃", @@ -282,6 +296,13 @@ template outputXHTMLs() { ~ doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename ~ "\">", doc_matters.src.filename_base, + doc_matters.conf_make_meta.conf.w_srv_cgi_action, + (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) + ? "" + : "\n ", + doc_matters.src.filename_base, ); } else { o = ""; @@ -459,7 +480,10 @@ template outputXHTMLs() {

- SiSU Spine (object numbering & object search) (in sisu 2002 ...) 2023 + ≅ SiSU Spine (object numbering & object search) +

+

+ (web 1993, object numbering 1997, object search 2002 ...) 2023

-- cgit v1.2.3