source: trunk/gsdl/macros/base.dm@ 645

Last change on this file since 645 was 645, checked in by sjboddie, 25 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 26.2 KB
Line 
1#######################################################################
2# GLOBAL MACROS
3#######################################################################
4
5package Global
6
7##########
8
9# this is a hack for the chinese collection and should be removed once
10# the collection metadata is fixed up
11_documents_ [c=chinese] {document sections}
12_documents_ [c=chinese,l=zh] {文本}
13_titles_ [c=chinese] {titles}
14_titles_ [c=chinese,l=zh] {题名}
15_chinese_ {Chinese demonstration collection}
16
17##########
18
19_collectionextra_ {This collection contains _about:numdocs_ documents.
20It was last built _about:builddate_ days ago.}
21
22
23#######################################################################
24# page content
25#
26# these should always be overridden for each page/collection
27#######################################################################
28
29_content_ {<p><h2>oops</h2>
30The requested page could not be found. Please use your browsers 'back' button
31or the above home button to return to the Greenstone Digital Library.}
32_pagetitle_ {GSDL Error}
33_imagethispage_ {}
34_iconcollection_ {}
35_imagecollection_ {_If_("_iconcollection_" ne "",<a href="_httppagex_(about)"><img src="_iconcollection_" border=0></a>)}
36
37
38#######################################################################
39# these width macros are read in by the server when calculating
40# width of navigation bar etc. There should be one for each
41# classification that this receptionist supports, one for the
42# search button, and the _pagewidth_ macro which is the total width
43# of the page
44#######################################################################
45
46_pagewidth_ {537}
47# defaultwidth is the width buttons default to if not included in this list
48_defaultwidth_ {87}
49_searchwidth_ {_widthtsrchx_}
50_Titlewidth_ {_widthttitlx_}
51_Listwidth_ {_widthtlistx_}
52_Creatorwidth_ {_widthtauthx_}
53_Serieswidth_ {_widthtserx_}
54_Datewidth_ {_widthtdatex_}
55_Subjectwidth_ {_widthtsubjx_}
56_Organizationwidth_ {_widthtorgx_}
57_Howtowidth_ {_widththowx_}
58_Topicwidth_ {_widthttopicx_}
59_Browsewidth_ {_widthtbrwsex_}
60_Peoplewidth_ {_widthtpeopx_}
61
62#######################################################################
63# Macros whose values are set from within the server at runtime. These
64# are here only for reference and to set default values if required.
65#######################################################################
66
67_navigationbar_ {}
68_javaimagesnavbar_ {}
69_javaimagescontent_ {}
70_widthtspace_ {2}
71
72# all cgi args are set as _cgiargX_ macros - those I've put here
73# are those that need to default to something
74_cgiargd_ {}
75_cgiargcl_ {}
76
77# set from within the query action
78_hselection_ {}
79_jselection_ {}
80_nselection_ {}
81
82#######################################################################
83# navigation bar images
84#
85#######################################################################
86
87# the spacer image - the width of this is set from server
88_imagespacer_ {<img
89src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
90_imagespacer_[v=1] {<br>
91}
92
93# image macros for all the classifications currently supported by
94# this receptionist. i.e. title, author, subject, series, date,
95# howto, and organization (and search)
96
97_imagesearch_ {<a href="_httpquery_"
98 onMouseover = "img\_on('search')"
99 onMouseout = "img\_off('search')"><img name="search"
100 src="_httpicontsrchof_" width="_widthtsrchx_" height="_heighttsrchx_"
101 border="0" alt="_textimagesearch_"></a>}
102_imagesearch_[v=1] {<a href="_httpquery_">_textimagesearch_</a><br>
103}
104
105_imageTitle_ {<a href="_httpbrowseTitle_"
106 onMouseover = "img\_on('titles')"
107 onMouseout = "img\_off('titles')"><img name="titles"
108 src="_httpiconttitlof_" width=_widthttitlx_ height=_heightttitlx_
109 border=0 alt="_textimageTitle_"></a>}
110_imageTitle_[v=1] {<a href="_httpbrowseTitle_">_textimageTitle_</a><br>
111}
112
113_imageList_ {<a href="_httpbrowseList_"
114 onMouseover = "img\_on('list')"
115 onMouseout = "img\_off('list')"><img name="list"
116 src="_httpicontlistof_" width=_widthtlistx_ height=_heighttlistx_
117 border=0 alt="_textimageList_"></a>}
118_imageList_[v=1] {<a href="_httpbrowseList_">_textimageList_</a><br>
119}
120
121
122_imageCreator_ {<a href="_httpbrowseCreator_"
123 onMouseover = "img\_on('authors')"
124 onMouseout = "img\_off('authors')"><img name="authors"
125 src="_httpicontauthof_" width=_widthtauthx_ height=_heighttauthx_
126 border=0 alt="_textimageCreator_"></a>}
127_imageCreator_[v=1] {<a href="_httpbrowseCreator_">_textimageCreator_</a><br>
128}
129
130_imageSeries_ {<a href="_httpbrowseSeries_"
131 onMouseover = "img\_on('series')"
132 onMouseout = "img\_off('series')"><img name="series"
133 src="_httpicontserof_" width="_widthtserx_" height="_heighttserx_"
134 border="0" alt="_textimageSeries_"></a>}
135_imageSeries_[v=1] {<a href="_httpbrowseSeries_">_textimageSeries_</a><br>
136}
137
138_imageDate_ {<a href="_httpbrowseDate_"
139 onMouseover = "img\_on('dates')"
140 onMouseout = "img\_off('dates')"><img name="dates"
141 src="_httpicontdateof_" width="_widthtdatex_" height="_heighttdatex_"
142 border="0" alt="_textimageDate_"></a>}
143_imageDate_[v=1] {<a href="_httpbrowseDate_">_textimageDate_</a><br>
144}
145
146_imageSubject_ {<a href="_httpbrowseSubject_"
147 onMouseover = "img\_on('subjects')"
148 onMouseout = "img\_off('subjects')"><img name="subjects"
149 src="_httpicontsubjof_" width="_widthtsubjx_" height="_heighttsubjx_"
150 border="0" alt="_textimageSubject_"></a>}
151_imageSubject_[v=1] {<a href="_httpbrowseSubject_">_textimageSubject_</a><br>
152}
153
154_imageOrganization_ {<a href="_httpbrowseOrganization_"
155 onMouseover = "img\_on('org')"
156 onMouseout = "img\_off('org')"><img name="org"
157 src="_httpicontorgof_" width="_widthtorgx_" height="_heighttorgx_"
158 border="0" alt="_textimageOrganization_"></a>}
159_imageOrganization_[v=1] {<a href="_httpbrowseOrganization_">_textimageOrganization_</a><br>
160}
161
162_imageHowto_ {<a href="_httpbrowseHowto_"
163 onMouseover = "img\_on('how')"
164 onMouseout = "img\_off('how')"><img name="how"
165 src="_httpiconthowof_" width="_widththowx_" height="_heightthowx_"
166 border="0" alt="_textimageHowto_"></a>}
167_imageHowto_[v=1] {<a href="_httpbrowseHowto_">_textimageHowto_</a><br>
168}
169
170_imageTopic_ {<a href="_httpbrowseTopic_"
171 onMouseover = "img\_on('topic')"
172 onMouseout = "img\_off('topic')"><img name="topic"
173 src="_httpiconttopicof_" width="_widthttopicx_" height="_heightttopicx_"
174 border="0" alt="_textimageTopic_"></a>}
175_imageTopic_[v=1] {<a href="_httpbrowseTopic_">_textimageTopic_</a><br>
176}
177
178_imageBrowse_ {<a href="_httpbrowseBrowse_"
179 onMouseover = "img\_on('browse')"
180 onMouseout = "img\_off('browse')"><img name="browse"
181 src="_httpicontbrwseof_" width="_widthtbrwsex_" height="_heighttbrwsex_"
182 border="0" alt="_textimageBrowse_"></a>}
183_imageBrowse_[v=1] {<a href="_httpbrowseBrowse_">_textimageBrowse_</a><br>
184}
185
186_imagePeople_ {<a href="_httpbrowsePeople_"
187 onMouseover = "img\_on('People')"
188 onMouseout = "img\_off('People')"><img name="People"
189 src="_httpicontpeopof_" width=_widthtpeopx_ height=_heighttpeopx_
190 border=0 alt="_textimagePeople_"></a>}
191_imagePeople_[v=1] {<a href="_httpbrowsePeople_">_textimagePeople_</a><br>
192}
193
194
195#######################################################################
196# java images/scripts
197#######################################################################
198
199# the _javalinks_ macros are the flashy image links at the top right of
200# the page.
201
202_javalinks_ {_imagehome__imagehelp__imagepref_}
203_javalinks_ [v=1] {
204_imagehome_<br>
205_imagehelp_<br>
206_imagepref_<br>
207}
208
209# the javaimages macros contain the javascript code required
210# by each flashy javascript image. _javaimagesheader_ contains those
211# images at the top right of the page, _javaimagesnavbar_ (set
212# from within the server) contains those images in the navigation bar,
213# and _javaimagescontent_ (also set in server) contains any other
214# javascript images that occur in the page.
215# the javaimages macros should contain _javaX_ macros for each javascript
216# image link within the page.
217
218_javaimagesheader_ {_javahome__javahelp__javapref_}
219_javaimagesheader_ [v=1] {}
220
221_javaabout_ {
222 about\_on = new Image(_widthcabtx_, _heightcabtx_);
223 about\_on.src = "_httpiconcabton_";
224 about\_off = new Image(_widthcabtx_, _heightcabtx_);
225 about\_off.src = "_httpiconcabtof_";
226}
227
228_javahome_ {
229 home\_on = new Image(_widthchomex_, _heightchomex_);
230 home\_on.src = "_httpiconchomeon_";
231 home\_off = new Image(_widthchomex_, _heightchomex_);
232 home\_off.src = "_httpiconchomeof_";
233}
234
235_javahelp_ {
236 help\_on = new Image(_widthchelpx_, _heightchelpx_);
237 help\_on.src = "_httpiconchelpon_";
238 help\_off = new Image(_widthchelpx_, _heightchelpx_);
239 help\_off.src = "_httpiconchelpof_";
240}
241
242_javapref_ {
243 pref\_on = new Image(_widthcprefx_, _heightcprefx_);
244 pref\_on.src = "_httpiconcprefon_";
245 pref\_off = new Image(_widthcprefx_, _heightcprefx_);
246 pref\_off.src = "_httpiconcprefof_";
247}
248
249_javasearch_ {
250 search\_on = new Image(_widthtsrchx_, _heighttsrchx_);
251 search\_on.src = "_httpicontsrchon_";
252 search\_off = new Image(_widthtsrchx_, _heighttsrchx_);
253 search\_off.src = "_httpicontsrchof_";
254}
255
256_javaTitle_ {
257 titles\_on = new Image(_widthttitlx_, _heightttitlx_);
258 titles\_on.src = "_httpiconttitlon_";
259 titles\_off = new Image(_widthttitlx_, _heightttitlx_);
260 titles\_off.src = "_httpiconttitlof_";
261}
262
263_javaList_ {
264 list\_on = new Image(_widthtlistx_, _heighttlistx_);
265 list\_on.src = "_httpicontliston_";
266 list\_off = new Image(_widthtlistx_, _heighttlistx_);
267 list\_off.src = "_httpicontlistof_";
268}
269
270_javaCreator_ {
271 authors\_on = new Image(_widthtauthx_, _heighttauthx_);
272 authors\_on.src = "_httpicontauthon_";
273 authors\_off = new Image(_widthtauthx_, _heighttauthx_);
274 authors\_off.src = "_httpicontauthof_";
275}
276
277_javaSeries_ {
278 series\_on = new Image(_widthtserx_, _heighttserx_);
279 series\_on.src = "_httpicontseron_";
280 series\_off = new Image(_widthtserx_, _heighttserx_);
281 series\_off.src = "_httpicontserof_";
282}
283
284_javaDate_ {
285 dates\_on = new Image(_widthtdatex_, _heighttdatex_);
286 dates\_on.src = "_httpicontdateon_";
287 dates\_off = new Image(_widthtdatex_, _heighttdatex_);
288 dates\_off.src = "_httpicontdateof_";
289}
290
291_javaSubject_ {
292 subjects\_on = new Image(_widthtsubjx_, _heighttsubjx_);
293 subjects\_on.src = "_httpicontsubjon_";
294 subjects\_off = new Image(_widthtsubjx_, _heighttsubjx_);
295 subjects\_off.src = "_httpicontsubjof_";
296}
297
298_javaHowto_ {
299 how\_on = new Image(_widththowx_, _heightthowx_);
300 how\_on.src = "_httpiconthowon_";
301 how\_off = new Image(_widththowx_, _heightthowx_);
302 how\_off.src = "_httpiconthowof_";
303}
304
305_javaOrganization_ {
306 org\_on = new Image(_widthtorgx_, _heighttorgx_);
307 org\_on.src = "_httpicontorgon_";
308 org\_off = new Image(_widthtorgx_, _heighttorgx_);
309 org\_off.src = "_httpicontorgof_";
310}
311
312_javaTopic_ {
313 topic\_on = new Image(_widthttopicx_, _heightttopicx_);
314 topic\_on.src = "_httpiconttopicon_";
315 topic\_off = new Image(_widthttopicx_, _heightttopicx_);
316 topic\_off.src = "_httpiconttopicof_";
317}
318
319_javaBrowse_ {
320 browse\_on = new Image(_widthtbrwsex_, _heighttbrwsex_);
321 browse\_on.src = "_httpicontbrwseon_";
322 browse\_off = new Image(_widthtbrwsex_, _heighttbrwsex_);
323 browse\_off.src = "_httpicontbrwseof_";
324}
325
326_javaPeople_ {
327 People\_on = new Image(_widthtpeopx_, _heighttpeopx_);
328 People\_on.src = "_httpicontpeopon_";
329 People\_off = new Image(_widthtpeopx_, _heighttpeopx_);
330 People\_off.src = "_httpicontpeopof_";
331}
332
333
334#######################################################################
335# general web macros
336#######################################################################
337
338_mailaddr_ {[email protected]}
339
340
341
342#######################################################################
343# http macros
344#
345# These contain the url without any quotes
346#######################################################################
347
348_httpcollection_{_httpprefix_/collect/_cgiargc_}
349
350_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
351_httppagestatus_ {_gwcgi_?e=_compressedoptions_&a=status}
352_httppageabout_ {_httppagex_(about)}
353#_httppagehome_ {_httppagex_(home)}
354_httppagehome_ {_gwcgi_?a=p&p=home}
355_httppagehelp_ {_httppagex_(help)}
356_httppagepref_ {_httppagex_(preferences)}
357
358_httpgreenstone_ {_httppagex_(gsdl)}
359
360_httpcurrentdocument_ {_gwcgi_?e=_compressedoptions_&cl=_cgiargcl_&d=_cgiargd_}
361_httpquery_ {_gwcgi_?e=_compressedoptions_&a=q}
362_httpdocument_ {_gwcgi_?e=_compressedoptions_&a=d}
363
364_httpiconchalk_ {_httpimg_/chalk.gif}
365_widthchalk_ {2000}
366_heightchalk_ {10}
367
368_httpiconchelpof_ {_httpimg_/chelpof.gif}
369_httpiconchelpof_ [l=mi] {_httpimg_/mchelpof.gif}
370_httpiconchelpon_ {_httpimg_/chelpon.gif}
371_httpiconchelpon_ [l=mi] {_httpimg_/mchelpon.gif}
372_widthchelpx_ {36}
373_widthchelpx_ [l=mi] {57}
374_heightchelpx_ {20}
375
376_httpiconchomeof_ {_httpimg_/chomeof.gif}
377_httpiconchomeof_ [l=mi] {_httpimg_/mchomeof.gif}
378_httpiconchomeon_ {_httpimg_/chomeon.gif}
379_httpiconchomeon_ [l=mi] {_httpimg_/mchomeon.gif}
380_widthchomex_ {43}
381_widthchomex_ [l=mi] {54}
382_heightchomex_ {20}
383
384_httpiconcprefof_ {_httpimg_/cprefof.gif}
385_httpiconcprefof_ [l=mi] {_httpimg_/mcprefof.gif}
386_httpiconcprefon_ {_httpimg_/cprefon.gif}
387_httpiconcprefon_ [l=mi] {_httpimg_/mcprefon.gif}
388_widthcprefx_ {87}
389_widthcprefx_ [l=mi] {103}
390_heightcprefx_ {20}
391
392_httpiconcabtof_ {_httpimg_/cabtof.gif}
393_httpiconcabton_ {_httpimg_/cabton.gif}
394_widthcabtx_ {50}
395_heightcabtx_ {20}
396
397_httpicondivb_ {_httpimg_/divb.gif}
398_widthdivb_ {_pagewidth_}
399_heightdivb_ {17}
400
401_httpicongsdl_ {_httpimg_/gsdl.gif}
402_widthgsdl_ {140}
403_heightgsdl_ {77}
404
405_httpiconhhelp_ {_httpimg_/h\_help.gif}
406_widthhhelp_ {200}
407_heighthhelp_ {57}
408
409_httpiconitext_ {_httpimg_/itext.gif}
410_widthitext_ {16}
411_heightitext_ {21}
412
413_httpiconibtext_ {_httpimg_/ibtext.gif}
414_widthibtext_ {16}
415_heightibtext_ {21}
416
417_httpiconless_ {_httpimg_/less.gif}
418_widthless_ {30}
419_heightless_ {16}
420
421_httpiconmore_ {_httpimg_/more.gif}
422_widthmore_ {30}
423_heightmore_ {16}
424
425_httpiconqryresb_ {_httpimg_/qryresb.gif}
426_httpiconqryresb_ [l=mi] {_httpimg_/mqryresb.gif}
427_widthqryresb_ {_pagewidth_}
428_heightqryresb_ {17}
429
430_httpiconspacer_ {_httpimg_/spacer.gif}
431_widthspacer_ {42}
432_heightspacer_ {4}
433
434_httpicontabspace_ {_httpimg_/tabspace.gif}
435_widthtabspace_ {23}
436_heighttabspace_ {1}
437
438_httpicontauthgr_ {_httpimg_/tauthgr.gif}
439_httpicontauthof_ {_httpimg_/tauthof.gif}
440_httpicontauthon_ {_httpimg_/tauthon.gif}
441_widthtauthx_ {110}
442_heighttauthx_ {17}
443
444_httpicontsergr_ {_httpimg_/tsergr.gif}
445_httpicontsergr_ [l=mi] {_httpimg_/mtsergr.gif}
446_httpicontserof_ {_httpimg_/tserof.gif}
447_httpicontserof_ [l=mi] {_httpimg_/mtserof.gif}
448_httpicontseron_ {_httpimg_/tseron.gif}
449_httpicontseron_ [l=mi] {_httpimg_/mtseron.gif}
450_widthtserx_ {87}
451_widthtserx_ [l=mi] {192}
452_heighttserx_ {17}
453
454_httpicontdategr_ {_httpimg_/tdategr.gif}
455_httpicontdategr_ [l=mi] {_httpimg_/mtdategr.gif}
456_httpicontdateof_ {_httpimg_/tdateof.gif}
457_httpicontdateof_ [l=mi] {_httpimg_/mtdateof.gif}
458_httpicontdateon_ {_httpimg_/tdateon.gif}
459_httpicontdateon_ [l=mi] {_httpimg_/mtdateon.gif}
460_widthtdatex_ {87}
461_heighttdatex_ {17}
462
463_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
464_httpicontsubjon_ {_httpimg_/tsubjon.gif}
465_httpicontsubjof_ {_httpimg_/tsubjof.gif}
466_widthtsubjx_ {87}
467_heighttsubjx_ {17}
468
469_httpicontorggr_{_httpimg_/torggr.gif}
470_httpicontorgon_{_httpimg_/torgon.gif}
471_httpicontorgof_{_httpimg_/torgof.gif}
472_widthtorgx_ {109}
473_heighttorgx_ {17}
474
475_httpiconthowgr_{_httpimg_/thowgr.gif}
476_httpiconthowon_{_httpimg_/thowon.gif}
477_httpiconthowof_{_httpimg_/thowof.gif}
478_widththowx_ {87}
479_heightthowx_ {17}
480
481_httpiconttopicgr_{_httpimg_/ttopicgr.gif}
482_httpiconttopicon_{_httpimg_/ttopicon.gif}
483_httpiconttopicof_{_httpimg_/ttopicof.gif}
484_widthttopicx_ {87}
485_heightttopicx_ {17}
486
487_httpicontbrwsegr_{_httpimg_/tbrwsegr.gif}
488_httpicontbrwseon_{_httpimg_/tbrwseon.gif}
489_httpicontbrwseof_{_httpimg_/tbrwseof.gif}
490_widthtbrwsex_ {87}
491_heighttbrwsex_ {17}
492
493_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
494_httpicontsrchgr_ [l=mi] {_httpimg_/mtsrchgr.gif}
495_httpicontsrchof_ {_httpimg_/tsrchof.gif}
496_httpicontsrchof_ [l=mi] {_httpimg_/mtsrchof.gif}
497_httpicontsrchon_ {_httpimg_/tsrchon.gif}
498_httpicontsrchon_ [l=mi] {_httpimg_/mtsrchon.gif}
499_widthtsrchx_ {87}
500_heighttsrchx_ {17}
501
502_httpicontlistgr_ {_httpimg_/tlistgr.gif}
503_httpicontlistof_ {_httpimg_/tlistof.gif}
504_httpicontliston_ {_httpimg_/tliston.gif}
505_widthtlistx_ {87}
506_heighttlistx_ {17}
507
508_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
509_httpiconttitlof_ {_httpimg_/ttitlof.gif}
510_httpiconttitlon_ {_httpimg_/ttitlon.gif}
511_widthttitlx_ {87}
512_heightttitlx_ {17}
513
514_httpicontpeopgr_ {_httpimg/tpeopgr.gif}
515_httpicontpeopof_ {_httpimg/tpeopof.gif}
516_httpicontpeopon_ {_httpimg/tpeopon.gif}
517_widthtpeopx_ {97}
518_heighttpeopx_ {17}
519
520_httpicontuknowgr_ {_httpimg_/tuknowgr.gif}
521_httpicontuknowof_ {_httpimg_/tuknowof.gif}
522_httpicontuknowon_ {_httpimg_/tuknowon.gif}
523_widthtuknowx_ {87}
524_heighttuknowx_ {17}
525
526_httpicontspace_ {_httpimg_/tspace.gif}
527_heighttspace_ {17}
528
529_httpiconwarning_ {_httpimg_/warning.gif}
530_widthwarning_ {30}
531_heightwarning_ {29}
532
533_httpiconhabout_ {_httpimg_/h\_about.gif}
534_httpiconhabout_ [l=mi] {_httpimg_/mh\_about.gif}
535_widthhabout_ {200}
536_widthhabout_ [l=mi] {262}
537_heighthabout_ {57}
538
539_httpiconhhome_ {_httpimg_/h\_home.gif}
540_widthhhome_ {200}
541_heighthhome_ {57}
542
543_httpiconhname_ {_httpimg_/h\_name.gif}
544_widthhname_ {200}
545_heighthname_ {57}
546
547_httpicontnamegr_ {_httpimg_/tnamegr.gif}
548_httpicontnameof_ {_httpimg_/tnameof.gif}
549_httpicontnameon_ {_httpimg_/tnameon.gif}
550_widthtnamex_ {95}
551_heighttnamex_ {17}
552
553_httpiconarrrght_ {_httpimg_/arrrght.gif}
554_widtharrrght_ {23}
555_heightarrrght_ {15}
556
557_httpiconopenbook_ {_httpimg_/openbook.gif}
558_widthopenbook_ {28}
559_heightopenbook_ {23}
560
561_httpiconaopenbk_ {_httpimg_/aopenbk.gif}
562_widthaopenbk_ {28}
563_heightaopenbk_ {23}
564
565_httpiconopenfldr_ {_httpimg_/openfldr.gif}
566_widthopenfldr_ {23}
567_heightopenfldr_ {15}
568
569_httpiconaopenfdr_ {_httpimg_/aopenfdr.gif}
570_widthaopenfdr_ {23}
571_heightaopenfdr_ {15}
572
573_httpiconbook_ {_httpimg_/book.gif}
574_widthbook_ {18}
575_heightbook_ {11}
576
577_httpiconabook_ {_httpimg_/abook.gif}
578_widthabook_ {18}
579_heightabook_ {11}
580
581_httpiconbshelf_ {_httpimg_/bshelf.gif}
582_widthbshelf_ {20}
583_heightbshelf_ {16}
584
585_httpiconabshelf_ {_httpimg_/abshelf.gif}
586_widthabshelf_ {20}
587_heightabshelf_ {16}
588
589_httpiconsmtext_ {_httpimg_/smtext.gif}
590_widthsmtext_ {23}
591_heightsmtext_ {15}
592
593_httpiconasmtext_ {_httpimg_/asmtext.gif}
594_widthasmtext_ {23}
595_heightasmtext_ {15}
596
597_httpiconclsdfldr_ {_httpimg_/clsdfldr.gif}
598_widthclsdfldr_ {23}
599_heightclsdfldr_ {15}
600
601_httpiconaclsdfdr_ {_httpimg_/aclsdfdr.gif}
602_widthaclsdfdr_ {23}
603_heightaclsdfdr_ {15}
604
605
606#######################################################################
607# Icons
608#
609# Must not include links (so they can be used as links). If you want to
610# include links use _image
611#######################################################################
612
613_iconnext_{<img src="_httpiconmore_" align=absbottom
614width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
615_iconnext_[v=1] {_texticonnext_}
616
617_iconprev_{<img src="_httpiconless_" align=absbottom
618width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
619_iconprev_[v=1] {_texticonprev_}
620
621_icontabsearchgreen_ {<img
622src="_httpicontsrchgr_" height=_heighttsrchx_ width=_widthtsrchx_ border=0>}
623_icontabsearchgreen_[v=1] {_texticontabsearchgreen_}
624
625_icontabListgreen_ {<img
626src="_httpicontlistgr_" height=_heighttlistx_ width=_widthtlistx_ border=0>}
627_icontablistgreen_ [v=1] {_texticontablistgreen_}
628
629_icontabTitlegreen_ {<img
630src="_httpiconttitlgr_" height=_heightttitlx_ width=_widthttitlx_ border=0>}
631_icontabTitlegreen_[v=1] {_texticontabtitlegreen_}
632
633_icontabCreatorgreen_ {<img
634src="_httpicontauthgr_" height=_heighttauthx_ width=_widthtauthx_ border=0>}
635_icontabCreatorgreen_[v=1] {_texticontabauthorgreen_}
636
637_icontabSeriesgreen_ {<img
638src="_httpicontsergr_" height=_heighttserx_ width=_widthtserx_ border=0>}
639_icontabSeriesgreen_[v=1] {_texticontabseriesgreen_}
640
641_icontabDategreen_ {<img
642src="_httpicontdategr_" height=_heighttdatex_ width=_widthtdatex_ border=0>}
643_icontabDategreen_[v=1] {_texticontabdategreen_}
644
645_icontabSubjectgreen_ {<img
646src="_httpicontsubjgr_" height=_heighttsubjx_ width=widthtsubjx_ border=0>}
647_icontabSubjectgreen_[v=1] {_texticontabsubjectgreen_}
648
649_icontabHowtogreen_ {<img
650src="_httpiconthowgr_" height=_heightthowx_ width=_widththowx_ border=0>}
651_icontabHowtogreen_[v=1] {_texticontabhowgreen_}
652
653_icontabTopicgreen_ {<img
654src="_httpiconttopicgr_" height=_heightttopicx_ width=_widthttopicx_ border=0>}
655_icontabTopicgreen_[v=1] {_texticontabtopicgreen_}
656
657_icontabBrowsegreen_ {<img
658src="_httpicontbrwsegr_" height=_heighttbrwsex_ width=_widthtbrwsex_ border=0>}
659_icontabBrowsegreen_[v=1] {_texticontabbrwsegreen_}
660
661_icontabOrganizationgreen_ {<img
662src="_httpicontorggr_" height=_heighttorggr_ width=_widthtorggr_ border=0>}
663_icontabOrganizationgreen_[v=1] {_texticontaborggreen_}
664
665_icontabPeoplegreen_ {<img
666src="_httpicontpeopgr_" height=_heighttpeopx_ width=_widthtpeopx_ border=0>}
667_icontabPeoplegreen_[v=1] {_texticontabPeoplegreen_}
668
669_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
670_iconblankbar_[v=1] {<br><hr><br>}
671
672_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
673_icontext_[v=1] {_texticontext_}
674
675_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
676_iconblanktext_[v=1] {}
677
678_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
679_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
680
681
682#######################################################################
683# Image links
684#
685# These might include a link (not like an _icon_
686#######################################################################
687
688
689_imageabout_ {<a href="_httppageabout_"
690 onMouseover = "img\_on('about')"
691 onMouseout = "img\_off('about')"><img name="about"
692 src="_httpiconcabtof_" width=_widthcabtx_ height=_heightcabtx_
693 border=0 alt="_textimageabout_"></a>}
694
695_imageabout_[v=1] {
696<a href="_httppageabout_">_textimageabout_</a>
697}
698
699_imagehome_ {<a href="_httppagehome_"
700 onMouseover = "img\_on('home')"
701 onMouseout = "img\_off('home')"><img name="home"
702 src="_httpiconchomeof_" width="_widthchomex_" height="_heightchomex_"
703 border="0" alt="_textimagehome_"></a>}
704
705_imagehome_[v=1] {
706<a href="_httppagehome_">_textimagehome_</a>
707}
708
709
710_imagehelp_ {<a href="_httppagehelp_"
711 onMouseover = "img\_on('help')"
712 onMouseout = "img\_off('help')"><img name="help"
713 src="_httpiconchelpof_" width="_widthchelpx_" height="_heightchelpx_"
714 border="0" alt="_textimagehelp_"></a>}
715
716_imagehelp_[v=1] {
717<a href="_httppagehelp_">_textimagehelp_</a>
718}
719
720
721_imagepref_ {<a href="_httppagepref_"
722 onMouseover = "img\_on('pref')"
723 onMouseout = "img\_off('pref')"><img name="pref"
724 src="_httpiconcprefof_" width="_widthcprefx_" height="_heightcprefx_" border="0" alt="_textimagepref_"></a>}
725
726_imagepref_[v=1] {
727<a href="_httppagepref_">_textimagepref_</a>
728}
729
730_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0>}
731
732_imagegreenstone_[v=1] {_textimagegreenstone_}
733
734
735################################
736# English Macros #
737################################
738
739_textimagecollection_ {}
740_textimageabout_ {About page}
741_textimagehome_ {Home page}
742_textimagehelp_ {Help page}
743_textimagepref_ {Preferences page}
744_textimagegreenstone_ {Greenstone Digital Library Software}
745
746_textimagesearch_ {Search for specific terms}
747_textimageTitle_ {Browse alphabetical list of titles}
748_textimageList_ {Browse document listing}
749_textimageCreator_ {Browse alphabetical list of authors}
750_textimageSeries_ {Browse by issue}
751_textimageDate_ {Browse by date}
752_textimageSubject_ {Browse by subject category}
753_textimageOrganization_ {Browse by organization}
754_textimageHowto_ {Browse how to categories}
755_textimageTopic_ {Browse special topic issues}
756_textimageBrowse_ {Browse}
757_textimagePeople_ {Browse alphabetical list of People}
758
759_texticontabsearchgreen_{Search}
760_texticontabdategreen_{Dates}
761_texticontabseriesgreen_{Series}
762_texticontabauthorgreen_{Authors A-Z}
763_texticontabtitlegreen_{Titles A-Z}
764_texticontablistgreen_ {Listing}
765_texticontabsubjectgreen_{Subjects}
766_texticontaborggreen_{Organization}
767_texticontabhowgreen_{How to}
768_texticontabtopicgreen_{Topics}
769_texticontabbrwsegreen_{Browse}
770_texticontabPeoplegreen_{People A-Z}
771
772_texticontext_ {View the document}
773_texticonclosedbook_ {open this document and view contents}
774_texticonnext_ {to next section}
775_texticonprev_ {to previous section}
776
777_page_ {page }
778_of_ { of }
779_vol_ {Volume}
780_num_ {Number}
781
782_textmonth00_ {}
783_textmonth01_ {January}
784_textmonth02_ {February}
785_textmonth03_ {March}
786_textmonth04_ {April}
787_textmonth05_ {May}
788_textmonth06_ {June}
789_textmonth07_ {July}
790_textmonth08_ {August}
791_textmonth09_ {September}
792_textmonth10_ {October}
793_textmonth11_ {November}
794_textmonth12_ {December}
795
796_magazines_ {Magazines}
797
798################################
799# Maori Macros #
800################################
801
802_textimagehelp_ [l=mi] {Te wh&auml;rangi whakam&auml;rama}
803_textimagepref_ [l=mi] {Te wh&auml;rangi o ng&auml; whiriwhiringa}
804_textimagehome_ [l=mi] {Te wh&auml;rangi k&auml;inga}
805_textimagesearch_ [l=mi] {rapua he kupu}
806_textimagebrowseseries_ [l=mi] {Tirohia te whakar&auml;rangi o ng&auml; niupepa}
807_textimagebrowsedates_ [l=mi] {Tirohia te w&auml; i puta mai ai ng&auml; niupepa}
808
809_page_ [l=mi] {wh&auml;rangi }
810_vol_ [l=mi] {Pukapuka}
811_num_ [l=mi] {Nama}
812_textmonth01_ [l=mi] {Hanuere}
813_textmonth02_ [l=mi] {Pepuere}
814_textmonth03_ [l=mi] {Maehe}
815_textmonth04_ [l=mi] {Aperira}
816_textmonth05_ [l=mi] {Mei}
817_textmonth06_ [l=mi] {Hune}
818_textmonth07_ [l=mi] {Hurae}
819_textmonth08_ [l=mi] {Akuhata}
820_textmonth09_ [l=mi] {Hepetema}
821_textmonth10_ [l=mi] {Oketopa}
822_textmonth11_ [l=mi] {Noema}
823_textmonth12_ [l=mi] {Tihema}
824_of_ [l=mi] { i te }
825
826
827_texticontabsearchgreen_ [l=mi] {rapu}
828_texticontabdatesgreen_ [l=mi] {w&auml;taka}
829_texticontabseriesgreen_ [l=mi] {whakar&auml;rangi niupepa}
830_texticonnext_ [l=mi] {titiro ki te wh&auml;rangi o muri}
831_texticonprev_ [l=mi] {titiro ki te wh&auml;rangi o mua}
832_texticontext_ [l=mi] {Tirohia te wh&auml;rangi}
833
834_textimageSeries_ [l=mi] {Tirohia te whakar&auml;rangi taitara}
835_textimageDate_ [l=mi] {Tirohia te whakar&auml;rangi w&auml;taka}
Note: See TracBrowser for help on using the repository browser.