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

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

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 996 bytes
Line 
1package help
2
3_imagethispage_ {_iconthispage_}
4_iconthispage_ {<img src="_httpimg_/h_help.gif" alt="_textHelp_" width="200" height="57">}
5_iconthispage_ [l=mi] {<img src="_httpimg_/mh_help.gif" alt="_textHelp_" width="200" height="57">}
6
7_httpicondtchdemo_ {_httpimg_/edtchof.gif}
8_httpicondtchdemo_ [l=mi] {_httpimg_/medtchof.gif}
9_httpiconeexpdemo_ {_httpimg_/eexpcof.gif}
10_httpiconeexpdemo_ [l=mi] {_httpimg_/meexpcof.gif}
11_httpiconealltdemo_ {_httpimg_/ealltof.gif}
12_httpiconealltdemo_ [l=mi] {_httpimg_/mealltof.gif}
13
14_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
15
16_simplehelp_ {
17_textnumbrowseoptions_
18_textbrowseoptions_
19}
20
21_content_ {
22<center>_navigationbar_</center>
23_texthelptopics_
24<p>_iconblankbar_
25<a name=finding-information>
26<h2>_textsimplehelpheading_</h2>
27_simplehelp_
28_texthelpreadingdocs_
29<p>_iconblankbar_
30<a name=searching>
31_texthelpsearching_
32<p>_iconblankbar_
33<a name=preferences>
34_texthelppreferences_
35<p>_iconblankbar_
36}
37
38
39
40
41
42
43
44
45
Note: See TracBrowser for help on using the repository browser.