source: gsdl/tags/gsdl-2_41-distribution/gsdl/macros/help.dm@ 14121

Last change on this file since 14121 was 3775, checked in by sjboddie, 21 years ago

Added "title" attributes to img tags so that modern browsers display
tooltips as intended (previously we relied on the "alt" attribute which
doesn't display tooltips for netscape6/mozilla etc.).

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