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

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

A few changes for new receptionist

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 31.6 KB
Line 
1#######################################################################
2# GLOBAL MACROS
3#######################################################################
4
5package Global
6
7
8#######################################################################
9# page content
10#
11# these should always be overridden for each page/collection
12#######################################################################
13
14_content_ {<center><blink><b><font size="7" color="#FF0000">UNDEFINED PAGE</font></b></blink></center>}
15_imagethispage_ {}
16_imagecollection_ {}
17
18# this is the total width of the page - i.e. the width
19# of any title bars etc. that go all the way across
20_pagewidth_ {537}
21
22
23#######################################################################
24# Macros whose values are set from within the server at runtime. These
25# are here only for reference and to set default values if required.
26#######################################################################
27
28#_gwcgi_ {http://nowhere.nzdl.org/cgi-bin/gw}
29#_httpprefix_ {http://nowhere.nzdl.org}
30
31_cookie_ {}
32_g_ {00}
33_collection_ {}
34_compressedoptions_ {}
35_querystring_ {}
36_urlsafequerystring_ {}
37_notdetached_ {0}
38_istitle_ {0}
39
40_httparrowprevious_ {}
41_httparrownext_ {}
42_toc_ {}
43_navigationbar_ {}
44
45
46#######################################################################
47# navigation bar
48#
49#######################################################################
50
51# the spacer image - the width of this is set from server
52_imagespacer_ {<img
53src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
54_imagespacer_[version=text] {<br>
55}
56
57# image macros for all the classifications currently supported by
58# this receptionist. i.e. title, author, subject, series, date,
59# howto, and organization
60
61_imagesearch_ {<a href="_httpquery_"
62 onMouseover = "img\_on('search')"
63 onMouseout = "img\_off('search')"><img name="search"
64 src="_httpicontsrchof_" width="_widthtsrchx_" height="_heighttsrchx_"
65 border="0" alt="_textimagesearch_"></a>}
66_imagesearch_[version=text] {<a href="_httpquery_">_textimagesearch_</a><br>
67}
68_imagesearch_[style=htmlonly] {<img src="_httpicontspace_" alt="" width="_widthtsrchx_" height="_heighttsrchx_">}
69_searchwidth_ {_widthtsrchx_}
70
71
72_imagetitle_ {<a href="_httpbrowsetitles_"
73 onMouseover = "img\_on('titles')"
74 onMouseout = "img\_off('titles')"><img name="titles"
75 src="_httpiconttitlof_" width=_widthttitlx_ height=_heightttitlx_
76 border=0 alt="_textimagebrowsetitles_"></a>}
77_imagetitle_[version=text] {<a href="_httpbrowsetitles_">_textimagebrowsetitles_</a><br>
78}
79_titlewidth_ {_widthttitlx_}
80
81
82_imageauthor_ {<a href="_httpbrowseauthors_"
83 onMouseover = "img\_on('authors')"
84 onMouseout = "img\_off('authors')"><img name="authors"
85 src="_httpicontauthof_" width=_widthtauthx_ height=_heighttauthx_
86 border=0 alt="_textimagebrowseauthors_"></a>}
87_imageauthor_[version=text] {<a href="_httpbrowseauthors_">_textimagebrowseauthors_</a><br>
88}
89_authorwidth_ {_widthtauthx_}
90
91
92_imageseries_ {<a href="_httpbrowseseries_"
93 onMouseover = "img\_on('series')"
94 onMouseout = "img\_off('series')"><img name="series"
95 src="_httpicontserof_" width="_widthtserx_" height="_heighttserx_"
96 border="0" alt="_textimagebrowseseries_"></a>}
97_imageseries_[version=text] {<a href="_httpbrowseseries_">_textimagebrowseseries_</a><br>
98}
99_serieswidth_ {_widthtserx_}
100
101
102_imagedate_ {<a href="_httpbrowsedates_"
103 onMouseover = "img\_on('dates')"
104 onMouseout = "img\_off('dates')"><img name="dates"
105 src="_httpicontdateof_" width="_widthtdatex_" height="_heighttdatex_"
106 border="0" alt="_textimagebrowsedates_"></a>}
107_imagedate_[version=text] {<a href="_httpbrowsedates_">_textimagebrowsedates_</a><br>
108}
109_datewidth_ {_widthtdatex_}
110
111
112_imagesubject_ {<a href="_httpbrowsesubjects_"
113 onMouseover = "img\_on('subjects')"
114 onMouseout = "img\_off('subjects')"><img name="subjects"
115 src="_httpicontsubjof_" width="_widthtsubjx_" height="_heighttsubjx_"
116 border="0" alt="_textimagebrowsesubjects_"></a>}
117_imagesubject_[version=text] {<a href="_httpbrowsesubjects_">_textimagebrowsesubjects_</a><br>
118}
119_subjectwidth_ {_widthtsubjx_}
120
121
122_imageorganization_ {<a href="_httpbrowseorg_"
123 onMouseover = "img\_on('org')"
124 onMouseout = "img\_off('org')"><img name="org"
125 src="_httpicontorgof_" width="_widthtorgx_" height="_heighttorgx_"
126 border="0" alt="_textimagebrowseorg_"></a>}
127_imageorganization_[version=text] {<a href="_httpbrowseorg_">_textimagebrowseorg_</a><br>
128}
129_organizationwidth_ {_widthtorgx_}
130
131
132_imagehowto_ {<a href="_httpbrowsehow_"
133 onMouseover = "img\_on('how')"
134 onMouseout = "img\_off('how')"><img name="how"
135 src="_httpiconthowof_" width="_widththowx_" height="_heightthowx_"
136 border="0" alt="_textimagebrowsehow_"></a>}
137_imagehowto_[version=text] {<a href="_httpbrowsehow_">_textimagebrowsehow_</a><br>
138}
139_howtowidth_ {_widththowx_}
140
141
142#######################################################################
143# scripts
144#######################################################################
145
146# the _javalinks_ macros are the flashy image links at the top right of
147# the page. this macro should be overridden for those collections/pages
148# needing links different from the default (i.e. about, home, help,
149# and preferences.
150
151_javalinks_ {_imageabout__imagehome__imagehelp__imagepref_}
152_javalinks_ [version=text] {
153_imageabout_<br>
154_imagehome_<br>
155_imagehelp_<br>
156_imagepref_<br>
157}
158
159# the javaimages macros should contain _javaX_ macros for each javascript
160# image link within the page.
161
162# those java image links appearing at top right of page
163_javaimagesheader_ {_javaabout__javahome__javahelp__javapref_}
164_javaimagesheader_ [version=text] {}
165
166# those java image links appearing in navigation bar
167# this macro should be set when the navigation bar is set
168# up at runtime
169_javaimagesnavbar_ {}
170
171# any other java image links appearing in page
172_javaimagescontent_ {}
173
174_javaabout_ {
175 about\_on = new Image(_widthtaboutx_, _heighttaboutx_);
176 about\_on.src = "_httpicontabouton_";
177 about\_off = new Image(_widthtaboutx_, _heighttaboutx_);
178 about\_off.src = "_httpicontaboutof_";
179}
180
181_javahome_ {
182 home\_on = new Image(_widthchomex_, _heightchomex_);
183 home\_on.src = "_httpiconchomeon_";
184 home\_off = new Image(_widthchomex_, _heightchomex_);
185 home\_off.src = "_httpiconchomeof_";
186}
187
188_javahelp_ {
189 help\_on = new Image(_widthchelpx_, _heightchelpx_);
190 help\_on.src = "_httpiconchelpon_";
191 help\_off = new Image(_widthchelpx_, _heightchelpx_);
192 help\_off.src = "_httpiconchelpof_";
193}
194
195_javapref_ {
196 pref\_on = new Image(_widthcprefx_, _heightcprefx_);
197 pref\_on.src = "_httpiconcprefon_";
198 pref\_off = new Image(_widthcprefx_, _heightcprefx_);
199 pref\_off.src = "_httpiconcprefof_";
200}
201
202_javasearch_ {
203 search\_on = new Image(_widthtsrchx_, _heighttsrchx_);
204 search\_on.src = "_httpicontsrchon_";
205 search\_off = new Image(_widthtsrchx_, _heighttsrchx_);
206 search\_off.src = "_httpicontsrchof_";
207}
208
209_javatitle_ {
210 titles\_on = new Image(_widthttitlx_, _heightttitlx_);
211 titles\_on.src = "_httpiconttitlon_";
212 titles\_off = new Image(_widthttitlx_, _heightttitlx_);
213 titles\_off.src = "_httpiconttitlof_";
214}
215
216_javaauthor_ {
217 authors\_on = new Image(_widthtauthx_, _heighttauthx_);
218 authors\_on.src = "_httpicontauthon_";
219 authors\_off = new Image(_widthtauthx_, _heighttauthx_);
220 authors\_off.src = "_httpicontauthof_";
221}
222
223_javaseries_ {
224 series\_on = new Image(_widthtserx_, _heighttserx_);
225 series\_on.src = "_httpicontseron_";
226 series\_off = new Image(_widthtserx_, _heighttserx_);
227 series\_off.src = "_httpicontserof_";
228}
229
230_javadate_ {
231 dates\_on = new Image(_widthtdatex_, _heighttdatex_);
232 dates\_on.src = "_httpicontdateon_";
233 dates\_off = new Image(_widthtdatex_, _heighttdatex_);
234 dates\_off.src = "_httpicontdateof_";
235}
236
237_javasubject_ {
238 subjects\_on = new Image(_widthtsubjx_, _heighttsubjx_);
239 subjects\_on.src = "_httpicontsubjon_";
240 subjects\_off = new Image(_widthtsubjx_, _heighttsubjx_);
241 subjects\_off.src = "_httpicontsubjof_";
242}
243
244_javahowto_ {
245 how\_on = new Image(_widththowx_, _heightthowx_);
246 how\_on.src = "_httpiconthowon_";
247 how\_off = new Image(_widththowx_, _heightthowx_);
248 how\_off.src = "_httpiconthowof_";
249}
250
251_javaorganization_ {
252 org\_on = new Image(_widthtorgx_, _heighttorgx_);
253 org\_on.src = "_httpicontorgon_";
254 org\_off = new Image(_widthtorgx_, _heighttorgx_);
255 org\_off.src = "_httpicontorgof_";
256}
257
258_javadetach_ {
259 detach\_on = new Image(_widthedtchx_, _heightedtchx_);
260 detach\_on.src = "_httpiconedtchon_";
261 detach\_off = new Image(_widthedtchx_, _heightedtchx_);
262 detach\_off.src = "_httpiconedtchof_";
263}
264
265_javaexpandcontents_ {
266 expcon\_on = new Image(_widtheexpcx_, _heighteexpcx_);
267 expcon\_on.src = "_httpiconeexpcon_";
268 expcon\_off = new Image(_widtheexpcx_, _heighteexpcx_);
269 expcon\_off.src = "_httpiconeexpcof_";
270}
271
272_javacontractcontents_ {
273 concon\_on = new Image(_widtheconcx_, _heighteconcx_);
274 concon\_on.src = "_httpiconeconcon_";
275 concon\_off = new Image(_widtheconcx_, _heighteconcx_);
276 concon\_off.src = "_httpiconeconcof_";
277}
278
279_javaexpandtext_ {
280 alltext\_on = new Image(_widthealltx_, _heightealltx_);
281 alltext\_on.src = "_httpiconeallton_";
282 alltext\_off = new Image(_widthealltx_, _heightealltx_);
283 alltext\_off.src = "_httpiconealltof_";
284}
285
286_javacontracttext_ {
287 thissec\_on = new Image(_widthetsecx_, _heightetsecx_);
288 thissec\_on.src = "_httpiconetsecon_";
289 thissec\_off = new Image(_widthetsecx_, _heightetsecx_);
290 thissec\_off.src = "_httpiconetsecof_";
291}
292
293_javacontinue_ {
294 cont\_on = new Image(_widthcontx_, _heightcontx_);
295 cont\_on.src = "_httpiconconton_";
296 cont\_off = new Image(_widthcontx_, _heightcontx_);
297 cont\_off.src = "_httpiconcontoff_";
298}
299
300
301#######################################################################
302# general web macros
303#######################################################################
304
305_mailaddr_ {[email protected]}
306
307
308#######################################################################
309# link macros
310#######################################################################
311
312_linkotherversion_ {
313<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&v=1&g=_g_">
314_textgotext_
315</a>
316}
317
318_linkotherversion_[version=text] {
319<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&v=0&g=_g_">
320_textgographics_
321</a>
322}
323
324_linkotherlanguage_ {
325<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&l=mi&g=_g_">
326_textgomaori_
327</a>
328}
329
330_linkotherlanguage_[language=mi] {
331<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&l=e&g=_g_">
332_textgoenglish_
333</a>
334}
335
336
337#######################################################################
338# http macros
339#
340# These contain the url without any quotes
341#######################################################################
342
343_httpimg_ {_httpprefix_/images}
344
345_httpcollection_{_httpprefix_/collect/_collection_}
346
347_httppagex_ {_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&a=p&p=_1_}
348_httppageabout_ {_httppagex_(about)}
349_httppagehome_ {_httppagex_(home)}
350_httppagehelp_ {_httppagex_(help)}
351_httppagepref_ {_httppagex_(preferences)}
352
353_httpgreenstone_ {_httppagex_(gsdl)}
354
355
356_httpquery_ {_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&a=q}
357_httpqueryresults_ {_httpquery_}
358_httpbrowse_ {_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&a=b}
359_httptext_ {_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_&a=t}
360_httpbrowsetitles_ {_httpbrowse_&d=T.1}
361_httpbrowseauthors_ {_httpbrowse_&d=A.1}
362_httpbrowseseries_ {_httpbrowse_&d=C.1}
363_httpbrowsedates_ {_httpbrowse_&d=D.1}
364
365_httpiconchalk_ {_httpimg_/chalk.gif}
366_widthchalk_ {2000}
367_heightchalk_ {10}
368
369_httpiconchelpof_ {_httpimg_/chelpof.gif}
370_httpiconchelpof_ [language=mi] {_httpimg_/mchelpof.gif}
371_httpiconchelpon_ {_httpimg_/chelpon.gif}
372_httpiconchelpon_ [language=mi] {_httpimg_/mchelpon.gif}
373_widthchelpx_ {38}
374_widthchelpx_ [language=mi] {59}
375_heightchelpx_ {20}
376
377_httpiconchomeof_ {_httpimg_/chomeof.gif}
378_httpiconchomeof_ [language=mi] {_httpimg_/mchomeof.gif}
379_httpiconchomeon_ {_httpimg_/chomeon.gif}
380_httpiconchomeon_ [language=mi] {_httpimg_/mchomeon.gif}
381_widthchomex_ {41}
382_widthchomex_ [language=mi] {52}
383_heightchomex_ {20}
384
385_httpiconclsdfldr_ {_httpimg_/clsdfldr.gif}
386_widthclsdfldr_ {23}
387_heightclsdfldr_ {15}
388
389_httpiconcontoff_ {_httpimg_/contoff.gif}
390_httpiconconton_ {_httpimg_/conton.gif}
391_widthcontx_ {76}
392_heightcontx_ {17}
393
394_httpiconcprefof_ {_httpimg_/cprefof.gif}
395_httpiconcprefof_ [language=mi] {_httpimg_/mcprefof.gif}
396_httpiconcprefon_ {_httpimg_/cprefon.gif}
397_httpiconcprefon_ [language=mi] {_httpimg_/mcprefon.gif}
398_widthcprefx_ {85}
399_widthcprefx_ [language=mi] {101}
400_heightcprefx_ {20}
401
402_httpicondivb_ {_httpimg_/divb.gif}
403_widthdivb_ {_pagewidth_}
404_heightdivb_ {17}
405
406_httpiconealltof_ {_httpimg_/ealltof.gif}
407_httpiconealltof_ [language=mi] {_httpimg_/mealltof.gif}
408_httpiconeallton_ {_httpimg_/eallton.gif}
409_httpiconeallton_ [language=mi] {_httpimg_/meallton.gif}
410_widthealltx_ {44}
411_widthealltx_ [language=mi] {40}
412_heightealltx_ {30}
413
414_httpiconeconcof_ {_httpimg_/econcof.gif}
415_httpiconeconcon_ {_httpimg_/econcon.gif}
416_widtheconcx_ {65}
417_heighteconcx_ {30}
418
419_httpiconedtchof_ {_httpimg_/edtchof.gif}
420_httpiconedtchof_ [language=mi] {_httpimg_/medtchof.gif}
421_httpiconedtchon_ {_httpimg_/edtchon.gif}
422_httpiconedtchon_ [language=mi] {_httpimg_/medtchon.gif}
423_widthedtchx_ {45}
424_widthedtchx_ [language=mi] {54}
425_heightedtchx_ {30}
426
427_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
428_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
429_widtheexpcx_ {62}
430_heighteexpcx_ {30}
431
432_httpiconetsecof_ {_httpimg_/etsecof.gif}
433_httpiconetsecof_ [language=mi] {_httpimg_/metsecof.gif}
434_httpiconetsecon_ {_httpimg_/etsecon.gif}
435_httpiconetsecon_ [language=mi] {_httpimg_/metsecon.gif}
436_widthetsecx_ {61}
437_widthetsecx_ [language=mi] {51}
438_heightetsecx_ {30}
439
440_httpicongsdl_ {_httpimg_/gsdl.gif}
441_widthgsdl_ {140}
442_heightgsdl_ {77}
443
444_httpiconglob_ {_httpimg_/glob.gif}
445_widthglob_ {72}
446_heightglob_ {73}
447
448_httpiconhhelp_ {_httpimg_/h\_help.gif}
449_widthhhelp_ {200}
450_heighthhelp_ {57}
451
452_httpiconhsearch_ {_httpimg_/h\_search.gif}
453_httpiconhsearch_ [language=mi] {_httpimg_/mh\_srch.gif}
454_widthhsearch_ {200}
455_heighthsearch_ {57}
456
457_httpiconitext_ {_httpimg_/itext.gif}
458_widthitext_ {16}
459_heightitext_ {21}
460
461_httpiconless_ {_httpimg_/less.gif}
462_widthless_ {30}
463_heightless_ {16}
464
465_httpiconmore_ {_httpimg_/more.gif}
466_widthmore_ {30}
467_heightmore_ {16}
468
469_httpiconopenbook_ {_httpimg_/openbook.gif}
470_widthopenbook_ {28}
471_heightopenbook_ {23}
472
473_httpiconopenfldr_ {_httpimg_/openfldr.gif}
474_widthopenfldr_ {23}
475_heightopenfldr_ {15}
476
477_httpiconqryresb_ {_httpimg_/qryresb.gif}
478_httpiconqryresb_ [language=mi] {_httpimg_/mqryresb.gif}
479_widthqryresb_ {_pagewidth_}
480_heightqryresb_ {17}
481
482_httpiconsmtext_ {_httpimg_/smtext.gif}
483_widthsmtext_ {23}
484_heightsmtext_ {15}
485
486_httpiconspacer_ {_httpimg_/spacer.gif}
487_widthspacer_ {42}
488_heightspacer_ {4}
489
490_httpicontabspace_ {_httpimg_/tabspace.gif}
491_widthtabspace_ {23}
492_heighttabspace_ {15}
493
494_httpicontauthgr_ {_httpimg_/tauthgr.gif}
495_httpicontauthof_ {_httpimg_/tauthof.gif}
496_httpicontauthon_ {_httpimg_/tauthon.gif}
497_widthtauthx_ {110}
498_heighttauthx_ {17}
499
500_httpicontsergr_ {_httpimg_/tsergr.gif}
501_httpicontsergr_ [language=mi] {_httpimg_/mtsergr.gif}
502_httpicontserof_ {_httpimg_/tserof.gif}
503_httpicontserof_ [language=mi] {_httpimg_/mtserof.gif}
504_httpicontseron_ {_httpimg_/tseron.gif}
505_httpicontseron_ [language=mi] {_httpimg_/mtseron.gif}
506_widthtserx_ {87}
507_widthtserx_ [language=mi] {192}
508_heighttserx_ {17}
509
510_httpicontdategr_ {_httpimg_/tdategr.gif}
511_httpicontdategr_ [language=mi] {_httpimg_/mtdategr.gif}
512_httpicontdateof_ {_httpimg_/tdateof.gif}
513_httpicontdateof_ [language=mi] {_httpimg_/mtdateof.gif}
514_httpicontdateon_ {_httpimg_/tdateon.gif}
515_httpicontdateon_ [language=mi] {_httpimg_/mtdateon.gif}
516_widthtdatex_ {87}
517_heighttdatex_ {17}
518
519_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
520_httpicontsubjon_ {_httpimg_/tsubjon.gif}
521_httpicontsubjof_ {_httpimg_/tsubjof.gif}
522_widthtsubjx_ {87}
523_heighttsubjx_ {17}
524
525_httpicontorggr_{_httpimg_/torggr.gif}
526_httpicontorgon_{_httpimg_/torgon.gif}
527_httpicontorgof_{_httpimg_/torgof.gif}
528_widthtorgx_ {109}
529_heighttorgx_ {17}
530
531_httpiconthowgr_{_httpimg_/thowgr.gif}
532_httpiconthowon_{_httpimg_/thowon.gif}
533_httpiconthowof_{_httpimg_/thowof.gif}
534_widththowx_ {87}
535_heightthowx_ {17}
536
537_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
538_httpicontsrchgr_ [language=mi] {_httpimg_/mtsrchgr.gif}
539_httpicontsrchof_ {_httpimg_/tsrchof.gif}
540_httpicontsrchof_ [language=mi] {_httpimg_/mtsrchof.gif}
541_httpicontsrchon_ {_httpimg_/tsrchon.gif}
542_httpicontsrchon_ [language=mi] {_httpimg_/mtsrchon.gif}
543_widthtsrchx_ {87}
544_heighttsrchx_ {17}
545
546_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
547_httpiconttitlof_ {_httpimg_/ttitlof.gif}
548_httpiconttitlon_ {_httpimg_/ttitlon.gif}
549_widthttitlx_ {87}
550_heightttitlx_ {17}
551
552_httpicontspace_ {_httpimg_/tspace.gif}
553# _widthtspace_ is set from server
554_widthtspace_ {}
555#_widthtspace_ {138}
556#_widthtspace_ [language=mi] {85}
557#_widthtspace2_ {115}
558_heighttspace_ {17}
559
560_httpiconwarning_ {_httpimg_/warning.gif}
561_widthwarning_ {30}
562_heightwarning_ {29}
563
564_httpiconhabout_ {_httpimg_/h\_about.gif}
565_widthhabout_ {200}
566_heighthabout_ {57}
567
568_httpiconhhome_ {_httpimg_/h\_home.gif}
569_widthhhome_ {200}
570_heighthhome_ {57}
571
572_httpiconhname_ {_httpimg_/h\_name.gif}
573_widthhname_ {200}
574_heighthname_ {57}
575
576_httpicontaboutof_ {_httpimg_/taboutof.gif}
577_httpicontabouton_ {_httpimg_/tabouton.gif}
578_widthtaboutx_ {50}
579_heighttaboutx_ {20}
580
581_httpicontnamegr_ {_httpimg_/tnamegr.gif}
582_httpicontnameof_ {_httpimg_/tnameof.gif}
583_httpicontnameon_ {_httpimg_/tnameon.gif}
584_widthtnamex_ {95}
585_heighttnamex_ {17}
586
587_httpiconarrrght_ {_httpimg_/arrrght.gif}
588_widtharrrght_ {23}
589_heightarrrght_ {15}
590
591_httpiconbook_ {_httpimg_/book.gif}
592_widthbook_ {18}
593_heightbook_ {11}
594
595_httpiconbshelf_ {_httpimg_/bshelf.gif}
596_widthbshelf_ {20}
597_heightbshelf_ {16}
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_iconmore_{<img src="_httpiconmore_" align=absbottom
608width="_widthmore_" height="_heightmore_" border="0" alt="_textnext_">}
609_iconmore_[version=text] {_textnext2_}
610
611_iconalphmore_{<img src="_httpiconmore_" align=absbottom
612width="_widthmore_" height="_heightmore_" border="0" alt="_textnext3_">}
613_iconalphmore_[version=text] {_textnext4_}
614
615_iconnext_{<img src="_httpiconmore_" align=absbottom
616width="_widthmore_" height="_heightmore_" border="0">}
617_iconnext_[version=text] {}
618
619_iconless_{<img src="_httpiconless_" align=absbottom
620width="_widthless_" height="_heightless_" border="0" alt="_textprev_">}
621_iconless_[version=text] {_textprev2_}
622
623_iconalphless_{<img src="_httpiconless_" align=absbottom
624width="_widthless_" height="_heightless_" border="0" alt="_textprev3_">}
625_iconalphless_[version=text] {_textprev4_}
626
627_iconprev_{<img src="_httpiconless_" align=absbottom
628width="_widthless_" height="_heightless_" border="0">}
629_iconprev_[version=text] {}
630
631_icontabsearchgreen_ {<img
632src="_httpicontsrchgr_" height=_heighttsrchx_ width=_widthtsrchx_ alt="_texticontabsearchgreen_" border=0>}
633_icontabsearchgreen_[version=text] {_texticontabsearchgreen_}
634
635_icontabtitlegreen_ {<img
636src="_httpiconttitlgr_" height=_heightttitlx_ width=_widthttitlx_ alt="_texticontabtitlegreen_" border=0>}
637_icontabtitlegreen_[version=text] {_texticontabtitlegreen_}
638
639_icontabauthorgreen_ {<img
640src="_httpicontauthgr_" height=_heighttauthx_ width=_widthtauthx_ alt="_texticontabauthorgreen_" border=0>}
641_icontabauthorgreen_[version=text] {_texticontabauthorgreen_}
642
643_icontabseriesgreen_ {<img
644src="_httpicontsergr_" height="_heighttserx_" width="_widthtserx_" alt="_texticontabseriesgreen_" border="0">}
645_icontabseriesgreen_[version=text] {_texticontabseriesgreen_}
646
647_icontabdategreen_ {<img
648src="_httpicontdategr_" height="_heighttdatex_" width="_widthtdatex_" alt="_texticontabdategreen_" border="0">}
649_icontabdategreen_[version=text] {_texticontabdategreen_}
650
651_icontabsubjectgreen_ {<img
652src="_httpimg_/tsubjgr.gif" height="17" width="87" alt="_texticontabsubjectgreen_" border="0">}
653_icontabsubjectgreen_[version=text] {_texticontabsubjectgreen_}
654
655_icontabhowtogreen_ {<img
656src="_httpimg_/thowgr.gif" height="17" width="87" alt="_texticontabhowgreen_" border="0">}
657_icontabhowtogreen_[version=text] {_texticontabhowgreen_}
658
659_icontaborganizationgreen_ {<img
660src="_httpimg_/torggr.gif" height="17" width="109" alt="_texticontaborggreen_" border="0">}
661_icontaborganizationgreen_[version=text] {_texticontaborggreen_}
662
663_iconblankbar_ {<center><img src="_httpicondivb_" width="_widthdivb_" height="_heightdivb_"></center>}
664_iconblankbar_[version=text] {<br><hr><br>}
665
666_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width="_widthitext_" height="_heightitext_" alt="_texticontext_">}
667_icontext_[version=text] {_texticontext_}
668
669_iconsmalltext_ {<img src="_httpiconsmtext_" border="0" width="_widthsmtext_" height="_heightsmtext_" alt="_texticonsmalltext_">}
670_iconsmalltext_ [version=text] {<small><b>_texticonsmalltext2_</b></small>}
671
672_iconclosedfolder_ {<img src="_httpiconclsdfldr_" border="0" width="_widthclsdfldr_" height="_heightclsdfldr_" alt="_texticonclosedfolder_">}
673_iconclosedfolder_ [version=text] {<small><b>_texticonclosedfolder2_</b></small>}
674
675_iconopenfolder_ {<img src="_httpiconopenfldr_" border="0" width="_widthopenfldr_" height="_heightopenfldr_" alt="_texticonopenfolder_">}
676_iconopenfolder_ [version=text] {<small><b>_texticonopenfolder2_</b></small>}
677
678_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
679_iconclosedbook_ [version=text] {<small><b>_texticonclosedbook_: </b></small>}
680
681_iconopenbook_ {<img src="_httpiconopenbook_" width="_widthopenbook_" height="_heightopenbook_" border="0" alt="_texticonopenbook_">}
682_iconopenbook_ [version=text] {<small><b>_texticonopenbook_: </b></small>}
683
684_iconopenbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonopenbookshelf_">}
685_iconopenbookshelf_ [version=text] {<small><b>_texticonopenbookshelf_: </b></small>}
686
687_iconclosedbookshelf_ {<img src="_httpiconbshelf_" border="0" width="_widthbshelf_" height="_heightbshelf_" alt="_texticonclosedbookshelf_">}
688_iconclosedbookshelf_ [version=text] {<small><b>_texticonclosedbookshelf_: </b></small>}
689
690_iconpointer_ {<img src="_httpiconarrrght_" border=0 width=_widtharrrght_ height=_heightarrrght_>}
691_iconpointer_ [version=text] {<small><b>_texticonpointer_-> </b></small>}
692
693_icontab_ {<img src="_httpicontabspace_" width="_widthtabspace_" height="_heighttabspace_">}
694
695_iconcontracttoc_ {<img name="concon" src="_httpiconeconcof_" width="_widtheconcx_" height="_heighteconcof_" alt="_texticoncontracttoc_" border="0">}
696_iconcontracttoc_[version=text] {_texticoncontracttoc_}
697
698_iconexpandtoc_ {<img name="expcon" src="_httpiconeexpcof_" width="_widtheexpx_" height="_heighteexpcx_" alt="_texticonexpandtoc_" border="0">}
699_iconexpandtoc_[version=text] {_texticonexpandtoc_}
700
701_iconcontracttext_ {<img name="thissec" src="_httpiconetsecof_" width="_widthetsecx_" height="_heightetsecx_" alt="_texticoncontracttext_" border="0">}
702_iconcontracttext_[version=text] {_texticoncontracttext_}
703
704_iconexpandtext_ {<img name="alltext" src="_httpiconealltof_" width="_widthealltx_" height="_heightealltx_" alt="_texticonexpandtext_" border="0">}
705_iconexpandtext_[version=text] {_texticonexpandtext_}
706
707_icondetach_ {<img name="detach" src="_httpiconedtchof_" width="_widthedtchx_" height="_heightedtchx_" alt="_texticondetach_" border="0">}
708_icondetach_[version=text] {_texticondetach_}
709
710_iconwarning_ {<img src="_httpiconwarning_" width="_widthwarning_" height="_heightwarning_" border="0" align="left">}
711_iconwarning_ [version=text] {_texticonwarning_}
712
713_iconcont_ {<img name="cont" src="_httpiconcontoff_" width="_widthcontx_" height="_heightcontx_" border="0">}
714_iconcont_ [version=text] {_texticoncont_}
715
716_iconglobhelp_ {<img src="_httpiconglob_" width="_widthglob_" height="_heightglob_" alt="_texticonglobhelp_" border="0">}
717_iconglobhelp_ [version=text] {_texticonglobhelp_}
718
719
720#######################################################################
721# Image links
722#
723# These might include a link (not like an _icon_
724#######################################################################
725
726
727_imageabout_ {<a href="_httppageabout_"
728 onMouseover = "img\_on('about')"
729 onMouseout = "img\_off('about')"><img name="about"
730 src="_httpicontaboutof_" width=_widthtaboutx_ height=_heighttaboutx_
731 border=0 alt="_textimageabout_"></a>}
732
733_imageabout_[version=text] {
734<a href="_httppageabout_">_textimageabout_</a>
735}
736
737_imagehome_ {<a href="_httppagehome_"
738 onMouseover = "img\_on('home')"
739 onMouseout = "img\_off('home')"><img name="home"
740 src="_httpiconchomeof_" width="_widthchomex_" height="_heightchomex_"
741 border="0" alt="_textimagehome_"></a>}
742
743_imagehome_[version=text] {
744<a href="_httppagehome_">_textimagehome_</a>
745}
746
747
748_imagehelp_ {<a href="_httppagehelp_"
749 onMouseover = "img\_on('help')"
750 onMouseout = "img\_off('help')"><img name="help"
751 src="_httpiconchelpof_" width="_widthchelpx_" height="_heightchelpx_"
752 border="0" alt="_textimagehelp_"></a>}
753
754_imagehelp_[version=text] {
755<a href="_httppagehelp_">_textimagehelp_</a>
756}
757
758
759_imagepref_ {<a href="_httppagepref_"
760 onMouseover = "img\_on('pref')"
761 onMouseout = "img\_off('pref')"><img name="pref"
762 src="_httpiconcprefof_" width="_widthcprefx_" height="_heightcprefx_" border="0" alt="_textimagepref_"></a>}
763
764_imagepref_[version=text] {
765<a href="_httppagepref_">_textimagepref_</a>
766}
767_imagepref_[style=htmlonly] {}
768
769
770_imagegreenstone_ {<a href="_httpgreenstone_"><img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0></a>
771}
772
773_imagegreenstone_[version=text] {
774<a href="_httpgreenstone_">_textimagegreenstone_</a>
775}
776
777
778_imageglobhelp_ {<a href="_httppagex_(globhelp)">_iconglobhelp_</a>
779}
780
781
782_imagedetach_ {<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_" onMouseover = "img\_on('detach')"
783onMouseout = "img\_off('detach')">_icondetach_</a>}
784_imagedetach_[version=text] {<a href="_gwcgi_?e=_compressedoptions_&q=_urlsafequerystring_">_texticondetach_</a><br>}
785
786_imagecontracttoc_ {" onMouseover = "img\_on('concon')"
787onMouseout = "img\_off('concon')">_iconcontracttoc_</a>}
788_imagecontracttoc_[version=text] {">_texticoncontracttoc_</a><br>}
789_imagecontracttoc_[style=htmlonly] {}
790
791_imageexpandtoc_ {" onMouseover = "img\_on('expcon')"
792onMouseout = "img\_off('expcon')">_iconexpandtoc_</a>}
793_imageexpandtoc_ [version=text] {">_texticonexpandtoc_</a><br>}
794_imageexpandtoc_ [style=htmlonly] {}
795
796_imagecontracttext_ {0" onMouseover = "img\_on('thissec')"
797onMouseout = "img\_off('thissec')">_iconcontracttext_</a>}
798_imagecontracttext_[version=text] {0">display only current section</a><br>}
799_imagecontracttext_[style=htmlonly] {}
800
801_imageexpandtext_ {1" onMouseover = "img\_on('alltext')"
802onMouseout = "img\_off('alltext')">_iconexpandtext_</a>}
803_imageexpandtext_[version=text] {1">display all text</a><br>}
804_imageexpandtext_[style=htmlonly] {}
805
806_imagecont_ {onMouseover = "img\_on('cont')"
807onMouseout = "img\_off('cont')">_iconcont_</a>
808}
809_imagecont_[version=text] {>_texticoncont_</a><br>}
810
811
812
813################################
814# English Macros #
815################################
816
817_textimagecollection_ {}
818_textimageabout_ {About page}
819_textimagehome_ {Home page}
820_textimagehelp_ {Help page}
821_textimagepref_ {Preferences page}
822_textimagegreenstone_ {Greenstone Digital Library Software}
823
824_textimagesearch_ {Search for specific terms}
825_textimagebrowsetitles_ {Browse alphabetical list of titles}
826_textimagebrowseauthors_ {Browse alphabetical list of authors}
827_textimagebrowseseries_ {Browse newspapers by issue}
828_textimagebrowsedates_ {Browse newspapers by date}
829_textimagebrowsesubjects_ {Browse by subject category}
830_textimagebrowseorg_ {Browse by organization}
831_textimagebrowsehow_ {Browse how to categories}
832
833_textgotext_ {View this page in text format}
834_textgographics_ {View this page in graphics format}
835
836_texticontabsearchgreen_{Search}
837_texticontabdategreen_{Dates}
838_texticontabseriesgreen_{Series}
839_texticontabauthorgreen_{Authors A-Z}
840_texticontabtitlegreen_{Titles A-Z}
841_texticontabsubjectgreen_{Subjects}
842_texticontaborggreen_{Organization}
843_texticontabhowgreen_{How to}
844_texticontext_ {View the document}
845_texticonopenbookshelf_ {close this section of the library}
846_texticonclosedbookshelf_ {open this section of the library and view contents}
847_texticonclosedbook_ {open this book and view contents}
848_texticonopenbook_ {close this book}
849_texticonclosedfolder_ {Open this folder and view contents}
850_texticonclosedfolder2_ {open sub-section: }
851_texticonopenfolder_ {close this folder}
852_texticonopenfolder2_ {close sub-section: }
853_texticonsmalltext_ {View this section of the text}
854_texticonsmalltext2_ {view text: }
855_texticonpointer_ {current section}
856_texticondetach_ {Open this page in a new window}
857_texticoncontracttoc_ {Collapse table of contents}
858_texticonexpandtoc_ {Expand table of contents}
859_texticonexpandtext_ {Display all text}
860_texticoncontracttext_ {Display text only for currently selected section}
861_texticonglobhelp_ {Global Help Projects}
862
863_texticonwarning_ {<b>Warning: </b>}
864_texticoncont_ {continue?}
865_textnext_ {to next section of book}
866_textnext2_ {view next section}
867_textnext3_ {to next alphabetical section}
868_textnext4_ {next section}
869_textprev_ {to previous section of book}
870_textprev2_ {view previous section}
871_textprev3_ {to previous alphabetical section}
872_textprev4_ {previous section}
873
874_page_ {page}
875_of_ {of}
876_vol_ {Volume}
877_num_ {Number}
878
879_jan_ {January}
880_feb_ {February}
881_mar_ {March}
882_apr_ {April}
883_may_ {May}
884_jun_ {June}
885_jul_ {July}
886_aug_ {August}
887_sep_ {September}
888_oct_ {October}
889_nov_ {November}
890_dec_ {December}
891
892
893_textgomaori_ {Tirohia t&euml;nei wh&auml;rangi i te reo M&auml;ori}
894_textgoenglish_ {change to English language version}
895
896################################
897# Maori Macros #
898################################
899
900_textimagehelp_ [language=mi] {Te wh&auml;rangi whakam&auml;rama}
901_textimagepref_ [language=mi] {Te wh&auml;rangi o ng&auml; whiriwhiringa}
902_textimagehome_ [language=mi] {Te wh&auml;rangi k&auml;inga}
903_textimagesearch_ [language=mi] {rapua he kupu}
904_textimagebrowseseries_ [language=mi] {Tirohia te whakar&auml;rangi o ng&auml; niupepa}
905_textimagebrowsedates_ [language=mi] {Tirohia te w&auml; i puta mai ai ng&auml; niupepa}
906
907_textgotext_ [language=mi] {Tirohia t&euml;nei wh&auml;rangi i te takotoranga text}
908_page_ [language=mi] {wh&auml;rangi}
909_vol_ [language=mi] {Pukapuka}
910_num_ [language=mi] {Nama}
911_jan_ [language=mi] {Hanuere}
912_feb_ [language=mi] {Pepuere}
913_mar_ [language=mi] {Maehe}
914_apr_ [language=mi] {Aperira}
915_may_ [language=mi] {Mei}
916_jun_ [language=mi] {Hune}
917_jul_ [language=mi] {Hurae}
918_aug_ [language=mi] {Akuhata}
919_sep_ [language=mi] {Hepetema}
920_oct_ [language=mi] {Oketopa}
921_nov_ [language=mi] {Noema}
922_dec_ [language=mi] {Tihema}
923_of_ [language=mi] {i te}
924
925
926_texticontabsearchgreen_ [language=mi] {rapu}
927_texticontabdatesgreen_ [language=mi] {w&auml;taka}
928_texticontabseriesgreen_ [language=mi] {whakar&auml;rangi niupepa}
929_texticondetach_ [language=mi] {Huakina mai he matapihi hou m&ouml; t&euml;nei k&ouml;rero}
930_texticonexpandtext_ [language=mi] {Titiro ki ng&auml; kupu katoa o t&euml;nei niupepa}
931_texticoncontracttext_ [language=mi] {Titiro ki ng&auml; kupu o t&euml;nei wh&auml;rangi anake}
932_textnext_ [language=mi] {titiro ki te wh&auml;rangi o muri}
933_textprev_ [language=mi] {titiro ki te wh&auml;rangi o mua}
934_texticontext_ [language=mi] {Tirohia te wh&auml;rangi}
935_texticonopenbookshelf_ [language=mi] {k&auml;tia}
936_texticonclosedbookshelf_ [language=mi] {whakat&uuml;whera mai}
937_texticonclosedbook_ [language=mi] {whakat&uuml;whera mai}
938_texticonopenbook_ [language=mi] {k&auml;tia}
939_texticonpointer_ [language=mi] {w&auml;hanga e tiro ana}
Note: See TracBrowser for help on using the repository browser.