Creating A Thdl Page With All Wiki Content
<h3 class="heading-h6"><a name="THLToolboxhomegtDevelopersZonegtWebDevelopmentgtCreatingaTHLTemplatewithAllWikiContent" class="anchorpoint"></a><a href="/tools/wiki/home.html">THL Toolbox</a> > <a href="/tools/wiki/Developers%27%20Zone.html">Developers' Zone</a> > <a href="/tools/wiki/Web%20Development.html">Web Development</a> > Creating a THL Template with All Wiki-Content</h3><p class="paragraph">
</p><h3 class="heading-h1"><a name="CreatingaTHLTemplatewithAllWikiContent" class="anchorpoint"></a>Creating a THL Template with All Wiki-Content</h3><p class="paragraph">When you want to create a THL page that is a separate PHP file but with completely wiki-based content except for the side-column, a slightly different approach is necessary than that used by the teaser boxes. This is often necessary for pages that represent a tab in the nav bar. For the tab to be properly highlighted, the body tag of the page needs to have a class value set to the same class value as the highlighted tab. Thus, the collections home page has a body tag of:</p><div class="code"><pre><body class="collections"></pre></div><p class="paragraph">When the text in the central main div is to be imported from a wiki, do the following:</p><ul class="star"><li>Keeping the <div id="content"> and its child <div class="shell-1">, add another class "wikibody" to the "shell-1".</li>
<li>Within the "shell-1", add an <a> tag with the href attribute set to the wiki public URL starting with "/access/…".</li>
<li>To that same <a> tag, add a "wiki" class.</li></ul><p class="paragraph">The Javascript will read the <a> tag's href and make the wiki call as usually is done by adding a hash #wiki=/access/.... to the URL.
</p><h3 class="heading-h2"><a name="ExampleCode" class="anchorpoint"></a>Example Code</h3><p class="paragraph">The example code is from <img src="/" alt="external link: " title="external link"/><span class="nobr"><a href="http://staging.thdl.org/reference/dictionaries/tibetan-dictionary/dictionary-edit-manual.php" target="rwikiexternal">http://staging.thdl.org/reference/dictionaries/tibetan-dictionary/dictionary-edit-manual.php</a></span></p><div class="code"><pre><!-- begin content -->
<div id="content">
<div class="shell-1 wikibody">
  <a href="?wiki=/access/wiki/site/c06fa8cf-c49c-4ebc-007f-482de5382105/tibetan%20historical%20dictionary%20editorial%20manual.html" 
    class="wiki" ></a>
  </div>
</div><!-- end content -->
</pre></div><p class="paragraph">
</p><h3 class="heading-h6"><a name="ProvidedforunrestrictedusebythespanclassnobrimgsrcsakairwikitoolimagesicklearrowgifaltexternallinktitleexternallinkahrefhttpwwwthliborgtargetrwikiexternalTibetanandHimalayanLibraryaspan" class="anchorpoint"></a><em class="italic">Provided for unrestricted use by the <span class="nobr"><img src="/" alt="external link: " title="external link"/><a href="http://www.thlib.org" target="rwikiexternal">Tibetan and Himalayan Library</a></span></em></h3>