1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2017-07-09 11:12:43 -04:00
parent c659d5fd91
commit 14738d962c
13 changed files with 1441 additions and 96 deletions

View File

@@ -52,7 +52,7 @@
<option value='xowa.gui.nightmode'>
Gui - Nightmode
</option>
<option value='xowa.wiki.hdumps' selected='selected'>
<option value='xowa.wiki.hdumps'>
Wiki - HTML Databases
</option>
<option value='xowa.wiki.edit'>
@@ -73,7 +73,7 @@
<option value='xowa.html.css'>
HTML - CSS
</option>
<option value='xowa.html.page'>
<option value='xowa.html.page' selected='selected'>
HTML - Page
</option>
<option value='xowa.html.tidy'>
@@ -131,35 +131,59 @@
</p>
</div>
<h2>
General
Portal
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.read_preferred")' title='view more info'>&nbsp;</span>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.missing_class")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.wiki.hdumps.read_preferred__name' class='xocfg_itm_name'>
Prefer HTML Databases for Read tab
<div id='xowa.html.portal.missing_class__name' class='xocfg_itm_name'>
Talk namespace
</div><!-- BTN:undo -->
<div id='xowa.wiki.hdumps.read_preferred__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.read_preferred")' title="reset to &quot;y&quot;">&nbsp;</span>
<div id='xowa.html.portal.missing_class__undo' data-xocfg-type='list:xowa.html.portal.missing_class' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.missing_class")' title="reset to &quot;xowa_display_none&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.wiki.hdumps.read_preferred" data-xocfg-key="xowa.wiki.hdumps.read_preferred" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
<select id="xowa.html.portal.missing_class" data-xocfg-key="xowa.html.portal.missing_class" data-xocfg-type="list:xowa.html.portal.missing_class" accesskey="d" class="xocfg_data__list" size="3">
<option value="">
Show as blue link
</option>
<option value="new">
Show as red link
</option>
<option value="xowa_display_none" selected="selected">
Hide
</option>
</select>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.wiki.hdumps.read_preferred__key_box' value='xowa.wiki.hdumps.read_preferred'> <input type='hidden' id='xowa.wiki.hdumps.read_preferred__ctx_box' value='app'>
<input type='hidden' id='xowa.html.portal.missing_class__key_box' value='xowa.html.portal.missing_class'> <input type='hidden' id='xowa.html.portal.missing_class__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.wiki.hdumps.read_preferred_help_div' class='xohelp_div'>
<div id='xowa.wiki.hdumps.read_preferred_help_msg' class='xohelp_msg'>
<div id='xowa.html.portal.missing_class_help_div' class='xohelp_div'>
<div id='xowa.html.portal.missing_class_help_msg' class='xohelp_msg'>
<p>
Choose one of the following:
Controls the appearance of the Talk tab (right of Page tab):
</p>
<dl>
<dd>
XOWA shows a Talk tab just like any other MediaWiki wiki
</dd>
<dd>
However, the default wiki dumps (pages-articles) do not have the Talk namespace. In these situations, the Talk tab is non-functional.
</dd>
<dd>
Some users may object to the continual presence of a non-functional tab. As such, the following options have been provided:
</dd>
</dl>
<ul>
<li>
<b>checked</b>: Read tab uses HTML databases. Note that this will be faster, but there may be some inaccuracies. (These inaccuracies are being worked on)
<b>Hide</b> : Hide the tab if the namespace is missing. This is non-standard MediaWiki behavior, but is not distracting.
</li>
<li>
<b>unchecked</b>: Read tab uses Wikitext. Note that this will be slower, but more accurate.
<b>Show as red link</b> : Show the tab with a red color. This is standard MediaWiki behavior, but some users may find the red link distracting.
</li>
<li>
<b>Show as blue link</b> : Show the tab with a blue color. This is non-standard MediaWiki behavior. It is not distracting but some users may object to the presence of a non-functional link.
</li>
</ul>
</div>
@@ -167,53 +191,413 @@
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.wiki.hdumps.html_mode")' title='view more info'>&nbsp;</span>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.sidebar_enabled_desktop")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.wiki.hdumps.html_mode__name' class='xocfg_itm_name'>
HTML tab mode
<div id='xowa.html.portal.sidebar_enabled_desktop__name' class='xocfg_itm_name'>
Show home menu in sidebar (desktop)
</div><!-- BTN:undo -->
<div id='xowa.wiki.hdumps.html_mode__undo' data-xocfg-type='list:xowa.wiki.hdumps.html_mode' class='xocfg_itm_delete'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.wiki.hdumps.html_mode")' title="reset to &quot;shown&quot;">&nbsp;</span>
<div id='xowa.html.portal.sidebar_enabled_desktop__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.sidebar_enabled_desktop")' title="reset to &quot;n&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<select id="xowa.wiki.hdumps.html_mode" data-xocfg-key="xowa.wiki.hdumps.html_mode" data-xocfg-type="list:xowa.wiki.hdumps.html_mode" accesskey="d" class="xocfg_data__list" size="4">
<option value="shown">
Shown
</option>
<option value="swt_browser" selected="selected">
SWT Browser
</option>
<option value="hdump_save">
Saved for HTML DB
</option>
<option value="hdump_load">
Loaded by HTML DB
</option>
</select>
<input id="xowa.html.portal.sidebar_enabled_desktop" data-xocfg-key="xowa.html.portal.sidebar_enabled_desktop" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.wiki.hdumps.html_mode__key_box' value='xowa.wiki.hdumps.html_mode'> <input type='hidden' id='xowa.wiki.hdumps.html_mode__ctx_box' value='app'>
<input type='hidden' id='xowa.html.portal.sidebar_enabled_desktop__key_box' value='xowa.html.portal.sidebar_enabled_desktop'> <input type='hidden' id='xowa.html.portal.sidebar_enabled_desktop__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.wiki.hdumps.html_mode_help_div' class='xohelp_div'>
<div id='xowa.wiki.hdumps.html_mode_help_msg' class='xohelp_msg'>
<div id='xowa.html.portal.sidebar_enabled_desktop_help_div' class='xohelp_div'>
<div id='xowa.html.portal.sidebar_enabled_desktop_help_msg' class='xohelp_msg'>
<p>
Choose one of the following to show in HTML tab:
Choose one of the following.
</p>
<ul>
<li>
<b>Shown</b>: HTML as generated by XOWA
<b>checked</b> : to show XOWA menu in sidebar (has XOWA Main Page, About, Help, Page History, Bookmarks, Options
</li>
<li>
<b>SWT browser</b>: HTML as currently shown in SWT browser (useful for Special pages and javascript calls)
</li>
<li>
<b>Saved for HTML DB</b>: HTML as saved in the HTML database. Note that this is for developer purposes only.
</li>
<li>
<b>Loaded for HTML DB</b>: HTML as saved in the HTML database but post-processed with image urls. Note that this is for developer purposes only.
<b>unchecked</b> : to hide XOWA menu in sidebar
</li>
</ul>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.portal.sidebar_enabled_server")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.portal.sidebar_enabled_server__name' class='xocfg_itm_name'>
Show home menu in sidebar (server)
</div><!-- BTN:undo -->
<div id='xowa.html.portal.sidebar_enabled_server__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.portal.sidebar_enabled_server")' title="reset to &quot;y&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.portal.sidebar_enabled_server" data-xocfg-key="xowa.html.portal.sidebar_enabled_server" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.portal.sidebar_enabled_server__key_box' value='xowa.html.portal.sidebar_enabled_server'> <input type='hidden' id='xowa.html.portal.sidebar_enabled_server__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.portal.sidebar_enabled_server_help_div' class='xohelp_div'>
<div id='xowa.html.portal.sidebar_enabled_server_help_msg' class='xohelp_msg'>
<p>
Choose one of the following.
</p>
<ul>
<li>
<b>checked</b> : to show XOWA menu in sidebar (has XOWA Main Page, About, Help, Page History, Bookmarks, Options
</li>
<li>
<b>unchecked</b> : to hide XOWA menu in sidebar
</li>
</ul>
</div>
</div>
<h2>
Content
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.page.content_code_fmt")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.page.content_code_fmt__name' class='xocfg_itm_name'>
Content code format
</div><!-- BTN:undo -->
<div id='xowa.html.page.content_code_fmt__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.page.content_code_fmt")' title="reset to &quot;&lt;pre&gt;~{page_text}&lt;/pre&gt;&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<textarea id="xowa.html.page.content_code_fmt" data-xocfg-key="xowa.html.page.content_code_fmt" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4">
</textarea>
<pre>
~{page_text}
</pre>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.page.content_code_fmt__key_box' value='xowa.html.page.content_code_fmt'> <input type='hidden' id='xowa.html.page.content_code_fmt__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.page.content_code_fmt_help_div' class='xohelp_div'>
<div id='xowa.html.page.content_code_fmt_help_msg' class='xohelp_msg'>
<p>
Enter a format for pages whose content is entirely source code:
</p>
<p>
Applicable pages include:
</p>
<ul>
<li>
MediaWiki:Common.css
</li>
<li>
MediaWiki:*.js
</li>
<li>
Module:*
</li>
</ul>
<p>
The purpose of this option is to control the behavior of the pre when the page has source code with long lines. Example behaviors include:
</p>
<ul>
<li>
Horizontal scroll bar at bottom of html window: &lt;pre&gt;~{page_text}&lt;/pre&gt;
</li>
<li>
Horizontal scroll bar at bottom of pre: &lt;pre style='overflow:auto'&gt;~{page_text}&lt;/pre&gt;
</li>
<li>
Word-wrap: &lt;pre style='white-space: pre-wrap; word-wrap: break-word;'&gt;~{page_text}&lt;/pre&gt;
</li>
</ul>
<p>
See <a tabindex="-1" href="https://bugzilla.wikimedia.org/show_bug.cgi?id=260" rel="nofollow" class="external free">https://bugzilla.wikimedia.org/show_bug.cgi?id=260</a> for more context
</p>
</div>
</div>
<h2>
Alt text
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.alt.show_in_caption")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.alt.show_in_caption__name' class='xocfg_itm_name'>
Show in caption
</div><!-- BTN:undo -->
<div id='xowa.html.alt.show_in_caption__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.alt.show_in_caption")' title="reset to &quot;y&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.alt.show_in_caption" data-xocfg-key="xowa.html.alt.show_in_caption" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.alt.show_in_caption__key_box' value='xowa.html.alt.show_in_caption'> <input type='hidden' id='xowa.html.alt.show_in_caption__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.alt.show_in_caption_help_div' class='xohelp_div'>
<div id='xowa.html.alt.show_in_caption_help_msg' class='xohelp_msg'>
<p>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> : show alt text underneath caption (default. non-standard behavior, but recommended)
</li>
<li>
<b>unchecked</b> : do not show alt text underneath caption (standard behavior)
</li>
</ul>
<p>
EX: <a tabindex="-1" href="/site/simple.wikipedia.org/wiki/Saturn_(planet)">http://simple.wikipedia.org/wiki/Saturn_(planet)</a>
</p>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.alt.empty_alt_uses_caption")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.alt.empty_alt_uses_caption__name' class='xocfg_itm_name'>
Empty alt uses caption
</div><!-- BTN:undo -->
<div id='xowa.html.alt.empty_alt_uses_caption__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.alt.empty_alt_uses_caption")' title="reset to &quot;y&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.alt.empty_alt_uses_caption" data-xocfg-key="xowa.html.alt.empty_alt_uses_caption" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox" checked="checked">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.alt.empty_alt_uses_caption__key_box' value='xowa.html.alt.empty_alt_uses_caption'> <input type='hidden' id='xowa.html.alt.empty_alt_uses_caption__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.alt.empty_alt_uses_caption_help_div' class='xohelp_div'>
<div id='xowa.html.alt.empty_alt_uses_caption_help_msg' class='xohelp_msg'>
<p>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> : if no alt attribute is specified, alt will use caption
</li>
<li>
<b>unchecked</b> : if no alt attribute is specified, alt will be empty (check the HTML source)
</li>
</ul>
</div>
</div>
<h2>
Collapsible
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.toc")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.collapsibles.toc__name' class='xocfg_itm_name'>
Table of contents
</div><!-- BTN:undo -->
<div id='xowa.html.collapsibles.toc__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.toc")' title="reset to &quot;n&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.collapsibles.toc" data-xocfg-key="xowa.html.collapsibles.toc" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.collapsibles.toc__key_box' value='xowa.html.collapsibles.toc'> <input type='hidden' id='xowa.html.collapsibles.toc__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.collapsibles.toc_help_div' class='xohelp_div'>
<div id='xowa.html.collapsibles.toc_help_msg' class='xohelp_msg'>
<p>
Collapsible settings only apply to the current viewing of the page. This setting is not stored for each page.
</p>
<p>
For example, if you are viewing "Page_A", you set your table of contents (TOC) setting to unchecked (always show), and you click "hide":
</p>
<ul>
<li>
Click a link -&gt; Press back -&gt; TOC is shown, not hidden
</li>
<li>
Exit XOWA -&gt; Reopen XOWA -&gt; Go to "Page_A" -&gt; TOC is shown, not hidden
</li>
</ul>
<p>
Saving the hide/show setting on a page by page basis will be supported in a future version, but probably not anytime soon.
</p>
<p>
All table of contents have a Show / Hide link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/Table_of_contents" id="xolnki_21" title="Diagnostics/Javascript/Table of contents">Diagnostics/Javascript/Table_of_contents</a><br>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> : default to show collapsed
</li>
<li>
<b>unchecked</b> : default to show expanded
</li>
</ul>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.navbox")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.collapsibles.navbox__name' class='xocfg_itm_name'>
NavBox
</div><!-- BTN:undo -->
<div id='xowa.html.collapsibles.navbox__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.navbox")' title="reset to &quot;n&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.collapsibles.navbox" data-xocfg-key="xowa.html.collapsibles.navbox" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.collapsibles.navbox__key_box' value='xowa.html.collapsibles.navbox'> <input type='hidden' id='xowa.html.collapsibles.navbox__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.collapsibles.navbox_help_div' class='xohelp_div'>
<div id='xowa.html.collapsibles.navbox_help_msg' class='xohelp_msg'>
<p>
Navigation boxes at the bottom of the article will often have a Collapse / Expand link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/Collapsible" id="xolnki_22" title="Diagnostics/Javascript/Collapsible">Diagnostics/Javascript/Collapsible</a> or <a tabindex="-1" href="/site/en.wikipedia.org/wiki/Quantum_mechanics">http://en.wikipedia.org/wiki/Quantum_mechanics</a><br>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> : default to show collapsed
</li>
<li>
<b>unchecked</b> : default to show expanded
</li>
</ul>
</div>
</div>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.collapsibles.navframe")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.collapsibles.navframe__name' class='xocfg_itm_name'>
NavFrame
</div><!-- BTN:undo -->
<div id='xowa.html.collapsibles.navframe__undo' data-xocfg-type='bool' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.collapsibles.navframe")' title="reset to &quot;n&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<input id="xowa.html.collapsibles.navframe" data-xocfg-key="xowa.html.collapsibles.navframe" data-xocfg-type="bool" accesskey="d" class="xocfg_data__bool" type="checkbox">
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.collapsibles.navframe__key_box' value='xowa.html.collapsibles.navframe'> <input type='hidden' id='xowa.html.collapsibles.navframe__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.collapsibles.navframe_help_div' class='xohelp_div'>
<div id='xowa.html.collapsibles.navframe_help_msg' class='xohelp_msg'>
<p>
Choose one of the following:
</p>
<ul>
<li>
<b>checked</b> : default to show collapsed
</li>
<li>
<b>unchecked</b> : default to show expanded
</li>
</ul>
<p>
NOTE: Affects following 2 types of boxes:
</p>
<ul>
<li>
Most navigation boxes at the side of the article which sometimes have a Show / Hide link. See <a tabindex="-1" href="/wiki/Diagnostics/Javascript/NavFrame" id="xolnki_23" title="Diagnostics/Javascript/NavFrame">Diagnostics/Javascript/NavFrame</a> or <a tabindex="-1" href="/site/en.wikipedia.org/wiki/Quantum_mechanics">http://en.wikipedia.org/wiki/Quantum_mechanics</a>
</li>
<li>
Some navigation boxes at the bottom of the article which sometimes have a Show / Hide link. See <a tabindex="-1" href="/site/simple.wikipedia.org/wiki/Earth">https://simple.wikipedia.org/wiki/Earth</a>
</li>
</ul>
</div>
</div>
<h2>
Divs
</h2>
<div class="xocfg_row flex_div">
<!-- BTN:help_item -->
<div class='xocfg_itm_help'>
<span class='xoimg_btn_x16 xoimg_help_tip' href='javascript:void(0)' onclick='return xo.help.toggle("xowa.html.divs.footer")' title='view more info'>&nbsp;</span>
</div><!-- TEXT:key -->
<div id='xowa.html.divs.footer__name' class='xocfg_itm_name'>
Footer
</div><!-- BTN:undo -->
<div id='xowa.html.divs.footer__undo' data-xocfg-type='memo' class='xocfg_itm_delete xocfg_itm_hide'>
<span class='xoimg_btn_x16 xoimg_list_undo' onclick='return xo.cfg_edit.delete__send("xowa.html.divs.footer")' title="reset to &quot;&lt;div id=&quot;footer&quot; role=&quot;contentinfo&quot;&gt;
&lt;ul id=&quot;footer-info&quot;&gt;
&lt;li id=&quot;footer-info-lastmod&quot;&gt; ~{page_modified_on_msg}&lt;/li&gt;
&lt;li id=&quot;footer-info-copyright&quot;&gt;~{&lt;&gt;msgs.get('wikimedia-copyright');&lt;&gt;}
&lt;/ul&gt;
&lt;ul id=&quot;footer-places&quot;&gt;
&lt;li id=&quot;footer-places-privacy&quot;&gt;&lt;a href=&quot;/wiki/~{&lt;&gt;msgs.get('privacypage');&lt;&gt;}&quot; class=&quot;extiw&quot; title=&quot;~{&lt;&gt;msgs.get('privacy');&lt;&gt;}&quot;&gt;~{&lt;&gt;msgs.get('privacy');&lt;&gt;}&lt;/a&gt;&lt;/li&gt;
&lt;li id=&quot;footer-places-about&quot;&gt;&lt;a href=&quot;/wiki/~{&lt;&gt;msgs.get('Project:About');&lt;&gt;}&quot; title=&quot;Wikipedia:About&quot;&gt;~{&lt;&gt;msgs.get('aboutsite');&lt;&gt;}&lt;/a&gt;&lt;/li&gt;
&lt;li id=&quot;footer-places-disclaimer&quot;&gt;&lt;a href=&quot;/wiki/~{&lt;&gt;msgs.get('disclaimerpage');&lt;&gt;}&quot; title=&quot;~{&lt;&gt;msgs.get('Disclaimers');&lt;&gt;}&quot;&gt;~{&lt;&gt;msgs.get('Disclaimers');&lt;&gt;}&lt;/a&gt;&lt;/li&gt;
&lt;li id=&quot;footer-places-developers&quot;&gt;&lt;a href=&quot;~{&lt;&gt;msgs.get('wikimedia-developers-url');&lt;&gt;}&quot;&gt;~{&lt;&gt;msgs.get('wikimedia-developers');&lt;&gt;}&lt;/a&gt;&lt;/li&gt;
&lt;li id=&quot;footer-places-cookiestatement&quot;&gt;&lt;a href=&quot;https://wikimediafoundation.org/wiki/Cookie_statement&quot;&gt;Cookie statement&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul id=&quot;footer-icons&quot; class=&quot;noprint&quot; style='height:10px'&gt;
&lt;li id=&quot;footer-copyrightico&quot;&gt;
&lt;a href=&quot;https://wikimediafoundation.org/&quot;&gt;&lt;img src=&quot;~{&lt;&gt;app.fsys.root_dir.to_http_file;&lt;&gt;}/bin/any/xowa/html/css/footer/wikimedia-button.png&quot; width=&quot;88&quot; height=&quot;31&quot; alt=&quot;Wikimedia Foundation&quot;/&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;footer-poweredbyico&quot;&gt;
&lt;a href=&quot;//www.mediawiki.org/&quot;&gt;&lt;img src=&quot;~{&lt;&gt;app.fsys.root_dir.to_http_file;&lt;&gt;}/bin/any/xowa/html/css/footer/poweredby_mediawiki_88x31.png&quot; alt=&quot;Powered by MediaWiki&quot; width=&quot;88&quot; height=&quot;31&quot;/&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style='clear:both; float:left;'&gt;
&lt;li&gt;Generated by &lt;a href='/wiki/home/Help/About'&gt;XOWA&lt;/a&gt;: v~{app_version} (~{app_build_date})&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;
&lt;/div&gt;&quot;">&nbsp;</span>
</div><!-- TEXT:val -->
<div class='xocfg_itm_data'>
<textarea id="xowa.html.divs.footer" data-xocfg-key="xowa.html.divs.footer" data-xocfg-type="memo" accesskey="d" class="xocfg_data__memo" rows="4">
</textarea>
<div id="quot;footerquot;" role="&quot;contentinfo&quot;">
<ul id="quot;footer-infoquot;">
<li id="quot;footer-info-lastmodquot;">
~{page_modified_on_msg}
</li>
<li id="quot;footer-info-copyrightquot;">
~{&lt;&gt;msgs.get('wikimedia-copyright');&lt;&gt;}
</li>
</ul>
<ul id="quot;footer-placesquot;">
<li id="quot;footer-places-privacyquot;">
<a href="&quot;/wiki/~{">&lt;&gt;msgs.get('privacypage');&lt;&gt;}" class="extiw" title="~{&lt;&gt;msgs.get('privacy');&lt;&gt;}"&gt;~{&lt;&gt;msgs.get('privacy');&lt;&gt;}</a>
</li>
<li id="quot;footer-places-aboutquot;">
<a href="&quot;/wiki/~{">&lt;&gt;msgs.get('Project:About');&lt;&gt;}" title="Wikipedia:About"&gt;~{&lt;&gt;msgs.get('aboutsite');&lt;&gt;}</a>
</li>
<li id="quot;footer-places-disclaimerquot;">
<a href="&quot;/wiki/~{">&lt;&gt;msgs.get('disclaimerpage');&lt;&gt;}" title="~{&lt;&gt;msgs.get('Disclaimers');&lt;&gt;}"&gt;~{&lt;&gt;msgs.get('Disclaimers');&lt;&gt;}</a>
</li>
<li id="quot;footer-places-developersquot;">
<a href="&quot;~{">&lt;&gt;msgs.get('wikimedia-developers-url');&lt;&gt;}"&gt;~{&lt;&gt;msgs.get('wikimedia-developers');&lt;&gt;}</a>
</li>
<li id="quot;footer-places-cookiestatementquot;">
<a href="&quot;https://wikimediafoundation.org/wiki/Cookie_statement&quot;">Cookie statement</a>
</li>
</ul>
<ul id="quot;footer-iconsquot;" class="&quot;noprint&quot;" style='height:10px'>
<li id="quot;footer-copyrighticoquot;">
<a href="&quot;https://wikimediafoundation.org/&quot;"><img src="&quot;~{">&lt;&gt;app.fsys.root_dir.to_http_file;&lt;&gt;}/bin/any/xowa/html/css/footer/wikimedia-button.png" width="88" height="31" alt="Wikimedia Foundation"/&gt;</a>
</li>
<li id="quot;footer-poweredbyicoquot;">
<a href="&quot;//www.mediawiki.org/&quot;"><img src="&quot;~{">&lt;&gt;app.fsys.root_dir.to_http_file;&lt;&gt;}/bin/any/xowa/html/css/footer/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" width="88" height="31"/&gt;</a>
</li>
</ul>
<ul style='clear:both; float:left;'>
<li>
Generated by <a href='/wiki/home/Help/About'>XOWA</a>: v~{app_version} (~{app_build_date})
</li>
</ul>
<div style="&quot;clear:both&quot;">
</div>
</div>
</div><!-- HIDDEN:key,ctx -->
<input type='hidden' id='xowa.html.divs.footer__key_box' value='xowa.html.divs.footer'> <input type='hidden' id='xowa.html.divs.footer__ctx_box' value='app'>
</div><!-- DIV:help -->
<div id='xowa.html.divs.footer_help_div' class='xohelp_div'>
<div id='xowa.html.divs.footer_help_msg' class='xohelp_msg'>
<p>
Sets html shown at the bottom of a page
</p>
</div>
</div>
</div>
</div>