source: trunk/gsdl/macros/help.dm@ 11142

Last change on this file since 11142 was 11094, checked in by jrm21, 18 years ago

move the div tags around the navigation bar into the _optnavigationbar_
macro

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 844 bytes
RevLine 
[7343]1# this file must be UTF-8 encoded
2
[128]3package help
4
[548]5_imagethispage_ {_iconthispage_}
[3775]6_iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" title="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
[128]7
[2672]8# don't want collection icon on help page as much of the text is not collection specific
9_imagecollection_ {}
10
[876]11_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
12
[128]13_simplehelp_ {
[548]14_textnumbrowseoptions_
15_textbrowseoptions_
16}
[128]17
[548]18_content_ {
[10872]19_optnavigationbar_
20
[548]21_texthelptopics_
[10872]22<div class="divbar">&nbsp;</div>
23<a name="finding-information"></a>
[644]24<h2>_textsimplehelpheading_</h2>
[128]25_simplehelp_
[876]26_texthelpreadingdocs_
[10872]27<div class="divbar">&nbsp;</div>
28<a name="searching"></a>
[548]29_texthelpsearching_
[10872]30<div class="divbar">&nbsp;</div>
31<a name="preferences"></a>
[876]32_texthelppreferences_
[10872]33<div class="divbar">&nbsp;</div>
[128]34}
Note: See TracBrowser for help on using the repository browser.