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

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