diff options
Diffstat (limited to 'org/out_xmls.org')
| -rw-r--r-- | org/out_xmls.org | 21 | 
1 files changed, 14 insertions, 7 deletions
| diff --git a/org/out_xmls.org b/org/out_xmls.org index eb3f87a..6d0e624 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -376,13 +376,13 @@ import      <div class="flex-menu-option">        <!-- SiSU Spine Search -->        <form action="%s" target="_top" method="POST" accept-charset="UTF-8" id="searchtxt"> -        <font size="2"> +        <font size="2">%s        <input type="text" name="sf" size="24" maxlength="255">%s        <input type="hidden" name="sml" value="1000">        <input type="hidden" name="ec" value="on">        <input type="hidden" name="url" value="on">        <input type="hidden" name="rt" value="txt"> -      <button type="submit" form="searchtxt" name="fn" value="%s"> • txt </button> +      <button type="submit" form="searchtxt" name="fn" value="%s"> • ⚏ </button>        </font></form>        <!-- SiSU Spine Search -->      </div> @@ -395,14 +395,19 @@ import        <input type="hidden" name="ec" value="on">        <input type="hidden" name="url" value="on">        <input type="hidden" name="rt" value="idx"> -      <button type="submit" form="searchidx">※ db</button> -      <button type="submit" form="searchidx" name="fn" value="%s"> • idx </button> +      <button type="submit" form="searchidx" name="fn" value="%s"> • ፨ </button> +      <button type="submit" form="searchidx"> ㏈ ፨</button>        </font></form>        <!-- SiSU Spine Search -->      </div>┃",      doc_matters.conf_make_meta.conf.w_srv_cgi_action,      (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty)        ? "" +      : "\n    <a href=\"" +        ~ doc_matters.conf_make_meta.conf.w_srv_cgi_action +        ~ "\">🔎 </a>", +    (doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename.empty) +      ? ""        : "\n    <input type=\"hidden\" name=\"db\" value=\""          ~ doc_matters.conf_make_meta.conf.w_srv_db_sqlite_filename          ~ "\">", @@ -424,6 +429,8 @@ import  ***** html head & head banner +▣ ▤ ⁜ ☀ ፨ ፠ ※ ■ □ ▢ ▣ ▤ ▥ ▦ ▧ ▨ 〓 ⚏ ⚏ ⌘ 🫛 ⌥ ⟰ +  #+NAME: xhtml_format_objects_html_head  #+BEGIN_SRC d  @safe string html_head(M)( @@ -432,7 +439,7 @@ import  ) {    string o;    string metadata_links = ((doc_matters.opt.action.html_link_curate) -    ? format(q"┃<p class="small">[<a href="%s"> ≅ </a>|<a href="%s"> %s </a>|<a href="%sepub/%s.%s.epub"> ◆ </a>|%s%s<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>|%s%s<a href="%smetadata.%s.html"> ⌘• </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 @@ -440,7 +447,7 @@ import          (type == "seg")            ? "../" ~ doc_matters.src.filename_base ~ ".html"            : "./" ~ doc_matters.src.filename_base ~ "/toc.html", -        (type == "seg") ? "▣" : "▤", // ■ □ ▢ ▣ ▤ ▥ ▦ ▧ ▨ 〓 +        (type == "seg") ? "▤" : "※",          (type == "seg") ? "../../" : "../",          doc_matters.src.filename_base,          doc_matters.src.lng, @@ -616,7 +623,7 @@ import    <hr />    <div class="generator">      <p class="small_center" id="sisu_spine"><a name="sisu_spine"></a> -      <a href="https://sisudoc.org">≅ SiSU Spine</a> (object numbering & object search) +      <a href="https://sisudoc.org">≅ SiSU Spine ፨</a> (object numbering & object search)      </p>      <p class="small_center" id="sisu_spine"><a name="sisu_spine"></a>        (web 1993, object numbering 1997, object search 2002 ...) <<year>> | 
