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

Last change on this file since 7394 was 7343, checked in by jrm21, 20 years ago

added a comment at the start of all macro files about using UTF-8

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 779 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>_navigationbar_</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.