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 --- org/out_metadata.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'org/out_metadata.org') diff --git a/org/out_metadata.org b/org/out_metadata.org index 965a36e..c5eddc5 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -85,12 +85,12 @@ metadata_ ~= 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) ~ "

"; @@ -132,11 +132,11 @@ metadata_ ~= "

● markup source: [" ~ " 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 = ["", "", "", "", ""]; @@ -548,7 +548,7 @@ string theme_light_1 = format(q"┃ - + ┃", -- cgit v1.2.3