From b3ab72df529dab36483285567b1e72acb48187b3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 2 Feb 2022 11:38:33 -0500 Subject: htmls, banner layout additions - scroll/seg doc access toggle - epub link added, later make optional - search button, minor cosmetic --- src/doc_reform/io_out/metadata.d | 12 ++++++------ src/doc_reform/io_out/xmls.d | 11 +++++++++-- src/doc_reform/meta/metadoc_curate_authors.d | 2 +- src/doc_reform/meta/metadoc_curate_topics.d | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) (limited to 'src/doc_reform') diff --git a/src/doc_reform/io_out/metadata.d b/src/doc_reform/io_out/metadata.d index 4dd8476..6eab92e 100644 --- a/src/doc_reform/io_out/metadata.d +++ b/src/doc_reform/io_out/metadata.d @@ -67,7 +67,7 @@ template outputMetadata() { - + ┃", @@ -352,12 +352,12 @@ string theme_light_1 = format(q"┃ ┃"); metadata_ ~= "
"; if (doc_matters.opt.action.html_curate_link) { - metadata_ ~= format(q"┃

[ HOME ] Curated metadata + metadata_ ~= format(q"┃

[  HOME ] Curated metadata: [ Authors ] [ Topics ]

┃"); } else { - metadata_ ~= format(q"┃

[ HOME ] + metadata_ ~= format(q"┃

[ ≅ HOME ] ┃"); } metadata_ ~= "

" ~ inline_search_form(doc_matters) ~ "

"; @@ -399,11 +399,11 @@ string theme_light_1 = format(q"┃ ~ "[" ~ " pod tree ]

"; metadata_ ~= "

● outputs: [" - ~ " html scroll ] " + ~ " ▣ html scroll ] " ~ "[" - ~ " html seg ]" + ~ " ▤ html seg ]" ~ "[" - ~ " epub ]

"; + ~ " ◆ epub ]

"; if (doc_matters.conf_make_meta.meta.classify_topic_register_arr.length > 0) { metadata_ ~= "

Topics:

"; string[] _top = ["", "", "", "", ""]; diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d index 2524664..66661cf 100644 --- a/src/doc_reform/io_out/xmls.d +++ b/src/doc_reform/io_out/xmls.d @@ -265,7 +265,7 @@ template outputXHTMLs() { - + ┃", @@ -288,11 +288,18 @@ template outputXHTMLs() { ) { string o; string metadata_links = ((doc_matters.opt.action.html_curate_link) - ? format(q"┃

[ ≅ | m | A | T ]

┃", + ? format(q"┃

[ ≅ | %s | ◆ | m | A | T ]

┃", (doc_matters.opt.action.webserver_url_doc_root.length > 0) ? doc_matters.opt.action.webserver_url_doc_root : doc_matters.conf_make_meta.conf.w_srv_data_root_url , // HOME index.html equivalent _cfg.www_url_doc_root, + (type == "seg") + ? "../" ~ doc_matters.src.filename_base ~ ".html" + : "./" ~ doc_matters.src.filename_base ~ "/toc.html", + (type == "seg") ? "▣" : "▤", // ■ □ ▢ ▣ ▤ ▥ ▦ ▧ ▨ 〓 + (type == "seg") ? "../../" : "../", + doc_matters.src.filename_base, + doc_matters.src.lng, (type == "seg") ? "../" : "", doc_matters.src.filename_base, (type == "seg") ? "../" : "", diff --git a/src/doc_reform/meta/metadoc_curate_authors.d b/src/doc_reform/meta/metadoc_curate_authors.d index ceb6229..f3c1138 100644 --- a/src/doc_reform/meta/metadoc_curate_authors.d +++ b/src/doc_reform/meta/metadoc_curate_authors.d @@ -84,7 +84,7 @@ template spineMetaDocCuratesAuthors() { - + ┃", diff --git a/src/doc_reform/meta/metadoc_curate_topics.d b/src/doc_reform/meta/metadoc_curate_topics.d index 0f6b74c..a8b0db0 100644 --- a/src/doc_reform/meta/metadoc_curate_topics.d +++ b/src/doc_reform/meta/metadoc_curate_topics.d @@ -84,7 +84,7 @@ template spineMetaDocCuratesTopics() { - + ┃", -- cgit v1.2.3