source: tags/gsdl-2_30d-distribution/gsdl/macros/help.dm@ 2308

Last change on this file since 2308 was 1289, checked in by sjboddie, 24 years ago

tidied up macro files a little more

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 614 bytes
Line 
1package help
2
3_imagethispage_ {_iconthispage_}
4_iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
5
6_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
7
8_simplehelp_ {
9_textnumbrowseoptions_
10_textbrowseoptions_
11}
12
13_content_ {
14<center>_navigationbar_</center>
15_texthelptopics_
16<p>_iconblankbar_
17<a name=finding-information>
18<h2>_textsimplehelpheading_</h2>
19_simplehelp_
20_texthelpreadingdocs_
21<p>_iconblankbar_
22<a name=searching>
23_texthelpsearching_
24<p>_iconblankbar_
25<a name=preferences>
26_texthelppreferences_
27<p>_iconblankbar_
28}
Note: See TracBrowser for help on using the repository browser.