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 --- src/doc_reform/io_out/xmls.d | 49 +++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 26 deletions(-) (limited to 'src/doc_reform') 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