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
Line 
1# this file must be UTF-8 encoded
2
3package help
4
5_imagethispage_ {_iconthispage_}
6_iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" title="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
7
8# don't want collection icon on help page as much of the text is not collection specific
9_imagecollection_ {}
10
11_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
12
13_simplehelp_ {
14_textnumbrowseoptions_
15_textbrowseoptions_
16}
17
18_content_ {
19_optnavigationbar_
20
21_texthelptopics_
22<div class="divbar">&nbsp;</div>
23<a name="finding-information"></a>
24<h2>_textsimplehelpheading_</h2>
25_simplehelp_
26_texthelpreadingdocs_
27<div class="divbar">&nbsp;</div>
28<a name="searching"></a>
29_texthelpsearching_
30<div class="divbar">&nbsp;</div>
31<a name="preferences"></a>
32_texthelppreferences_
33<div class="divbar">&nbsp;</div>
34}
Note: See TracBrowser for help on using the repository browser.