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

Last change on this file since 725 was 725, checked in by davidb, 25 years ago

Macros to support webpage based collection building
and internal and external links in collection documents

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