aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/cgi_spine_search.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-10-13 13:33:08 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-11-27 19:51:22 -0500
commit0ff37b772594b21a26b4b878a5ddbc6f1e0d1e67 (patch)
tree86de7f449aab13cee6be7dbff314a024c1aeb499 /org/cgi_spine_search.org
parentconfiguration, hierarchy filenames & paths ... (diff)
org files, tangle output, some fixes
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r--org/cgi_spine_search.org33
1 files changed, 16 insertions, 17 deletions
diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org
index 75d0ca1..a7265bd 100644
--- a/org/cgi_spine_search.org
+++ b/org/cgi_spine_search.org
@@ -140,7 +140,7 @@ void cgi_function_intro(Cgi cgi) {
<<spine_search_format_html_header>>
}
{
-<<spine_search_format_html_table>>
+ <<spine_search_format_html_table>>
}
{
string post_value(string field_name, string type="box", string set="on") {
@@ -757,21 +757,21 @@ return _previous_next;
#+NAME: spine_search_format_html_table
#+BEGIN_SRC d
- table = format(q"┃
- <table summary="band" border="0" cellpadding="2" cellspacing="0">
- <tr><td width="20%%">
- <table summary="home button / home information" border="0" cellpadding="2" cellspacing="0">
- <tr><td align="left">
- %s
- </td></tr>
- </table>
- </td>
- <td>
- </td></tr>
- </table>
- ┃",
- conf.cgi_search_form_html_title,
- );
+ table = format(q"┃
+<table summary="band" border="0" cellpadding="2" cellspacing="0">
+<tr><td width="20%%">
+ <table summary="home button / home information" border="0" cellpadding="2" cellspacing="0">
+ <tr><td align="left">
+ %s
+ </td></tr>
+ </table>
+</td>
+<td>
+</td></tr>
+</table>
+ ┃",
+ conf.cgi_search_form_html_title,
+ );
#+END_SRC
**** post_value(string field_name, string type="box", string set="on") {}
@@ -1235,7 +1235,6 @@ if (!select_query_results.empty) {
}
}
cgi.write( previous_next);
-
} else { // offset_not_beyond_limit = false;
cgi.write("select_query_results empty<p>\n");
}