source: branches/New_Config_Format-branch/gsdl/macros/base.dm@ 1279

Last change on this file since 1279 was 1279, checked in by sjboddie, 24 years ago

merged changes to trunk into New_Config_Format branch

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