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
RevLine 
[148]1#######################################################################
2# GLOBAL MACROS
3#######################################################################
[128]4
[148]5package Global
[128]6
[590]7
8_collectionextra_ {This collection contains _about:numdocs_ documents.
9It was last built _about:builddate_ days ago.}
10
11
[148]12#######################################################################
13# page content
14#
15# these should always be overridden for each page/collection
16#######################################################################
[128]17
[148]18_content_ {<center><blink><b><font size="7" color="#FF0000">UNDEFINED PAGE</font></b></blink></center>}
19_imagethispage_ {}
[548]20_iconcollection_ {}
21_imagecollection_ {_If_("_iconcollection_" ne "",<a href="_httppagex_(about)"><img src="_iconcollection_" border=0></a>)}
[128]22
[258]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
[218]32_pagewidth_ {537}
[258]33_searchwidth_ {_widthtsrchx_}
34_Titlewidth_ {_widthttitlx_}
[283]35_Listwidth_ {_widthtlistx_}
[258]36_Creatorwidth_ {_widthtauthx_}
37_Serieswidth_ {_widthtserx_}
38_Datewidth_ {_widthtdatex_}
39_Subjectwidth_ {_widthtsubjx_}
40_Organizationwidth_ {_widthtorgx_}
41_Howtowidth_ {_widththowx_}
[454]42_Topicwidth_ {_widthttopicx_}
43_Browsewidth_ {_widthtbrwsex_}
[601]44_Peoplewidth_ {_widthtpeopx_}
45_Unknownwidth_ {_widthtuknow_}
[128]46
[148]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#######################################################################
[128]51
[218]52_navigationbar_ {}
[258]53_javaimagesnavbar_ {}
54_javaimagescontent_ {}
55_widthtspace_ {2}
[128]56
[283]57# all cgi args are set as _cgiargX_ macros - those I've put here
58# are those that need to default to something
[276]59_cgiargd_ {}
[283]60_cgiargcl_ {}
[276]61
62# set from within the query action
63_hselection_ {}
64_jselection_ {}
65_nselection_ {}
66
[148]67#######################################################################
[258]68# navigation bar images
[128]69#
[148]70#######################################################################
[128]71
[218]72# the spacer image - the width of this is set from server
73_imagespacer_ {<img
74src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
[548]75_imagespacer_[v=1] {<br>
[128]76}
77
[218]78# image macros for all the classifications currently supported by
79# this receptionist. i.e. title, author, subject, series, date,
[258]80# howto, and organization (and search)
[218]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>}
[548]87_imagesearch_[v=1] {<a href="_httpquery_">_textimagesearch_</a><br>
[128]88}
89
[258]90_imageTitle_ {<a href="_httpbrowseTitle_"
[218]91 onMouseover = "img\_on('titles')"
92 onMouseout = "img\_off('titles')"><img name="titles"
93 src="_httpiconttitlof_" width=_widthttitlx_ height=_heightttitlx_
[258]94 border=0 alt="_textimageTitle_"></a>}
[548]95_imageTitle_[v=1] {<a href="_httpbrowseTitle_">_textimageTitle_</a><br>
[218]96}
97
[283]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>}
[548]103_imageList_[v=1] {<a href="_httpbrowseList_">_textimageList_</a><br>
[283]104}
105
106
[258]107_imageCreator_ {<a href="_httpbrowseCreator_"
[218]108 onMouseover = "img\_on('authors')"
109 onMouseout = "img\_off('authors')"><img name="authors"
110 src="_httpicontauthof_" width=_widthtauthx_ height=_heighttauthx_
[258]111 border=0 alt="_textimageCreator_"></a>}
[548]112_imageCreator_[v=1] {<a href="_httpbrowseCreator_">_textimageCreator_</a><br>
[218]113}
114
[258]115_imageSeries_ {<a href="_httpbrowseSeries_"
[218]116 onMouseover = "img\_on('series')"
117 onMouseout = "img\_off('series')"><img name="series"
118 src="_httpicontserof_" width="_widthtserx_" height="_heighttserx_"
[258]119 border="0" alt="_textimageSeries_"></a>}
[548]120_imageSeries_[v=1] {<a href="_httpbrowseSeries_">_textimageSeries_</a><br>
[218]121}
122
[258]123_imageDate_ {<a href="_httpbrowseDate_"
[218]124 onMouseover = "img\_on('dates')"
125 onMouseout = "img\_off('dates')"><img name="dates"
126 src="_httpicontdateof_" width="_widthtdatex_" height="_heighttdatex_"
[258]127 border="0" alt="_textimageDate_"></a>}
[548]128_imageDate_[v=1] {<a href="_httpbrowseDate_">_textimageDate_</a><br>
[218]129}
130
[258]131_imageSubject_ {<a href="_httpbrowseSubject_"
[218]132 onMouseover = "img\_on('subjects')"
133 onMouseout = "img\_off('subjects')"><img name="subjects"
134 src="_httpicontsubjof_" width="_widthtsubjx_" height="_heighttsubjx_"
[258]135 border="0" alt="_textimageSubject_"></a>}
[548]136_imageSubject_[v=1] {<a href="_httpbrowseSubject_">_textimageSubject_</a><br>
[218]137}
138
[258]139_imageOrganization_ {<a href="_httpbrowseOrganization_"
[218]140 onMouseover = "img\_on('org')"
141 onMouseout = "img\_off('org')"><img name="org"
142 src="_httpicontorgof_" width="_widthtorgx_" height="_heighttorgx_"
[258]143 border="0" alt="_textimageOrganization_"></a>}
[548]144_imageOrganization_[v=1] {<a href="_httpbrowseOrganization_">_textimageOrganization_</a><br>
[218]145}
146
[258]147_imageHowto_ {<a href="_httpbrowseHowto_"
[218]148 onMouseover = "img\_on('how')"
149 onMouseout = "img\_off('how')"><img name="how"
150 src="_httpiconthowof_" width="_widththowx_" height="_heightthowx_"
[258]151 border="0" alt="_textimageHowto_"></a>}
[548]152_imageHowto_[v=1] {<a href="_httpbrowseHowto_">_textimageHowto_</a><br>
[218]153}
154
[454]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>}
[548]160_imageTopic_[v=1] {<a href="_httpbrowseTopic_">_textimageTopic_</a><br>
[454]161}
[218]162
[454]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>}
[548]168_imageBrowse_[v=1] {<a href="_httpbrowseBrowse_">_textimageBrowse_</a><br>
[454]169}
170
[601]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}
[454]178
[601]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
[148]189#######################################################################
[258]190# java images/scripts
[148]191#######################################################################
[128]192
[148]193# the _javalinks_ macros are the flashy image links at the top right of
[258]194# the page.
[128]195
[454]196_javalinks_ {_imagehome__imagehelp__imagepref_}
[548]197_javalinks_ [v=1] {
[283]198_imagehome_<br>
[128]199_imagehelp_<br>
200_imagepref_<br>
201}
202
[258]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.
[148]209# the javaimages macros should contain _javaX_ macros for each javascript
[218]210# image link within the page.
[128]211
[454]212_javaimagesheader_ {_javahome__javahelp__javapref_}
[548]213_javaimagesheader_ [v=1] {}
[128]214
[148]215_javaabout_ {
[283]216 about\_on = new Image(_widthcabtx_, _heightcabtx_);
217 about\_on.src = "_httpiconcabton_";
218 about\_off = new Image(_widthcabtx_, _heightcabtx_);
219 about\_off.src = "_httpiconcabtof_";
[148]220}
[128]221
[148]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}
[129]228
[148]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}
[129]235
[148]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}
[129]242
[148]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}
[129]249
[258]250_javaTitle_ {
[148]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}
[128]256
[283]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
[258]264_javaCreator_ {
[148]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}
[128]270
[258]271_javaSeries_ {
[148]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}
[128]277
[258]278_javaDate_ {
[148]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}
[128]284
[258]285_javaSubject_ {
[218]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
[258]292_javaHowto_ {
[218]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
[258]299_javaOrganization_ {
[218]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
[454]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}
[128]312
[454]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
[601]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}
[454]326
[601]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
[148]335#######################################################################
336# general web macros
337#######################################################################
338
[128]339_mailaddr_ {[email protected]}
340
341
342
[148]343#######################################################################
344# http macros
345#
[128]346# These contain the url without any quotes
[148]347#######################################################################
[128]348
[306]349_httpcollection_{_httpprefix_/collect/_cgiargc_}
[128]350
[258]351_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
[148]352_httppageabout_ {_httppagex_(about)}
[548]353#_httppagehome_ {_httppagex_(home)}
354_httppagehome_ {_gwcgi_?a=p&p=home}
[128]355_httppagehelp_ {_httppagex_(help)}
356_httppagepref_ {_httppagex_(preferences)}
[148]357
[128]358_httpgreenstone_ {_httppagex_(gsdl)}
359
[258]360_httpcurrentdocument_ {_gwcgi_?e=_compressedoptions_&cl=_cgiargcl_&d=_cgiargd_}
361_httpquery_ {_gwcgi_?e=_compressedoptions_&a=q}
362_httpdocument_ {_gwcgi_?e=_compressedoptions_&a=d}
[128]363
[129]364_httpiconchalk_ {_httpimg_/chalk.gif}
365_widthchalk_ {2000}
366_heightchalk_ {10}
367
368_httpiconchelpof_ {_httpimg_/chelpof.gif}
[548]369_httpiconchelpof_ [l=mi] {_httpimg_/mchelpof.gif}
[129]370_httpiconchelpon_ {_httpimg_/chelpon.gif}
[548]371_httpiconchelpon_ [l=mi] {_httpimg_/mchelpon.gif}
[283]372_widthchelpx_ {36}
[548]373_widthchelpx_ [l=mi] {57}
[129]374_heightchelpx_ {20}
375
376_httpiconchomeof_ {_httpimg_/chomeof.gif}
[548]377_httpiconchomeof_ [l=mi] {_httpimg_/mchomeof.gif}
[129]378_httpiconchomeon_ {_httpimg_/chomeon.gif}
[548]379_httpiconchomeon_ [l=mi] {_httpimg_/mchomeon.gif}
[283]380_widthchomex_ {43}
[548]381_widthchomex_ [l=mi] {54}
[129]382_heightchomex_ {20}
383
384_httpiconcprefof_ {_httpimg_/cprefof.gif}
[548]385_httpiconcprefof_ [l=mi] {_httpimg_/mcprefof.gif}
[129]386_httpiconcprefon_ {_httpimg_/cprefon.gif}
[548]387_httpiconcprefon_ [l=mi] {_httpimg_/mcprefon.gif}
[283]388_widthcprefx_ {87}
[548]389_widthcprefx_ [l=mi] {103}
[129]390_heightcprefx_ {20}
391
[283]392_httpiconcabtof_ {_httpimg_/cabtof.gif}
393_httpiconcabton_ {_httpimg_/cabton.gif}
394_widthcabtx_ {50}
395_heightcabtx_ {20}
396
[129]397_httpicondivb_ {_httpimg_/divb.gif}
[218]398_widthdivb_ {_pagewidth_}
[129]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
[548]413_httpiconibtext_ {_httpimg_/ibtext.gif}
414_widthibtext_ {16}
415_heightibtext_ {21}
416
[129]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}
[548]426_httpiconqryresb_ [l=mi] {_httpimg_/mqryresb.gif}
[218]427_widthqryresb_ {_pagewidth_}
[129]428_heightqryresb_ {17}
429
430_httpiconspacer_ {_httpimg_/spacer.gif}
431_widthspacer_ {42}
432_heightspacer_ {4}
433
434_httpicontabspace_ {_httpimg_/tabspace.gif}
435_widthtabspace_ {23}
[454]436_heighttabspace_ {1}
[129]437
438_httpicontauthgr_ {_httpimg_/tauthgr.gif}
439_httpicontauthof_ {_httpimg_/tauthof.gif}
440_httpicontauthon_ {_httpimg_/tauthon.gif}
441_widthtauthx_ {110}
442_heighttauthx_ {17}
443
[148]444_httpicontsergr_ {_httpimg_/tsergr.gif}
[548]445_httpicontsergr_ [l=mi] {_httpimg_/mtsergr.gif}
[148]446_httpicontserof_ {_httpimg_/tserof.gif}
[548]447_httpicontserof_ [l=mi] {_httpimg_/mtserof.gif}
[148]448_httpicontseron_ {_httpimg_/tseron.gif}
[548]449_httpicontseron_ [l=mi] {_httpimg_/mtseron.gif}
[148]450_widthtserx_ {87}
[548]451_widthtserx_ [l=mi] {192}
[148]452_heighttserx_ {17}
[129]453
[148]454_httpicontdategr_ {_httpimg_/tdategr.gif}
[548]455_httpicontdategr_ [l=mi] {_httpimg_/mtdategr.gif}
[148]456_httpicontdateof_ {_httpimg_/tdateof.gif}
[548]457_httpicontdateof_ [l=mi] {_httpimg_/mtdateof.gif}
[148]458_httpicontdateon_ {_httpimg_/tdateon.gif}
[548]459_httpicontdateon_ [l=mi] {_httpimg_/mtdateon.gif}
[148]460_widthtdatex_ {87}
461_heighttdatex_ {17}
462
[218]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
[454]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
[129]493_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
[548]494_httpicontsrchgr_ [l=mi] {_httpimg_/mtsrchgr.gif}
[129]495_httpicontsrchof_ {_httpimg_/tsrchof.gif}
[548]496_httpicontsrchof_ [l=mi] {_httpimg_/mtsrchof.gif}
[129]497_httpicontsrchon_ {_httpimg_/tsrchon.gif}
[548]498_httpicontsrchon_ [l=mi] {_httpimg_/mtsrchon.gif}
[129]499_widthtsrchx_ {87}
500_heighttsrchx_ {17}
501
[283]502_httpicontlistgr_ {_httpimg_/tlistgr.gif}
503_httpicontlistof_ {_httpimg_/tlistof.gif}
504_httpicontliston_ {_httpimg_/tliston.gif}
505_widthtlistx_ {87}
506_heighttlistx_ {17}
507
[129]508_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
509_httpiconttitlof_ {_httpimg_/ttitlof.gif}
510_httpiconttitlon_ {_httpimg_/ttitlon.gif}
511_widthttitlx_ {87}
512_heightttitlx_ {17}
513
[601]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
[148]526_httpicontspace_ {_httpimg_/tspace.gif}
527_heighttspace_ {17}
528
[129]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
[148]551_httpiconarrrght_ {_httpimg_/arrrght.gif}
552_widtharrrght_ {23}
553_heightarrrght_ {15}
[129]554
[454]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
[148]571_httpiconbook_ {_httpimg_/book.gif}
572_widthbook_ {18}
573_heightbook_ {11}
[129]574
[454]575_httpiconabook_ {_httpimg_/abook.gif}
576_widthabook_ {18}
577_heightabook_ {11}
578
[148]579_httpiconbshelf_ {_httpimg_/bshelf.gif}
580_widthbshelf_ {20}
581_heightbshelf_ {16}
[129]582
[454]583_httpiconabshelf_ {_httpimg_/abshelf.gif}
584_widthabshelf_ {20}
585_heightabshelf_ {16}
[129]586
[454]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
[148]604#######################################################################
605# Icons
606#
[128]607# Must not include links (so they can be used as links). If you want to
608# include links use _image
[148]609#######################################################################
[128]610
[218]611_iconnext_{<img src="_httpiconmore_" align=absbottom
[258]612width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
[548]613_iconnext_[v=1] {_texticonnext_}
[128]614
[218]615_iconprev_{<img src="_httpiconless_" align=absbottom
[258]616width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
[548]617_iconprev_[v=1] {_texticonprev_}
[128]618
[218]619_icontabsearchgreen_ {<img
[283]620src="_httpicontsrchgr_" height=_heighttsrchx_ width=_widthtsrchx_ border=0>}
[548]621_icontabsearchgreen_[v=1] {_texticontabsearchgreen_}
[128]622
[283]623_icontabListgreen_ {<img
624src="_httpicontlistgr_" height=_heighttlistx_ width=_widthtlistx_ border=0>}
[548]625_icontablistgreen_ [v=1] {_texticontablistgreen_}
[283]626
[258]627_icontabTitlegreen_ {<img
[283]628src="_httpiconttitlgr_" height=_heightttitlx_ width=_widthttitlx_ border=0>}
[548]629_icontabTitlegreen_[v=1] {_texticontabtitlegreen_}
[128]630
[258]631_icontabCreatorgreen_ {<img
[283]632src="_httpicontauthgr_" height=_heighttauthx_ width=_widthtauthx_ border=0>}
[548]633_icontabCreatorgreen_[v=1] {_texticontabauthorgreen_}
[128]634
[258]635_icontabSeriesgreen_ {<img
[283]636src="_httpicontsergr_" height=_heighttserx_ width=_widthtserx_ border=0>}
[548]637_icontabSeriesgreen_[v=1] {_texticontabseriesgreen_}
[128]638
[258]639_icontabDategreen_ {<img
[283]640src="_httpicontdategr_" height=_heighttdatex_ width=_widthtdatex_ border=0>}
[548]641_icontabDategreen_[v=1] {_texticontabdategreen_}
[148]642
[258]643_icontabSubjectgreen_ {<img
[283]644src="_httpicontsubjgr_" height=_heighttsubjx_ width=widthtsubjx_ border=0>}
[548]645_icontabSubjectgreen_[v=1] {_texticontabsubjectgreen_}
[218]646
[258]647_icontabHowtogreen_ {<img
[454]648src="_httpiconthowgr_" height=_heightthowx_ width=_widththowx_ border=0>}
[548]649_icontabHowtogreen_[v=1] {_texticontabhowgreen_}
[218]650
[454]651_icontabTopicgreen_ {<img
652src="_httpiconttopicgr_" height=_heightttopicx_ width=_widthttopicx_ border=0>}
[548]653_icontabTopicgreen_[v=1] {_texticontabtopicgreen_}
[454]654
655_icontabBrowsegreen_ {<img
656src="_httpicontbrwsegr_" height=_heighttbrwsex_ width=_widthtbrwsex_ border=0>}
[548]657_icontabBrowsegreen_[v=1] {_texticontabbrwsegreen_}
[454]658
[258]659_icontabOrganizationgreen_ {<img
[283]660src="_httpicontorggr_" height=_heighttorggr_ width=_widthtorggr_ border=0>}
[548]661_icontabOrganizationgreen_[v=1] {_texticontaborggreen_}
[218]662
[601]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
[258]671_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
[548]672_iconblankbar_[v=1] {<br><hr><br>}
[128]673
[258]674_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
[548]675_icontext_[v=1] {_texticontext_}
[128]676
[548]677_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
678_iconblanktext_[v=1] {}
[128]679
[548]680_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
681_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
[128]682
[548]683
[148]684#######################################################################
685# Image links
686#
[128]687# These might include a link (not like an _icon_
[148]688#######################################################################
[128]689
690
[129]691_imageabout_ {<a href="_httppageabout_"
692 onMouseover = "img\_on('about')"
693 onMouseout = "img\_off('about')"><img name="about"
[283]694 src="_httpiconcabtof_" width=_widthcabtx_ height=_heightcabtx_
[129]695 border=0 alt="_textimageabout_"></a>}
[128]696
[548]697_imageabout_[v=1] {
[129]698<a href="_httppageabout_">_textimageabout_</a>
699}
700
[148]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>}
[129]706
[548]707_imagehome_[v=1] {
[148]708<a href="_httppagehome_">_textimagehome_</a>
709}
710
711
[128]712_imagehelp_ {<a href="_httppagehelp_"
713 onMouseover = "img\_on('help')"
714 onMouseout = "img\_off('help')"><img name="help"
[148]715 src="_httpiconchelpof_" width="_widthchelpx_" height="_heightchelpx_"
716 border="0" alt="_textimagehelp_"></a>}
[128]717
[548]718_imagehelp_[v=1] {
[128]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"
[148]726 src="_httpiconcprefof_" width="_widthcprefx_" height="_heightcprefx_" border="0" alt="_textimagepref_"></a>}
[128]727
[548]728_imagepref_[v=1] {
[128]729<a href="_httppagepref_">_textimagepref_</a>
730}
731
[548]732_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0>}
[128]733
[548]734_imagegreenstone_[v=1] {_textimagegreenstone_}
[128]735
736
737################################
[148]738# English Macros #
[128]739################################
740
[148]741_textimagecollection_ {}
742_textimageabout_ {About page}
[128]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}
[258]749_textimageTitle_ {Browse alphabetical list of titles}
[283]750_textimageList_ {Browse document listing}
[258]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}
[454]757_textimageTopic_ {Browse special topic issues}
758_textimageBrowse_ {Browse}
[601]759_textimagePeople_ {Browse alphabetical list of People}
760_textimageUnknown_ {Unknown metadata listing}
[128]761
[601]762
763
[128]764_texticontabsearchgreen_{Search}
[218]765_texticontabdategreen_{Dates}
[148]766_texticontabseriesgreen_{Series}
[128]767_texticontabauthorgreen_{Authors A-Z}
768_texticontabtitlegreen_{Titles A-Z}
[283]769_texticontablistgreen_ {Listing}
[218]770_texticontabsubjectgreen_{Subjects}
771_texticontaborggreen_{Organization}
772_texticontabhowgreen_{How to}
[454]773_texticontabtopicgreen_{Topics}
774_texticontabbrwsegreen_{Browse}
[601]775_texticontabPeoplegreen_{People A-Z}
776_texticontabUnknowngreen_{Unknown}
777
[128]778_texticontext_ {View the document}
[548]779_texticonclosedbook_ {open this document and view contents}
[258]780_texticonnext_ {to next section}
781_texticonprev_ {to previous section}
[148]782
[454]783_page_ {page }
[548]784_of_ { of }
[148]785_vol_ {Volume}
786_num_ {Number}
787
[454]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}
[148]801
[454]802_magazines_ {Magazines}
[148]803
804################################
805# Maori Macros #
806################################
807
[548]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}
[148]814
[548]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}
[148]831
832
[548]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.