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

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

Gradually getting document action working

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