source: main/tags/2.00/gsdl/macros/base.dm@ 28909

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