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

Last change on this file since 1209 was 1209, checked in by nzdl, 24 years ago

fixed Gordons bug

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 20.9 KB
Line 
1#######################################################################
2# GLOBAL MACROS
3#######################################################################
4
5package Global
6
7##########
8
9# won't need this once old versions of library are no longer used
10_decodedcompressedoptions_ {_compressedoptions_}
11
12
13_htmlextra_ {}
14
15_starthighlight_ {<b><u>}
16_endhighlight_ {</u></b>}
17
18#######################################################################
19# page content
20#
21# these should always be overridden for each page/collection
22#######################################################################
23
24_content_ {<p><h2>oops</h2>
25_textdefaultcontent_}
26_pagetitle_ {_textdefaulttitle_}
27_imagethispage_ {}
28_iconcollection_ {}
29_imagecollection_ {_If_("_iconcollection_" ne "",<a href="_httppagex_(about)"><img src="_iconcollection_" border=0></a>)}
30
31#######################################################################
32# these width macros are read in by the server when calculating
33# width of navigation bar etc. There should be one for each
34# classification that this receptionist supports, one for the
35# search button, and the _pagewidth_ macro which is the total width
36# of the page
37#######################################################################
38
39# width of tabs when displaying tables of contents
40_tabwidth_ {25}
41
42_pagewidth_ {537}
43# defaultwidth is the width buttons default to if not included in this list
44_defaultwidth_ {87}
45_searchwidth_ {_widthtsrchx_}
46_Titlewidth_ {_widthttitlx_}
47_Listwidth_ {_widthtlistx_}
48_Creatorwidth_ {_widthtauthx_}
49_Serieswidth_ {_widthtserx_}
50_Datewidth_ {_widthtdatex_}
51_Subjectwidth_ {_widthtsubjx_}
52_Towidth_ {_widthttox_}
53_Fromwidth_ {_widthtfromx_}
54_Organizationwidth_ {_widthtorgx_}
55_Howtowidth_ {_widththowx_}
56_Topicwidth_ {_widthttopicx_}
57_Browsewidth_ {_widthtbrwsex_}
58_Peoplewidth_ {_widthtpeopx_}
59
60#######################################################################
61# Macros whose values are set from within the server at runtime. These
62# are here only for reference and to set default values if required.
63#######################################################################
64
65_navigationbar_ {}
66_javaimagesnavbar_ {}
67_javaimagescontent_ {}
68_widthtspace_ {2}
69
70# all cgi args are set as _cgiargX_ macros - those I've put here
71# are those that need to default to something
72_cgiargd_ {}
73_cgiargcl_ {}
74
75# set from within the query action
76_hselection_ {}
77_jselection_ {}
78_nselection_ {}
79#granularity selection for mgpp
80_gselection_ {}
81#######################################################################
82# navigation bar images
83#
84#######################################################################
85
86# the spacer image - the width of this is set from server
87_imagespacer_ {<img
88src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
89_imagespacer_[v=1] {<br>
90}
91
92# image macros for all the classifications currently supported by
93# this receptionist. i.e. title, author, subject, series, date,
94# howto, and organization (and search)
95#
96# image macros for to and from added by gwp on 2000 june 13
97
98_imagesearch_ {<a href="_httpquery_"
99 onMouseover = "img\_on('search')"
100 onMouseout = "img\_off('search')"><img name="search"
101 src="_httpicontsrchof_" width="_widthtsrchx_" height="_heighttsrchx_"
102 border="0" alt="_textimagesearch_"></a>}
103_imagesearch_[v=1] {<a href="_httpquery_">_textimagesearch_</a><br>
104}
105
106_imageTitle_ {<a href="_httpbrowseTitle_"
107 onMouseover = "img\_on('titles')"
108 onMouseout = "img\_off('titles')"><img name="titles"
109 src="_httpiconttitlof_" width=_widthttitlx_ height=_heightttitlx_
110 border=0 alt="_textimageTitle_"></a>}
111_imageTitle_[v=1] {<a href="_httpbrowseTitle_">_textimageTitle_</a><br>
112}
113
114_imageCreator_ {<a href="_httpbrowseCreator_"
115 onMouseover = "img\_on('authors')"
116 onMouseout = "img\_off('authors')"><img name="authors"
117 src="_httpicontauthof_" width=_widthtauthx_ height=_heighttauthx_
118 border=0 alt="_textimageCreator_"></a>}
119_imageCreator_[v=1] {<a href="_httpbrowseCreator_">_textimageCreator_</a><br>
120}
121
122_imageSeries_ {<a href="_httpbrowseSeries_"
123 onMouseover = "img\_on('series')"
124 onMouseout = "img\_off('series')"><img name="series"
125 src="_httpicontserof_" width="_widthtserx_" height="_heighttserx_"
126 border="0" alt="_textimageSeries_"></a>}
127_imageSeries_[v=1] {<a href="_httpbrowseSeries_">_textimageSeries_</a><br>
128}
129
130_imageDate_ {<a href="_httpbrowseDate_"
131 onMouseover = "img\_on('dates')"
132 onMouseout = "img\_off('dates')"><img name="dates"
133 src="_httpicontdateof_" width="_widthtdatex_" height="_heighttdatex_"
134 border="0" alt="_textimageDate_"></a>}
135_imageDate_[v=1] {<a href="_httpbrowseDate_">_textimageDate_</a><br>
136}
137
138_imageSubject_ {<a href="_httpbrowseSubject_"
139 onMouseover = "img\_on('subjects')"
140 onMouseout = "img\_off('subjects')"><img name="subjects"
141 src="_httpicontsubjof_" width="_widthtsubjx_" height="_heighttsubjx_"
142 border="0" alt="_textimageSubject_"></a>}
143_imageSubject_[v=1] {<a href="_httpbrowseSubject_">_textimageSubject_</a><br>
144}
145
146_imageTo_ {<a href="_httpbrowseTo_"
147 onMouseover = "img\_on('to')"
148 onMouseout = "img\_off('to')"><img name="to"
149 src="_httpiconttoof_" width="_widthttox_" height="_heightttox_"
150 border="0" alt="_textimageTo_"></a>}
151_imageTo_[v=1] {<a href="_httpbrowseTo_">_textimageTo_</a><br>
152}
153
154_imageFrom_ {<a href="_httpbrowseFrom_"
155 onMouseover = "img\_on('from')"
156 onMouseout = "img\_off('from')"><img name="from"
157 src="_httpicontfromof_" width="_widthtfromx_" height="_heighttfromx_"
158 border="0" alt="_textimageFrom_"></a>}
159_imageFrom_[v=1] {<a href="_httpbrowseFrom_">_textimageFrom_</a><br>
160}
161
162_imageOrganization_ {<a href="_httpbrowseOrganization_"
163 onMouseover = "img\_on('org')"
164 onMouseout = "img\_off('org')"><img name="org"
165 src="_httpicontorgof_" width="_widthtorgx_" height="_heighttorgx_"
166 border="0" alt="_textimageOrganization_"></a>}
167_imageOrganization_[v=1] {<a href="_httpbrowseOrganization_">_textimageOrganization_</a><br>
168}
169
170_imageHowto_ {<a href="_httpbrowseHowto_"
171 onMouseover = "img\_on('how')"
172 onMouseout = "img\_off('how')"><img name="how"
173 src="_httpiconthowof_" width="_widththowx_" height="_heightthowx_"
174 border="0" alt="_textimageHowto_"></a>}
175_imageHowto_[v=1] {<a href="_httpbrowseHowto_">_textimageHowto_</a><br>
176}
177
178_imageTopic_ {<a href="_httpbrowseTopic_"
179 onMouseover = "img\_on('topic')"
180 onMouseout = "img\_off('topic')"><img name="topic"
181 src="_httpiconttopicof_" width="_widthttopicx_" height="_heightttopicx_"
182 border="0" alt="_textimageTopic_"></a>}
183_imageTopic_[v=1] {<a href="_httpbrowseTopic_">_textimageTopic_</a><br>
184}
185
186_imageBrowse_ {<a href="_httpbrowseBrowse_"
187 onMouseover = "img\_on('browse')"
188 onMouseout = "img\_off('browse')"><img name="browse"
189 src="_httpicontbrwseof_" width="_widthtbrwsex_" height="_heighttbrwsex_"
190 border="0" alt="_textimageBrowse_"></a>}
191_imageBrowse_[v=1] {<a href="_httpbrowseBrowse_">_textimageBrowse_</a><br>
192}
193
194_imagePeople_ {<a href="_httpbrowsePeople_"
195 onMouseover = "img\_on('People')"
196 onMouseout = "img\_off('People')"><img name="People"
197 src="_httpicontpeopof_" width=_widthtpeopx_ height=_heighttpeopx_
198 border=0 alt="_textimagePeople_"></a>}
199_imagePeople_[v=1] {<a href="_httpbrowsePeople_">_textimagePeople_</a><br>
200}
201
202
203#######################################################################
204# java images/scripts
205#######################################################################
206
207# the _javalinks_ macros are the flashy image links at the top right of
208# the page.
209
210_javalinks_ {_imagehome__imagehelp__imagepref_}
211_javalinks_ [v=1] {
212_imagehome_<br>
213_imagehelp_<br>
214_imagepref_<br>
215}
216
217# the javaimages macros contain the javascript code required
218# by each flashy javascript image. _javaimagesheader_ contains those
219# images at the top right of the page, _javaimagesnavbar_ (set
220# from within the server) contains those images in the navigation bar,
221# and _javaimagescontent_ (also set in server) contains any other
222# javascript images that occur in the page.
223# the javaimages macros should contain _javaX_ macros for each javascript
224# image link within the page.
225
226_javaimagesheader_ {_javahome__javahelp__javapref_}
227_javaimagesheader_ [v=1] {}
228
229_javaabout_ {
230 about\_on = new Image(_widthcabtx_, _heightcabtx_);
231 about\_on.src = "_httpiconcabton_";
232 about\_off = new Image(_widthcabtx_, _heightcabtx_);
233 about\_off.src = "_httpiconcabtof_";
234}
235
236_javahome_ {
237 home\_on = new Image(_widthchomex_, _heightchomex_);
238 home\_on.src = "_httpiconchomeon_";
239 home\_off = new Image(_widthchomex_, _heightchomex_);
240 home\_off.src = "_httpiconchomeof_";
241}
242
243_javahelp_ {
244 help\_on = new Image(_widthchelpx_, _heightchelpx_);
245 help\_on.src = "_httpiconchelpon_";
246 help\_off = new Image(_widthchelpx_, _heightchelpx_);
247 help\_off.src = "_httpiconchelpof_";
248}
249
250_javapref_ {
251 pref\_on = new Image(_widthcprefx_, _heightcprefx_);
252 pref\_on.src = "_httpiconcprefon_";
253 pref\_off = new Image(_widthcprefx_, _heightcprefx_);
254 pref\_off.src = "_httpiconcprefof_";
255}
256
257_javasearch_ {
258 search\_on = new Image(_widthtsrchx_, _heighttsrchx_);
259 search\_on.src = "_httpicontsrchon_";
260 search\_off = new Image(_widthtsrchx_, _heighttsrchx_);
261 search\_off.src = "_httpicontsrchof_";
262}
263
264_javaTitle_ {
265 titles\_on = new Image(_widthttitlx_, _heightttitlx_);
266 titles\_on.src = "_httpiconttitlon_";
267 titles\_off = new Image(_widthttitlx_, _heightttitlx_);
268 titles\_off.src = "_httpiconttitlof_";
269}
270
271_javaList_ {
272 list\_on = new Image(_widthtlistx_, _heighttlistx_);
273 list\_on.src = "_httpicontliston_";
274 list\_off = new Image(_widthtlistx_, _heighttlistx_);
275 list\_off.src = "_httpicontlistof_";
276}
277
278_javaCreator_ {
279 authors\_on = new Image(_widthtauthx_, _heighttauthx_);
280 authors\_on.src = "_httpicontauthon_";
281 authors\_off = new Image(_widthtauthx_, _heighttauthx_);
282 authors\_off.src = "_httpicontauthof_";
283}
284
285_javaSeries_ {
286 series\_on = new Image(_widthtserx_, _heighttserx_);
287 series\_on.src = "_httpicontseron_";
288 series\_off = new Image(_widthtserx_, _heighttserx_);
289 series\_off.src = "_httpicontserof_";
290}
291
292_javaDate_ {
293 dates\_on = new Image(_widthtdatex_, _heighttdatex_);
294 dates\_on.src = "_httpicontdateon_";
295 dates\_off = new Image(_widthtdatex_, _heighttdatex_);
296 dates\_off.src = "_httpicontdateof_";
297}
298
299_javaSubject_ {
300 subjects\_on = new Image(_widthtsubjx_, _heighttsubjx_);
301 subjects\_on.src = "_httpicontsubjon_";
302 subjects\_off = new Image(_widthtsubjx_, _heighttsubjx_);
303 subjects\_off.src = "_httpicontsubjof_";
304}
305
306_javaTo_ {
307 to\_on = new Image(_widthttox_, _heightttox_);
308 to\_on.src = "_httpiconttoon_";
309 to\_off = new Image(_widthttox_, _heightttox_);
310 to\_off.src = "_httpiconttoof_";
311}
312
313_javaFrom_ {
314 from\_on = new Image(_widthtfromx_, _heighttfromx_);
315 from\_on.src = "_httpicontfromon_";
316 from\_off = new Image(_widthtfromx_, _heighttfromx_);
317 from\_off.src = "_httpicontfromof_";
318}
319
320_javaHowto_ {
321 how\_on = new Image(_widththowx_, _heightthowx_);
322 how\_on.src = "_httpiconthowon_";
323 how\_off = new Image(_widththowx_, _heightthowx_);
324 how\_off.src = "_httpiconthowof_";
325}
326
327_javaOrganization_ {
328 org\_on = new Image(_widthtorgx_, _heighttorgx_);
329 org\_on.src = "_httpicontorgon_";
330 org\_off = new Image(_widthtorgx_, _heighttorgx_);
331 org\_off.src = "_httpicontorgof_";
332}
333
334_javaTopic_ {
335 topic\_on = new Image(_widthttopicx_, _heightttopicx_);
336 topic\_on.src = "_httpiconttopicon_";
337 topic\_off = new Image(_widthttopicx_, _heightttopicx_);
338 topic\_off.src = "_httpiconttopicof_";
339}
340
341_javaBrowse_ {
342 browse\_on = new Image(_widthtbrwsex_, _heighttbrwsex_);
343 browse\_on.src = "_httpicontbrwseon_";
344 browse\_off = new Image(_widthtbrwsex_, _heighttbrwsex_);
345 browse\_off.src = "_httpicontbrwseof_";
346}
347
348_javaPeople_ {
349 People\_on = new Image(_widthtpeopx_, _heighttpeopx_);
350 People\_on.src = "_httpicontpeopon_";
351 People\_off = new Image(_widthtpeopx_, _heighttpeopx_);
352 People\_off.src = "_httpicontpeopof_";
353}
354
355
356#######################################################################
357# general web macros
358#######################################################################
359
360_mailaddr_ {[email protected]}
361
362_gsdltop_ {_top}
363
364#######################################################################
365# http macros
366#
367# These contain the url without any quotes
368#######################################################################
369
370_httpcollimg_ {_httpcollection_/index/assoc}
371_httpdocimg_ {_httpcollimg_/_thisOID_}
372
373_httpcollection_ {_httpprefix_/collect/_cgiargc_}
374
375_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
376_httppagestatus_ {_gwcgi_?e=_compressedoptions_&a=status}
377_httppageabout_ {_httppagex_(about)}
378#_httppagehome_ {_httppagex_(home)}
379_httppagehome_ {_gwcgi_?a=p&p=home}
380_httppagehelp_ {_httppagex_(help)}
381_httppagepref_ {_httppagex_(preferences)}
382_httpclearhistory_ {_gwcgi_?e=_compressedoptions_&a=dh}
383
384_httpgreenstone_ {_httppagex_(gsdl)}
385_httpdownload_ {http://www.nzdl.org/download}
386_httppublications_ {_httpdownload_/greenstone/publications}
387
388_httpcurrentdocument_ {_gwcgi_?e=_compressedoptions_&cl=_cgiargcl_&d=_cgiargd_}
389_httpquery_ {_gwcgi_?e=_compressedoptions_&a=q}
390
391# _httpdoc_ is the same as _httpdocument_ - _httpdocument_
392# may occasionally be altered by the server however
393_httpdocument_ {_gwcgi_?e=_compressedoptions_&a=d}
394_httpdoc_ {_gwcgi_?e=_compressedoptions_&a=d}
395
396_httpextlink_ {_gwcgi_?e=_compressedoptions_&a=extlink}
397_httpbuild_ {_gwcgi_?e=_compressedoptions_&a=bc}
398
399_httpiconchalk_ {_httpimg_/chalk.gif}
400_widthchalk_ {2000}
401_heightchalk_ {10}
402
403_httpicondivb_ {_httpimg_/divb.gif}
404_widthdivb_ {_pagewidth_}
405_heightdivb_ {17}
406
407_httpicongsdl_ {_httpimg_/gsdl.gif}
408_widthgsdl_ {140}
409_heightgsdl_ {77}
410
411_httpiconitext_ {_httpimg_/itext.gif}
412_widthitext_ {16}
413_heightitext_ {21}
414
415_httpiconibtext_ {_httpimg_/ibtext.gif}
416_widthibtext_ {16}
417_heightibtext_ {21}
418
419_httpiconimpegvideo_ {_httpimg_/impegvideo.gif}
420_widthimpegvideo_ {29}
421_heightimpegvideo_ {32}
422
423_httpiconiqtvideo_ {_httpimg_/iqtvideo.gif}
424_widthiqtvideo_ {29}
425_heightiqtvideo_ {32}
426
427_httpiconirmvideo_ {_httpimg_/irmvideo.gif}
428_widthirmvideo_ {29}
429_heightirmvideo_ {32}
430
431_httpiconless_ {_httpimg_/less.gif}
432_widthless_ {30}
433_heightless_ {16}
434
435_httpiconmore_ {_httpimg_/more.gif}
436_widthmore_ {30}
437_heightmore_ {16}
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_httpicontspace_ {_httpimg_/tspace.gif}
448_heighttspace_ {17}
449
450_httpiconwarning_ {_httpimg_/warning.gif}
451_widthwarning_ {30}
452_heightwarning_ {29}
453
454_httpiconhhome_ {_httpimg_/h\_home.gif}
455_widthhhome_ {200}
456_heighthhome_ {57}
457
458_httpiconarrrght_ {_httpimg_/arrrght.gif}
459_widtharrrght_ {23}
460_heightarrrght_ {15}
461
462_httpiconopenbook_ {_httpimg_/openbook.gif}
463_widthopenbook_ {28}
464_heightopenbook_ {23}
465
466_httpiconaopenbk_ {_httpimg_/aopenbk.gif}
467_widthaopenbk_ {28}
468_heightaopenbk_ {23}
469
470_httpiconopenfldr_ {_httpimg_/openfldr.gif}
471_widthopenfldr_ {23}
472_heightopenfldr_ {15}
473
474_httpiconaopenfdr_ {_httpimg_/aopenfdr.gif}
475_widthaopenfdr_ {23}
476_heightaopenfdr_ {15}
477
478_httpiconbook_ {_httpimg_/book.gif}
479_widthbook_ {18}
480_heightbook_ {11}
481
482_httpiconabook_ {_httpimg_/abook.gif}
483_widthabook_ {18}
484_heightabook_ {11}
485
486_httpiconbshelf_ {_httpimg_/bshelf.gif}
487_widthbshelf_ {20}
488_heightbshelf_ {16}
489
490_httpiconabshelf_ {_httpimg_/abshelf.gif}
491_widthabshelf_ {20}
492_heightabshelf_ {16}
493
494_httpiconsmtext_ {_httpimg_/smtext.gif}
495_widthsmtext_ {23}
496_heightsmtext_ {15}
497
498_httpiconasmtext_ {_httpimg_/asmtext.gif}
499_widthasmtext_ {23}
500_heightasmtext_ {15}
501
502_httpiconclsdfldr_ {_httpimg_/clsdfldr.gif}
503_widthclsdfldr_ {23}
504_heightclsdfldr_ {15}
505
506_httpiconaclsdfdr_ {_httpimg_/aclsdfdr.gif}
507_widthaclsdfdr_ {23}
508_heightaclsdfdr_ {15}
509
510
511#######################################################################
512# Icons
513#
514# Must not include links (so they can be used as links). If you want to
515# include links use _image
516#######################################################################
517
518_iconnext_{<img src="_httpiconmore_" align=absbottom
519width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_">}
520_iconnext_[v=1] {_texticonnext_}
521
522_iconprev_{<img src="_httpiconless_" align=absbottom
523width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_">}
524_iconprev_[v=1] {_texticonprev_}
525
526_icontabsearchgreen_ {<img
527src="_httpicontsrchgr_" height=_heighttsrchx_ width=_widthtsrchx_ border=0>}
528_icontabsearchgreen_[v=1] {_texticontabsearchgreen_}
529
530_icontabListgreen_ {<img
531src="_httpicontlistgr_" height=_heighttlistx_ width=_widthtlistx_ border=0>}
532_icontablistgreen_ [v=1] {_texticontablistgreen_}
533
534_icontabTitlegreen_ {<img
535src="_httpiconttitlgr_" height=_heightttitlx_ width=_widthttitlx_ border=0>}
536_icontabTitlegreen_[v=1] {_texticontabtitlegreen_}
537
538_icontabCreatorgreen_ {<img
539src="_httpicontauthgr_" height=_heighttauthx_ width=_widthtauthx_ border=0>}
540_icontabCreatorgreen_[v=1] {_texticontabauthorgreen_}
541
542_icontabSeriesgreen_ {<img
543src="_httpicontsergr_" height=_heighttserx_ width=_widthtserx_ border=0>}
544_icontabSeriesgreen_[v=1] {_texticontabseriesgreen_}
545
546_icontabDategreen_ {<img
547src="_httpicontdategr_" height=_heighttdatex_ width=_widthtdatex_ border=0>}
548_icontabDategreen_[v=1] {_texticontabdategreen_}
549
550_icontabSubjectgreen_ {<img
551src="_httpicontsubjgr_" height=_heighttsubjx_ width=_widthtsubjx_ border=0>}
552_icontabSubjectgreen_[v=1] {_texticontabsubjectgreen_}
553
554_icontabTogreen_ {<img
555src="_httpiconttogr_" height=_heightttox_ width=_widthttox_ border=0>}
556_icontabTogreen_[v=1] {_texticontabtogreen_}
557
558_icontabFromgreen_ {<img
559src="_httpicontfromgr_" height=_heighttfromx_ width=_widthtfromx_ border=0>}
560_icontabFromgreen_[v=1] {_texticontabfromgreen_}
561
562_icontabHowtogreen_ {<img
563src="_httpiconthowgr_" height=_heightthowx_ width=_widththowx_ border=0>}
564_icontabHowtogreen_[v=1] {_texticontabhowgreen_}
565
566_icontabTopicgreen_ {<img
567src="_httpiconttopicgr_" height=_heightttopicx_ width=_widthttopicx_ border=0>}
568_icontabTopicgreen_[v=1] {_texticontabtopicgreen_}
569
570_icontabBrowsegreen_ {<img
571src="_httpicontbrwsegr_" height=_heighttbrwsex_ width=_widthtbrwsex_ border=0>}
572_icontabBrowsegreen_[v=1] {_texticontabbrwsegreen_}
573
574_icontabOrganizationgreen_ {<img
575src="_httpicontorggr_" height=_heighttorgx_ width=_widthtorgx_ border=0>}
576_icontabOrganizationgreen_[v=1] {_texticontaborggreen_}
577
578_icontabPeoplegreen_ {<img
579src="_httpicontpeopgr_" height=_heighttpeopx_ width=_widthtpeopx_ border=0>}
580_icontabPeoplegreen_[v=1] {_texticontabPeoplegreen_}
581
582_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=6></center>}
583_iconblankbar_[v=1] {<br><hr><br>}
584
585_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_">}
586_icontext_[v=1] {_texticontext_}
587
588_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
589_iconblanktext_[v=1] {}
590
591_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_">}
592_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
593_iconclosedbook_ [v=1,l=zh]{<small><_font_><b>_texticonclosedbook_: </b></font></small>}
594
595
596#######################################################################
597# Image links
598#
599# These might include a link (not like an _icon_
600#######################################################################
601
602
603_imageabout_ {<a href="_httppageabout_"
604 onMouseover = "img\_on('about')"
605 onMouseout = "img\_off('about')"><img name="about"
606 src="_httpiconcabtof_" width=_widthcabtx_ height=_heightcabtx_
607 border=0 alt="_textimageabout_"></a>}
608
609_imageabout_[v=1] {
610<a href="_httppageabout_">_textimageabout_</a>
611}
612
613_imagehome_ {<a href="_httppagehome_"
614 onMouseover = "img\_on('home')"
615 onMouseout = "img\_off('home')"><img name="home"
616 src="_httpiconchomeof_" width="_widthchomex_" height="_heightchomex_"
617 border="0" alt="_textimagehome_"></a>}
618
619_imagehome_[v=1] {
620<a href="_httppagehome_">_textimagehome_</a>
621}
622
623
624_imagehelp_ {<a href="_httppagehelp_"
625 onMouseover = "img\_on('help')"
626 onMouseout = "img\_off('help')"><img name="help"
627 src="_httpiconchelpof_" width="_widthchelpx_" height="_heightchelpx_"
628 border="0" alt="_textimagehelp_"></a>}
629
630_imagehelp_[v=1] {
631<a href="_httppagehelp_">_textimagehelp_</a>
632}
633
634
635_imagepref_ {<a href="_httppagepref_"
636 onMouseover = "img\_on('pref')"
637 onMouseout = "img\_off('pref')"><img name="pref"
638 src="_httpiconcprefof_" width="_widthcprefx_" height="_heightcprefx_" border="0" alt="_textimagepref_"></a>}
639
640_imagepref_[v=1] {
641<a href="_httppagepref_">_textimagepref_</a>
642}
643
644_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" hspace=0>}
645
646_imagegreenstone_[v=1] {_textimagegreenstone_}
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
Note: See TracBrowser for help on using the repository browser.