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

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

restructured this. put a lot of the markup in here, instead of being in the text strings

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
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_If_(_cgiargc_,
22<div class="divbar">&nbsp;</div>
23<a name="finding-information"></a>
24<h2>_textsimplehelpheading_</h2>
25_simplehelp_)
26<div class="divbar">&nbsp;</div>
27<a name="reading-docs"></a>
28<h2>_textreadingdocs_</h2>
29_texthelpreadingdocs_
30<p>_texthelpiconsexplained_</p>
31<div class="divbar">&nbsp;</div>
32<a name="searching"></a>
33<h2>_texthelpsearchingtitle_</h2>
34_texthelpsearching_
35<div class="divbar">&nbsp;</div>
36<a name="query-terms"></a>
37<h3>_texthelpquerytermstitle_</h3>
38_texthelpqueryterms_
39<div class="divbar">&nbsp;</div>
40<a name="query-type"></a>
41<h3>_texthelpquerytypetitle_</h3>
42_texthelpquerytype_
43<div class="divbar">&nbsp;</div>
44<a name="scope-of-queries"></a>
45<h3 align=left>_texthelpscopetitle_</h3>
46_texthelpscope_
47_optdatesearchhelp_
48<div class="divbar">&nbsp;</div>
49<a name="preferences"></a>
50<h2>_textchangeprefs_</h2>
51_texthelppreferences_
52<div class="divbar">&nbsp;</div>
53<a name="col-prefs"></a>
54<h3 align=left>_texthelpcollectionprefstitle_</h3>
55_texthelpcollectionprefs_
56<div class="divbar">&nbsp;</div>
57<a name="lang-prefs"></a>
58<h3 align=left>_texthelplanguageprefstitle_</h3>
59_texthelplanguageprefs_
60<div class="divbar">&nbsp;</div>
61<a name="pres-prefs"></a>
62<h3 align=left>_texthelppresentationprefstitle_</h3>
63_texthelppresentationprefs_
64<div class="divbar">&nbsp;</div>
65<a name="search-prefs"></a>
66<h3 align=left>_texthelpsearchprefstitle_</h3>
67_texthelpsearchprefs_
68<div class="divbar">&nbsp;</div>
69}
70
71
72_texthelptopics_ {
73<h2 align=left>_texthelptopicstitle_</h2>
74<ul>
75 _If_(_cgiargc_,<li><a href="\#finding-information">_textsimplehelpheading_</a>)
76 <li><a href="\#reading-docs">_textreadingdocs_</a>
77 <li><a href="\#searching">_texthelpsearchingtitle_</a>
78<ul>
79 <li><a href="\#query-terms">_texthelpquerytermstitle_</a>
80 <li><a href="\#query-type">_texthelpquerytypetitle_</a>
81 <li><a href="\#scope-of-queries">_texthelpscopetitle_</a>
82</ul>
83 _optdatesearchhelpcontents_
84 <li><a href="\#preferences">_textchangeprefs_</a>
85<ul>
86 <li><a href="\#col-prefs">_texthelpcollectionprefstitle_</a>
87 <li><a href="\#lang-prefs">_texthelplanguageprefstitle_</a>
88 <li><a href="\#pres-prefs">_texthelppresentationprefstitle_</a>
89 <li><a href="\#search-prefs">_texthelpsearchprefstitle_</a>
90</ul>
91</ul>
92}
93
94_texthelpiconsexplained_ {
95<table cellspacing="0" cellpadding="2" border="0">
96<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>_texthelpopenbookshelf_</td></tr>
97<tr><td><img src="_httpiconbook_" border="0"></td><td><img src="_httpiconopenbook_" border="0"></td><td>_texthelpopenbook_</td></tr>
98<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>_texthelpviewtextsection_</td></tr>
99<tr><td><img src="_httpiconless_" border="0"></td><td><img src="_httpiconmore_" border="0"></td><td>_texthelpsectionarrows_</td></tr>
100<tr><td>_document:imageexpandtext_</td><td>_document:imagecontracttext_</td><td>_texthelpexpandtext_</td></tr>
101<tr><td>_document:imageexpandtoc_</td><td>_document:imagecontracttoc_</td><td>_texthelpexpandcontents_</td></tr>
102<tr><td>_document:imagedetach_</td><td></td><td>_texthelpdetachpage_</td></tr>
103<tr><td>_document:imagehighlight_</td><td>_document:imagenohighlight_</td><td>_texthelphighlight_</td></tr>
104</table>
105}
106
107# this gets set to _datesearchhelp_ by the receptionist if datesearch is enabled in the collection
108_optdatesearchhelp_{}
109_optdatesearchhelpcontents_ {}
110_datesearchhelpcontents_ {
111 <li><a href="\#datesearch">_textdatesearch_</a>
112 <ul>
113 <li><a href="\#datesearch-howto">_texthelpdatehowtotitle_</a>
114 <li><a href="\#datesearch-results">_texthelpdateresultstitle_</a>
115 </ul>
116}
117
118_datesearchhelp_{
119<div class="divbar">&nbsp;</div>
120<a name="datesearch"></a>
121<h2>_textdatesearch_</h2>
122_texthelpdatesearch_
123<div class="divbar">&nbsp;</div>
124<a name="datesearch-howto"></a>
125<h3>_texthelpdatehowtotitle_</h3>
126_texthelpdatehowto_
127<div class="divbar">&nbsp;</div>
128<a name="datesearch-results"></a>
129<h3>_texthelpdateresultstitle_</h3>
130_texthelpdateresults_
131}
Note: See TracBrowser for help on using the repository browser.