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

Last change on this file since 11956 was 11956, checked in by kjdon, 18 years ago

I want the collection icon on the help page, so removed the empty imagecollection macro

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.7 KB
Line 
1# this file must be UTF-8 encoded
2
3package help
4
5_imagethispage_ {_textHelp_}
6
7_textnumbrowseoptions_ {_If_("_numbrowseoptions_" != "1",<p>_texttanumbrowseoptions_)}
8
9_simplehelp_ {
10_textnumbrowseoptions_
11_textbrowseoptions_
12}
13
14_content_ {
15_optnavigationbar_
16
17_texthelptopics_
18_If_(_cgiargc_,
19<div class="divbar">&nbsp;</div>
20<a name="finding-information"></a>
21<h2>_textsimplehelpheading_</h2>
22_simplehelp_)
23<div class="divbar">&nbsp;</div>
24<a name="reading-docs"></a>
25<h2>_textreadingdocs_</h2>
26_texthelpreadingdocs_
27<p>_texthelpiconsexplained_</p>
28<div class="divbar">&nbsp;</div>
29<a name="searching"></a>
30<h2>_texthelpsearchingtitle_</h2>
31_texthelpsearching_
32<div class="divbar">&nbsp;</div>
33<a name="query-terms"></a>
34<h3>_texthelpquerytermstitle_</h3>
35_texthelpqueryterms_
36_selectextrahelpsearching_
37<div class="divbar">&nbsp;</div>
38<a name="query-type"></a>
39<h3>_texthelpquerytypetitle_</h3>
40_texthelpquerytype_
41<div class="divbar">&nbsp;</div>
42<a name="scope-of-queries"></a>
43<h3 align=left>_texthelpscopetitle_</h3>
44_texthelpscope_
45<div class="divbar">&nbsp;</div>
46<a name="advanced-search"></a>
47<h3 align=left>_texthelpadvancedsearchtitle_</h3>
48_texthelpadvancedsearch_
49_optdatesearchhelp_
50<div class="divbar">&nbsp;</div>
51<a name="preferences"></a>
52<h2>_textchangeprefs_</h2>
53_texthelppreferences_
54<div class="divbar">&nbsp;</div>
55<a name="col-prefs"></a>
56<h3 align=left>_texthelpcollectionprefstitle_</h3>
57_texthelpcollectionprefs_
58<div class="divbar">&nbsp;</div>
59<a name="lang-prefs"></a>
60<h3 align=left>_texthelplanguageprefstitle_</h3>
61_texthelplanguageprefs_
62<div class="divbar">&nbsp;</div>
63<a name="pres-prefs"></a>
64<h3 align=left>_texthelppresentationprefstitle_</h3>
65_texthelppresentationprefs_
66<div class="divbar">&nbsp;</div>
67<a name="search-prefs"></a>
68<h3 align=left>_texthelpsearchprefstitle_</h3>
69_texthelpsearchprefs_
70<div class="divbar">&nbsp;</div>
71}
72
73
74_texthelptopics_ {
75<h2 align=left>_texthelptopicstitle_</h2>
76<ul>
77 _If_(_cgiargc_,<li><a href="\#finding-information">_textsimplehelpheading_</a>)
78 <li><a href="\#reading-docs">_textreadingdocs_</a>
79 <li><a href="\#searching">_texthelpsearchingtitle_</a>
80<ul>
81 <li><a href="\#query-terms">_texthelpquerytermstitle_</a>
82 <li><a href="\#query-type">_texthelpquerytypetitle_</a>
83 <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
84 <li><a href="\#advanced-search">_texthelpadvancedsearchtitle_</a>
85</ul>
86 _optdatesearchhelpcontents_
87 <li><a href="\#preferences">_textchangeprefs_</a>
88<ul>
89 <li><a href="\#col-prefs">_texthelpcollectionprefstitle_</a>
90 <li><a href="\#lang-prefs">_texthelplanguageprefstitle_</a>
91 <li><a href="\#pres-prefs">_texthelppresentationprefstitle_</a>
92 <li><a href="\#search-prefs">_texthelpsearchprefstitle_</a>
93</ul>
94</ul>
95}
96
97_texthelpiconsexplained_ {
98<table cellspacing="0" cellpadding="2" border="0">
99<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>_texthelpopenbookshelf_</td></tr>
100<tr><td><img src="_httpiconbook_" border="0"></td><td><img src="_httpiconopenbook_" border="0"></td><td>_texthelpopenbook_</td></tr>
101<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>_texthelpviewtextsection_</td></tr>
102<tr><td><img src="_httpiconless_" border="0"></td><td><img src="_httpiconmore_" border="0"></td><td>_texthelpsectionarrows_</td></tr>
103<tr><td>_document:imageexpandtext_</td><td>_document:imagecontracttext_</td><td>_texthelpexpandtext_</td></tr>
104<tr><td>_document:imageexpandtoc_</td><td>_document:imagecontracttoc_</td><td>_texthelpexpandcontents_</td></tr>
105<tr><td>_document:imagedetach_</td><td></td><td>_texthelpdetachpage_</td></tr>
106<tr><td>_document:imagehighlight_</td><td>_document:imagenohighlight_</td><td>_texthelphighlight_</td></tr>
107</table>
108}
109
110# this gets set to _datesearchhelp_ by the receptionist if datesearch is enabled in the collection
111_optdatesearchhelp_{}
112_optdatesearchhelpcontents_ {}
113_datesearchhelpcontents_ {
114 <li><a href="\#datesearch">_textdatesearch_</a>
115 <ul>
116 <li><a href="\#datesearch-howto">_texthelpdatehowtotitle_</a>
117 <li><a href="\#datesearch-results">_texthelpdateresultstitle_</a>
118 </ul>
119}
120
121_datesearchhelp_{
122<div class="divbar">&nbsp;</div>
123<a name="datesearch"></a>
124<h2>_textdatesearch_</h2>
125_texthelpdatesearch_
126<div class="divbar">&nbsp;</div>
127<a name="datesearch-howto"></a>
128<h3>_texthelpdatehowtotitle_</h3>
129_texthelpdatehowto_
130<div class="divbar">&nbsp;</div>
131<a name="datesearch-results"></a>
132<h3>_texthelpdateresultstitle_</h3>
133_texthelpdateresults_
134}
135
136_selectextrahelpsearching_ {
137_If_("_cgiargct_" eq "1",_texthelpmgppsearching_)
138_If_("_cgiargct_" eq "2",_texthelplucenesearching_)
139
140}
141
142_selectadvancedsearch_ {
143_If_("_cgiargct_" eq "0",_texthelpadvsearchmg_)
144_If_("_cgiargct_" eq "1",_texthelpadvsearchmgpp_)
145_If_("_cgiargct_" eq "2",_texthelpadvsearchlucene_)
146}
Note: See TracBrowser for help on using the repository browser.