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

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

tidied up text version of interface a little

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