Help Page Guide - jcobban/Genealogy GitHub Wiki
Up: Home
Help pages describe the use of the page as a whole. The pages associated with an application "pageName" are identified as “pageNameHelpll.html” where “ll” is the ISO 2-character language code in lower case, for example “en” for English or “fr” for French. Note that in language-specific templates you can safely define a link to a language-specific help page before creating that help page because the system will automatically substitute the English version of the help page “pageNameHelpen.html” if the language-specific help page is not present. Each of these help pages is a complete HTML page including the <head> and <body> sections.
The relative position of the help page within the help tree is described in the header and footer of the help page:
<div class="topcrumbs">
<a href="/indexHelpen.html">Home</a>:
<a href="/genealogyHelpen.html">Genealogy</a>:
</div>
The body of the help text of the page should be enclosed in a <div class="help">, the appearance of which can be customized in the common styles.css.
Next: Home