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

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

added People and Unknown classifiers

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