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

Last change on this file since 646 was 646, 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.1 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_httpicontspace_ {_httpimg_/tspace.gif}
521_heighttspace_ {17}
522
523_httpiconwarning_ {_httpimg_/warning.gif}
524_widthwarning_ {30}
525_heightwarning_ {29}
526
527_httpiconhabout_ {_httpimg_/h\_about.gif}
528_httpiconhabout_ [l=mi] {_httpimg_/mh\_about.gif}
529_widthhabout_ {200}
530_widthhabout_ [l=mi] {262}
531_heighthabout_ {57}
532
533_httpiconhhome_ {_httpimg_/h\_home.gif}
534_widthhhome_ {200}
535_heighthhome_ {57}
536
537_httpiconhname_ {_httpimg_/h\_name.gif}
538_widthhname_ {200}
539_heighthname_ {57}
540
541_httpicontnamegr_ {_httpimg_/tnamegr.gif}
542_httpicontnameof_ {_httpimg_/tnameof.gif}
543_httpicontnameon_ {_httpimg_/tnameon.gif}
544_widthtnamex_ {95}
545_heighttnamex_ {17}
546
547_httpiconarrrght_ {_httpimg_/arrrght.gif}
548_widtharrrght_ {23}
549_heightarrrght_ {15}
550
551_httpiconopenbook_ {_httpimg_/openbook.gif}
552_widthopenbook_ {28}
553_heightopenbook_ {23}
554
555_httpiconaopenbk_ {_httpimg_/aopenbk.gif}
556_widthaopenbk_ {28}
557_heightaopenbk_ {23}
558
559_httpiconopenfldr_ {_httpimg_/openfldr.gif}
560_widthopenfldr_ {23}
561_heightopenfldr_ {15}
562
563_httpiconaopenfdr_ {_httpimg_/aopenfdr.gif}
564_widthaopenfdr_ {23}
565_heightaopenfdr_ {15}
566
567_httpiconbook_ {_httpimg_/book.gif}
568_widthbook_ {18}
569_heightbook_ {11}
570
571_httpiconabook_ {_httpimg_/abook.gif}
572_widthabook_ {18}
573_heightabook_ {11}
574
575_httpiconbshelf_ {_httpimg_/bshelf.gif}
576_widthbshelf_ {20}
577_heightbshelf_ {16}
578
579_httpiconabshelf_ {_httpimg_/abshelf.gif}
580_widthabshelf_ {20}
581_heightabshelf_ {16}
582
583_httpiconsmtext_ {_httpimg_/smtext.gif}
584_widthsmtext_ {23}
585_heightsmtext_ {15}
586
587_httpiconasmtext_ {_httpimg_/asmtext.gif}
588_widthasmtext_ {23}
589_heightasmtext_ {15}
590
591_httpiconclsdfldr_ {_httpimg_/clsdfldr.gif}
592_widthclsdfldr_ {23}
593_heightclsdfldr_ {15}
594
595_httpiconaclsdfdr_ {_httpimg_/aclsdfdr.gif}
596_widthaclsdfdr_ {23}
597_heightaclsdfdr_ {15}
598
599
600#######################################################################
601# Icons
602#
603# Must not include links (so they can be used as links). If you want to
604# include links use _image
605#######################################################################
606
607_iconnext_{<img src="_httpiconmore_" align=absbottom
608width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
609_iconnext_[v=1] {_texticonnext_}
610
611_iconprev_{<img src="_httpiconless_" align=absbottom
612width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
613_iconprev_[v=1] {_texticonprev_}
614
615_icontabsearchgreen_ {<img
616src="_httpicontsrchgr_" height=_heighttsrchx_ width=_widthtsrchx_ border=0>}
617_icontabsearchgreen_[v=1] {_texticontabsearchgreen_}
618
619_icontabListgreen_ {<img
620src="_httpicontlistgr_" height=_heighttlistx_ width=_widthtlistx_ border=0>}
621_icontablistgreen_ [v=1] {_texticontablistgreen_}
622
623_icontabTitlegreen_ {<img
624src="_httpiconttitlgr_" height=_heightttitlx_ width=_widthttitlx_ border=0>}
625_icontabTitlegreen_[v=1] {_texticontabtitlegreen_}
626
627_icontabCreatorgreen_ {<img
628src="_httpicontauthgr_" height=_heighttauthx_ width=_widthtauthx_ border=0>}
629_icontabCreatorgreen_[v=1] {_texticontabauthorgreen_}
630
631_icontabSeriesgreen_ {<img
632src="_httpicontsergr_" height=_heighttserx_ width=_widthtserx_ border=0>}
633_icontabSeriesgreen_[v=1] {_texticontabseriesgreen_}
634
635_icontabDategreen_ {<img
636src="_httpicontdategr_" height=_heighttdatex_ width=_widthtdatex_ border=0>}
637_icontabDategreen_[v=1] {_texticontabdategreen_}
638
639_icontabSubjectgreen_ {<img
640src="_httpicontsubjgr_" height=_heighttsubjx_ width=widthtsubjx_ border=0>}
641_icontabSubjectgreen_[v=1] {_texticontabsubjectgreen_}
642
643_icontabHowtogreen_ {<img
644src="_httpiconthowgr_" height=_heightthowx_ width=_widththowx_ border=0>}
645_icontabHowtogreen_[v=1] {_texticontabhowgreen_}
646
647_icontabTopicgreen_ {<img
648src="_httpiconttopicgr_" height=_heightttopicx_ width=_widthttopicx_ border=0>}
649_icontabTopicgreen_[v=1] {_texticontabtopicgreen_}
650
651_icontabBrowsegreen_ {<img
652src="_httpicontbrwsegr_" height=_heighttbrwsex_ width=_widthtbrwsex_ border=0>}
653_icontabBrowsegreen_[v=1] {_texticontabbrwsegreen_}
654
655_icontabOrganizationgreen_ {<img
656src="_httpicontorggr_" height=_heighttorggr_ width=_widthtorggr_ border=0>}
657_icontabOrganizationgreen_[v=1] {_texticontaborggreen_}
658
659_icontabPeoplegreen_ {<img
660src="_httpicontpeopgr_" height=_heighttpeopx_ width=_widthtpeopx_ border=0>}
661_icontabPeoplegreen_[v=1] {_texticontabPeoplegreen_}
662
663_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
664_iconblankbar_[v=1] {<br><hr><br>}
665
666_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
667_icontext_[v=1] {_texticontext_}
668
669_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
670_iconblanktext_[v=1] {}
671
672_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
673_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
674
675
676#######################################################################
677# Image links
678#
679# These might include a link (not like an _icon_
680#######################################################################
681
682
683_imageabout_ {<a href="_httppageabout_"
684 onMouseover = "img\_on('about')"
685 onMouseout = "img\_off('about')"><img name="about"
686 src="_httpiconcabtof_" width=_widthcabtx_ height=_heightcabtx_
687 border=0 alt="_textimageabout_"></a>}
688
689_imageabout_[v=1] {
690<a href="_httppageabout_">_textimageabout_</a>
691}
692
693_imagehome_ {<a href="_httppagehome_"
694 onMouseover = "img\_on('home')"
695 onMouseout = "img\_off('home')"><img name="home"
696 src="_httpiconchomeof_" width="_widthchomex_" height="_heightchomex_"
697 border="0" alt="_textimagehome_"></a>}
698
699_imagehome_[v=1] {
700<a href="_httppagehome_">_textimagehome_</a>
701}
702
703
704_imagehelp_ {<a href="_httppagehelp_"
705 onMouseover = "img\_on('help')"
706 onMouseout = "img\_off('help')"><img name="help"
707 src="_httpiconchelpof_" width="_widthchelpx_" height="_heightchelpx_"
708 border="0" alt="_textimagehelp_"></a>}
709
710_imagehelp_[v=1] {
711<a href="_httppagehelp_">_textimagehelp_</a>
712}
713
714
715_imagepref_ {<a href="_httppagepref_"
716 onMouseover = "img\_on('pref')"
717 onMouseout = "img\_off('pref')"><img name="pref"
718 src="_httpiconcprefof_" width="_widthcprefx_" height="_heightcprefx_" border="0" alt="_textimagepref_"></a>}
719
720_imagepref_[v=1] {
721<a href="_httppagepref_">_textimagepref_</a>
722}
723
724_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0>}
725
726_imagegreenstone_[v=1] {_textimagegreenstone_}
727
728
729################################
730# English Macros #
731################################
732
733_textimagecollection_ {}
734_textimageabout_ {About page}
735_textimagehome_ {Home page}
736_textimagehelp_ {Help page}
737_textimagepref_ {Preferences page}
738_textimagegreenstone_ {Greenstone Digital Library Software}
739
740_textimagesearch_ {Search for specific terms}
741_textimageTitle_ {Browse alphabetical list of titles}
742_textimageList_ {Browse document listing}
743_textimageCreator_ {Browse alphabetical list of authors}
744_textimageSeries_ {Browse by issue}
745_textimageDate_ {Browse by date}
746_textimageSubject_ {Browse by subject category}
747_textimageOrganization_ {Browse by organization}
748_textimageHowto_ {Browse how to categories}
749_textimageTopic_ {Browse special topic issues}
750_textimageBrowse_ {Browse}
751_textimagePeople_ {Browse alphabetical list of People}
752
753_texticontabsearchgreen_{Search}
754_texticontabdategreen_{Dates}
755_texticontabseriesgreen_{Series}
756_texticontabauthorgreen_{Authors A-Z}
757_texticontabtitlegreen_{Titles A-Z}
758_texticontablistgreen_ {Listing}
759_texticontabsubjectgreen_{Subjects}
760_texticontaborggreen_{Organization}
761_texticontabhowgreen_{How to}
762_texticontabtopicgreen_{Topics}
763_texticontabbrwsegreen_{Browse}
764_texticontabPeoplegreen_{People A-Z}
765
766_texticontext_ {View the document}
767_texticonclosedbook_ {open this document and view contents}
768_texticonnext_ {to next section}
769_texticonprev_ {to previous section}
770
771_page_ {page }
772_of_ { of }
773_vol_ {Volume}
774_num_ {Number}
775
776_textmonth00_ {}
777_textmonth01_ {January}
778_textmonth02_ {February}
779_textmonth03_ {March}
780_textmonth04_ {April}
781_textmonth05_ {May}
782_textmonth06_ {June}
783_textmonth07_ {July}
784_textmonth08_ {August}
785_textmonth09_ {September}
786_textmonth10_ {October}
787_textmonth11_ {November}
788_textmonth12_ {December}
789
790_magazines_ {Magazines}
791
792################################
793# Maori Macros #
794################################
795
796_textimagehelp_ [l=mi] {Te wh&auml;rangi whakam&auml;rama}
797_textimagepref_ [l=mi] {Te wh&auml;rangi o ng&auml; whiriwhiringa}
798_textimagehome_ [l=mi] {Te wh&auml;rangi k&auml;inga}
799_textimagesearch_ [l=mi] {rapua he kupu}
800_textimagebrowseseries_ [l=mi] {Tirohia te whakar&auml;rangi o ng&auml; niupepa}
801_textimagebrowsedates_ [l=mi] {Tirohia te w&auml; i puta mai ai ng&auml; niupepa}
802
803_page_ [l=mi] {wh&auml;rangi }
804_vol_ [l=mi] {Pukapuka}
805_num_ [l=mi] {Nama}
806_textmonth01_ [l=mi] {Hanuere}
807_textmonth02_ [l=mi] {Pepuere}
808_textmonth03_ [l=mi] {Maehe}
809_textmonth04_ [l=mi] {Aperira}
810_textmonth05_ [l=mi] {Mei}
811_textmonth06_ [l=mi] {Hune}
812_textmonth07_ [l=mi] {Hurae}
813_textmonth08_ [l=mi] {Akuhata}
814_textmonth09_ [l=mi] {Hepetema}
815_textmonth10_ [l=mi] {Oketopa}
816_textmonth11_ [l=mi] {Noema}
817_textmonth12_ [l=mi] {Tihema}
818_of_ [l=mi] { i te }
819
820
821_texticontabsearchgreen_ [l=mi] {rapu}
822_texticontabdatesgreen_ [l=mi] {w&auml;taka}
823_texticontabseriesgreen_ [l=mi] {whakar&auml;rangi niupepa}
824_texticonnext_ [l=mi] {titiro ki te wh&auml;rangi o muri}
825_texticonprev_ [l=mi] {titiro ki te wh&auml;rangi o mua}
826_texticontext_ [l=mi] {Tirohia te wh&auml;rangi}
827
828_textimageSeries_ [l=mi] {Tirohia te whakar&auml;rangi taitara}
829_textimageDate_ [l=mi] {Tirohia te whakar&auml;rangi w&auml;taka}
Note: See TracBrowser for help on using the repository browser.