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

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

tidied up a bit - added icons to language files

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 623 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}
29
30
31
32
33
34
35
36
37
Note: See TracBrowser for help on using the repository browser.