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

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

extensive modifications of generated HTML to support HTML4 and CSS.
Style sheets are the images/ directory. This should make it much easier
to make custom themes for collections, merely by modifying the style
sheet.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 896 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<div class="navbar">
20<p class="navbar">
21_optnavigationbar_
22</p>
23</div>
24
25_texthelptopics_
26<div class="divbar">&nbsp;</div>
27<a name="finding-information"></a>
28<h2>_textsimplehelpheading_</h2>
29_simplehelp_
30_texthelpreadingdocs_
31<div class="divbar">&nbsp;</div>
32<a name="searching"></a>
33_texthelpsearching_
34<div class="divbar">&nbsp;</div>
35<a name="preferences"></a>
36_texthelppreferences_
37<div class="divbar">&nbsp;</div>
38}
Note: See TracBrowser for help on using the repository browser.