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

Last change on this file since 2672 was 2672, checked in by sjboddie, 23 years ago

Minor changes to Greenstone interface following suggestions from people
at Mddx

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 725 bytes
RevLine 
[128]1package help
2
[548]3_imagethispage_ {_iconthispage_}
[931]4_iconthispage_ {<img src="_httpiconhhelp_" alt="_textHelp_" width=_widthhhelp_ height=_heighthhelp_>}
[128]5
[2672]6# don't want collection icon on help page as much of the text is not collection specific
7_imagecollection_ {}
8
[876]9_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
10
[128]11_simplehelp_ {
[548]12_textnumbrowseoptions_
13_textbrowseoptions_
14}
[128]15
[548]16_content_ {
17<center>_navigationbar_</center>
18_texthelptopics_
[876]19<p>_iconblankbar_
[128]20<a name=finding-information>
[644]21<h2>_textsimplehelpheading_</h2>
[128]22_simplehelp_
[876]23_texthelpreadingdocs_
24<p>_iconblankbar_
[548]25<a name=searching>
26_texthelpsearching_
[876]27<p>_iconblankbar_
28<a name=preferences>
29_texthelppreferences_
30<p>_iconblankbar_
[128]31}
Note: See TracBrowser for help on using the repository browser.