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

Last change on this file since 11156 was 11155, checked in by jrm21, 18 years ago

removed all httpiconh* images for the titles, we now use CSS-formatted
text instead.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 719 bytes
Line 
1# this file must be UTF-8 encoded
2
3package help
4
5_imagethispage_ {_textHelp_}
6
7# don't want collection icon on help page as much of the text is not collection specific
8_imagecollection_ {}
9
10_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
11
12_simplehelp_ {
13_textnumbrowseoptions_
14_textbrowseoptions_
15}
16
17_content_ {
18_optnavigationbar_
19
20_texthelptopics_
21<div class="divbar">&nbsp;</div>
22<a name="finding-information"></a>
23<h2>_textsimplehelpheading_</h2>
24_simplehelp_
25_texthelpreadingdocs_
26<div class="divbar">&nbsp;</div>
27<a name="searching"></a>
28_texthelpsearching_
29<div class="divbar">&nbsp;</div>
30<a name="preferences"></a>
31_texthelppreferences_
32<div class="divbar">&nbsp;</div>
33}
Note: See TracBrowser for help on using the repository browser.