diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-02 11:38:33 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-05 18:25:05 -0500 |
commit | b3ab72df529dab36483285567b1e72acb48187b3 (patch) | |
tree | 41c277e6d39110a66b52b6f466773d4f22264701 /org/out_xmls.org | |
parent | xmls css, step (diff) |
htmls, banner layout additions
- scroll/seg doc access toggle
- epub link added, later make optional
- search button, minor cosmetic
Diffstat (limited to 'org/out_xmls.org')
-rw-r--r-- | org/out_xmls.org | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/org/out_xmls.org b/org/out_xmls.org index 964f43d..84c15db 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -368,7 +368,7 @@ import <input type="hidden" name="ec" value="on"> <input type="hidden" name="url" value="on"> <button type="submit" form="search" name="fn" value="%s">doc</button> - <button type="submit" form="search">db</button> + <button type="submit" form="search">※ db</button> </font></form> <!-- SiSU Spine Search --> </div>┃", @@ -397,11 +397,18 @@ import ) { string o; string metadata_links = ((doc_matters.opt.action.html_curate_link) - ? format(q"┃<p class="tiny">[<a href="%s"> ≅ </a>|<a href="%smetadata.%s.html"> m </a>|<a href="%s../../authors.html"> A </a>|<a href="%s../../topics.html"> T </a>]</p>┃", + ? format(q"┃<p class="small">[<a href="%s"> ≅ </a>|<a href="%s"> %s </a>|<a href="%sepub/%s.%s.epub"> ◆ </a>|<a href="%smetadata.%s.html"> m </a>|<a href="%s../../authors.html"> A </a>|<a href="%s../../topics.html"> T </a>]</p>┃", (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") ? "../" : "", |