source: main/tags/2.10/gsdl/macros/base.dm@ 25535

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