From a8d1de65b38df64b0eda9b0c42b772f2deeb601e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 3 Dec 2021 22:17:14 -0500 Subject: xmls, html header band --- org/out_xmls.org | 49 +++++++++++++++++++++----------------------- src/doc_reform/io_out/xmls.d | 49 +++++++++++++++++++++----------------------- 2 files changed, 46 insertions(+), 52 deletions(-) diff --git a/org/out_xmls.org b/org/out_xmls.org index 864e86e..4ccd2a0 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -300,19 +300,19 @@ import string _form; if (doc_matters.opt.action.html_search_link) { o = format(q"┃ -
- - - -
┃", +
+ + + +
┃", doc_matters.conf_make_meta.conf.w_srv_cgi_action, (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) ? "" @@ -370,7 +370,9 @@ import %s
%s -
%s%s┃", + %s + +┃", special_characters_text(doc_matters.conf_make_meta.meta.title_full), (doc_matters.conf_make_meta.meta.creator_author.empty) ? "" : ", " ~ special_characters_text(doc_matters.conf_make_meta.meta.creator_author), @@ -383,7 +385,6 @@ import site_info_button(doc_matters), metadata_links, inline_search_form(doc_matters), - (type == "seg") ? "" : "\n", ); return o; } @@ -848,22 +849,18 @@ import obj.tags.segname_next, ); } - string _toc_pre_next = format(q"┃ - + string _toc_pre_next = format(q"┃ ┃", toc, prev, next, ); - string _pre_next = format(q"┃ - + string _pre_next = format(q"┃ ┃", prev, next, diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 5545f23..747212a 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -205,19 +205,19 @@ template outputXHTMLs() { string _form; if (doc_matters.opt.action.html_search_link) { o = format(q"┃ -
- - - -
┃", +
+ + + +
┃", doc_matters.conf_make_meta.conf.w_srv_cgi_action, (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) ? "" @@ -269,7 +269,9 @@ template outputXHTMLs() { %s
%s -
%s%s┃", + %s + + ┃", special_characters_text(doc_matters.conf_make_meta.meta.title_full), (doc_matters.conf_make_meta.meta.creator_author.empty) ? "" : ", " ~ special_characters_text(doc_matters.conf_make_meta.meta.creator_author), @@ -282,7 +284,6 @@ template outputXHTMLs() { site_info_button(doc_matters), metadata_links, inline_search_form(doc_matters), - (type == "seg") ? "" : "\n", ); return o; } @@ -682,22 +683,18 @@ template outputXHTMLs() { obj.tags.segname_next, ); } - string _toc_pre_next = format(q"┃ - + string _toc_pre_next = format(q"┃ ┃", toc, prev, next, ); - string _pre_next = format(q"┃ - + string _pre_next = format(q"┃ ┃", prev, next, -- cgit v1.2.3