source: main/tags/2.51-jcdl/gsdl/macros/help.dm@ 25200

Last change on this file since 25200 was 7503, checked in by davidb, 20 years ago

Modification made to navigation bar so its position in the default location
of the page is optional. Useful when you want to include the navigation
bar somewhere else. It's straightforward enough to add text that include
the navigation bar in the a new place, but without this modification there
is a lot of editing to do to supress it also appearing in its default position.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 782 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<center>_optnavigationbar_</center>
20_texthelptopics_
21<p>_iconblankbar_
22<a name=finding-information>
23<h2>_textsimplehelpheading_</h2>
24_simplehelp_
25_texthelpreadingdocs_
26<p>_iconblankbar_
27<a name=searching>
28_texthelpsearching_
29<p>_iconblankbar_
30<a name=preferences>
31_texthelppreferences_
32<p>_iconblankbar_
33}
Note: See TracBrowser for help on using the repository browser.