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

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