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

Last change on this file since 4132 was 4132, checked in by dana, 21 years ago

Added links to real report tracking software

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 26.5 KB
Line 
1#######################################################################
2# GLOBAL MACROS
3#######################################################################
4
5package Global
6
7##########
8
9# not sure exactly what this is used for but it seems it needs to default
10# to something
11_optsite_ {}
12
13
14##########
15
16_htmlextra_ {}
17
18#_starthighlight_ {<b><u>}
19#_endhighlight_ {</u></b>}
20
21_starthighlight_ {<span style="background: #FFFF77">}
22_endhighlight_ {</span>}
23
24#######################################################################
25# page content
26#
27# these should always be overridden for each page/collection
28#######################################################################
29
30_content_ {<p><h2>oops</h2>
31_textdefaultcontent_}
32_pagetitle_ {_textdefaulttitle_}
33_imagethispage_ {}
34_iconcollection_ {}
35_collectionname_ {}
36
37package Usability
38
39_content_ {
40<h2>_textaboutusabilitytitle_</h2>
41<p>_textaboutusability_
42}
43_pagetitle_{_textaboutusabilitypagetitle_}
44
45package Privacy
46_content_ {
47<h2>_textaboutprivacytitle_</h2>
48<p>_textaboutprivacy_
49}
50_pagetitle_{_textaboutprivacypagetitle_}
51
52package Global
53
54
55_imagecollection_ {_If_("_iconcollection_" ne "",
56<a href="_httppageabout_"><img src="_iconcollection_" border=0></a>,
57_imagecollectionv_}
58_imagecollection_ [v=1] {_imagecollectionv_}
59_imagecollectionv_ {_If_(_collectionname_,<br><br><h2><a href="_httppageabout_">_collectionname_</a></h2>)}
60
61#######################################################################
62# these width macros are read in by the server when calculating
63# width of navigation bar etc. There should be one for each
64# classification that this receptionist supports, one for the
65# search button, and the _pagewidth_ macro which is the total width
66# of the page
67#######################################################################
68
69# width of tabs when displaying tables of contents
70_tabwidth_ {25}
71
72_pagewidth_ {537}
73# defaultwidth is the width buttons default to if not included in this list
74# but you need to define a _METAwidth_ tag as the server tests that it exists!
75_defaultwidth_ {87}
76_searchwidth_ {_widthtsrchx_}
77_Titlewidth_ {_widthttitlx_}
78_Listwidth_ {_widthtlistx_}
79_Creatorwidth_ {_widthtauthx_}
80_Serieswidth_ {_widthtserx_}
81_Datewidth_ {_widthtdatex_}
82_Subjectwidth_ {_widthtsubjx_}
83_Towidth_ {_widthttox_}
84_Fromwidth_ {_widthtfromx_}
85_Organizationwidth_ {_widthtorgx_}
86_Howtowidth_ {_widththowx_}
87_Topicwidth_ {_widthttopicx_}
88_Browsewidth_ {_widthtbrwsex_}
89_Peoplewidth_ {_widthtpeopx_}
90_Languagewidth_ {_widthtlangx_}
91_Acronymwidth_ {_widthtacrox_}
92_Phrasewidth_ {_widthtphrsex_}
93_Artistwidth_ {_widthtartstx_}
94_Sourcewidth_ {_widthtsrcx_}
95_Keywordwidth_ {_widthtkwx_}
96_Volumewidth_ {_widthtvolx_}
97
98#######################################################################
99# Macros whose values are set from within the server at runtime. These
100# are here only for reference and to set default values if required.
101#######################################################################
102
103# _win32_ will be set to 1 if we're on windows
104_win32_ {}
105
106_navigationbar_ {}
107_widthtspace_ {2}
108
109_usability_ {}
110
111# all cgi args are set as _cgiargX_ macros - those I've put here
112# are those that need to default to something
113_cgiargd_ {}
114_cgiargcl_ {}
115
116# set from within the query action
117_hselection_ {}
118_jselection_ {}
119_nselection_ {}
120#granularity selection for mgpp
121_gselection_ {}
122
123#######################################################################
124# flashy rollover image macro
125#
126#######################################################################
127
128# imagescript should always be included in html header if there are
129# flashy images on the page
130_imagescript_ {
131var loaded = new Array();
132function gbutton (image, onimage) \{
133 if (image && image.src && (image.out == null || typeof(image.out) == typeof(void(0)))) \{
134 s = image.src;
135 image.out = new Image();
136 image.out.src = s;
137 image.over = new Image();
138 image.over.src = onimage;
139 loaded[image.name] = image;
140 \}
141\}
142
143function roll (imagename, over) \{
144 if (document.images) \{
145 if (over) i = "over";
146 else i = "out";
147 image = loaded[imagename];
148 if (image) image.src = eval("image."+i+".src");
149 \}
150\}
151}
152
153# gsimage should be used to define an instance of a flashy image
154# parameters are:
155# 1. the url to go to when the button is clicked
156# 2. the url of the "off" image
157# 3. the url of the "on" image
158# 4. the name of the image (must be unique)
159# 5. image alt text
160_gsimage_ {<a href="_1_" onMouseover="roll('_4_',1);" onMouseOut="roll('_4_',0);"><img
161name="_4_" src="_2_" onLoad="gbutton(this,'_3_');" border=0 alt="_5_" title="_5_"></a>}
162
163_gsimage_ [v=1] {<a href="_1_">_5_</a><br>}
164
165_usabilityscript_ {
166
167//this is for where something goes wrong and an error message has to be shown.
168function failnicely(message,usabwindow)\{
169 var errhtml='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
170 errhtml+='<head><title>_greenstoneusabilitytext__texterror_</title><meta http-equiv="Content-Type" content="text/html; charset=_cgiargw_"></head><body bgcolor="#FFFFFF">';
171 errhtml+='_usabbanner_';
172 errhtml+=message;
173 errhtml+='<p><form action=""><input type="button" value="_textclosewindow_" onClick="window.close();"></form>';
174 errhtml+='</body></html>';
175 usabwindow.document.write(errhtml);
176 usabwindow.document.close();
177\}
178
179function usabilityfunction()\{
180
181 checkusab=window.open("","checkusab","scrollbars=1,toolbars=0,height=600,width=420");
182
183 //set up the window
184 var winhtml='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">';
185 winhtml += '<html><head><title>_greenstoneusabilitytext_</title>';
186 winhtml += '<script type="text/javascript">\\n';
187
188 //this function is for getting the time when the complaint data is sent
189 winhtml += 'function gettime()\\{\\n';
190 winhtml += 'document.usabform.sendtime.value = (new Date()).toString();\\n'
191 winhtml+='\\}\\n';
192
193 //this function is to allow the user to track the usability report
194 winhtml+='function viewdetails()\\{\\n';
195 winhtml+='\\t alert(\\'_textunderdev_\\');\\}';
196
197 //this function is to show the privacy/about data in a new window
198 winhtml+='function infowindow(url)\\{ \\
199 infowin = window.open(url,\\'infowin\\',\\'toolbars=0, height=600, width=600\\'); \\
200 \\}';
201
202 winhtml += '</script>';
203 if(navigator.appName!="Netscape" || parseInt(navigator.appVersion)>=5)\{
204 winhtml += '_usabstyle_';
205 \}
206
207 //need a character type for valid html
208 winhtml+='<meta http-equiv="Content-Type" content="text/html; charset=_cgiargw_"></head><body bgcolor=\"#FFFFFF\">';
209
210 //get the location of the cgi program
211 cgiloc='_gwcgi_';
212 if(cgiloc.lastIndexOf("/")<0)\{
213 failnicely('_cannotfindcgierror_', checkusab);
214 return;
215 \}
216 cgiloc=cgiloc.substring(0,(cgiloc.lastIndexOf("/")+1));
217 cgiloc+='perl.cgi';
218
219 //adds the banner with the koru-thing and the links to about and privacy
220 //information
221 winhtml+='_usabbanner_';
222 winhtml+='_aboutprivacylinks_';
223
224
225 // set up the form
226 winhtml += '<form name="usabform" method="post" action="'+cgiloc+'" onSubmit="gettime();">';
227 winhtml += '_usabinterface_';
228
229
230 //get javascript environment variables
231
232 // to replace &s in the URL with &amp;s
233 urlgs=new String(window.location);
234 a=urlgs.split("&");
235 urlgs=a.join("&amp;");
236 winhtml+=('<input type="hidden" name="URL" value="'+urlgs+'">');
237
238 winhtml+=('<input type="hidden" name="resolution" value="'+window.screen.width+'x'+window.screen.height+'">');
239 winhtml+=('<input type="hidden" name="screencolour" value="'+window.screen.color+'">');
240
241 //colordepth and pixeldepth are NS and IE versions of the same thing.
242 if(screen.colorDepth)\{
243 winhtml+=('<input type="hidden" name="pixeldepth" value="'+window.screen.colorDepth+'">');
244 \}
245 else\{
246 winhtml+=('<input type="hidden" name="pixeldepth" value="'+window.screen.pixelDepth+'">');
247 \}
248
249 winhtml+=('<input type="hidden" name="browser" value="'+navigator.platform+' ,'+navigator.appName+', '+navigator.appVersion+', '+navigator.appCodeName+', '+navigator.appUserAgent+'">');
250 winhtml+=('<input type="hidden" name="language" value="'+navigator.language+'">');
251 winhtml+=('<input type="hidden" name="opentime" value="'+(new Date()).toString()+'">');
252 winhtml+=('<input type="hidden" name="sendtime" value="None">');
253 winhtml+=('<input type="hidden" name="collection" value="_cgiargc_">');
254 if(document.getElementsByTagName)\{
255 //get interface variables
256 if(document.getElementsByTagName("form"))\{
257 docarray=document.getElementsByTagName("input");
258 if(docarray.length>0)\{
259 for(i=0; i<docarray.length; i++)\{
260 //this leaves out uninteresting inputs, such as buttons
261 //and unchecked checkboxes
262 if(docarray[i].type!='reset' && docarray[i].type!='button' &&
263 docarray[i].type!='image' && docarray[i].type!='submit'
264 && !((docarray[i].type=='radio'|| docarray[i].type=='checkbox') &&
265 !docarray[i].checked))\{
266 winhtml+=('<input type="hidden" name="'+docarray[i].type+'-'+docarray[i].name+'" value="'+docarray[i].value+'">');
267 \}
268 \}
269 \}
270 docarray=document.getElementsByTagName("select")
271 if(docarray.length>0)\{
272 for(i=0; i<docarray.length; i++)\{
273 winhtml+=('<input type="hidden" name="'+docarray[i].type+'-'+docarray[i].name+'" value="'+docarray[i].value+'">');
274 \}
275 \}
276 docarray=document.getElementsByTagName("textarea")
277 if(docarray.length>0)\{
278 for(i=0; i<docarray.length; i++)\{
279 winhtml+=('<input type="hidden" name="'+docarray[i].type+'-'+docarray[i].name+'" value="'+docarray[i].value+'">');
280 \}
281 \}
282 \}
283 \}
284 //finish the form
285 winhtml += '</form>';
286
287 winhtml +='</body></html>'
288
289
290 //write to the window
291 checkusab.document.write(winhtml);
292 checkusab.document.close();
293 return;
294
295\}
296}
297
298#####################################################################
299#
300# These macros are for use by the usability logging (I'd like to
301# complain) functionality - they are to be included in a JavaScript
302# string, hence the \s
303#
304#####################################################################
305
306_usabinterface_{}
307
308#the banner to "brand" any boxes as part of the usability interface
309_usabbanner_{<table width=\"100%\"><tr><td><h1>_greenstoneusabilitytext_</h1></td><td align="right" width="135"><img src=\"_httpusabbanner_\" title=\"_textusabbanner_\" alt=\"_textusabbanner_\"></td></tr></table>}
310
311#the about and privacy lins separated by a mid dot.
312_aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/about.html\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/privacy.html\\')">_textprivacy_</a>}
313
314#gives a text only interface with some guff about privacy
315_usabtextonly_{ \\
316_textwhy_\\
317_textprivacybasic_\\
318_textstillsend_\\
319_usabyesnosubmit_}
320
321_usabyesnosubmit_{<p><input type="submit" value="_textyes_"><input type="button" value="_textno_" onClick="window.close();">}
322
323#gives an interface with the privacy guff at the bottom, and
324#steps to describe the problem
325_usabstepwise_{\\
326<p>_textwhatdoing_<br> \\
327<textarea name="doingwhat" rows="3" cols="40"></textarea> \\
328<p>_textwhatexpected_<br> \\
329<textarea name="whatexpected" rows="6" cols="40"></textarea> \\
330<p>_textwhathappened_<br> \\
331<textarea name="whathappened" rows="6" cols="40"></textarea> \\
332_usabtextonly_}
333
334#gives a multipart interface allowing the user to fill out less or more.
335_usabmulti_{\\
336_textwhy__textextraforform_\\
337<h2>_textoptionally_:</h2>\\
338<p class="label">_textmoredetails_:<br>\\
339<textarea name="moredetails" rows="6" cols="45"></textarea>\\
340<table><tr><td>\\
341<p class="label">_textcharacterise_? </td>\\
342<td><select name="probtype">\\
343<option>\\
344<option>_textbadrender_\\
345<option>_textcontenterror_\\
346<option>_textstrangebehaviour_\\
347<option>_textunexpected_\\
348<option>_textfunctionality_\\
349<option>_textother_\\
350</select></td></tr>\\
351<tr><td><p class="label">_textseverity_? </td>\\
352<td><select name="severity">\\
353<option>\\
354<option>_textcritical_\\
355<option>_textmajor_\\
356<option>_textmedium_\\
357<option>_textminor_\\
358<option>_texttrivial_\\
359</select>\\
360</td></tr></table>\\
361_textprivacybasic__textstillsend_\\
362<table width="100%"><tr><td><a href="javascript:viewdetails()"><p class="label">_textviewdetails_</a></td><td align="right"><button type="button" onClick="window.close()"><b>_textdontsend_</b></button></td><td align="right"><button type="submit"><b>_textsend_</b></button></td></tr></table>\\
363}
364
365#style definitions to please NS 4.7
366_usabstyle_{\\
367<style type="text/css">\\
368\\
369table \{ width: 100% \} \\
370td.right \{ align:right \} \\
371\\
372h1 \{font-size:20px; font-family: sans-serif; vertical-align:middle\\} \\
373h2 \{font-size:14px; color: #009966; font-family: sans-serif; font-weight:bold \}\\
374p.label \{ font-family:sans-serif; \}\\
375</style>\\
376}
377
378
379
380#######################################################################
381# navigation bar images
382#
383#######################################################################
384
385# the spacer image - the width of this is set from server
386_imagespacer_ {<img
387src="_httpicontspace_" width="_widthtspace_" height="_heighttspace_">}
388_imagespacer_[v=1] {<br>
389}
390
391# image macros for all the classifications currently supported by
392# this receptionist.
393
394_imagesearch_ {_If_("_cgiargu_" ne "1",_imagesearch2_,_iconnosearch_)}
395_imagesearch2_ {_gsimage_(_httpquery_,_httpicontsrchof_,_httpicontsrchon_,srch,_textimagesearch_)}
396_imageTitle_ {_gsimage_(_httpbrowseTitle_,_httpiconttitlof_,_httpiconttitlon_,titles,_textimageTitle_)}
397_imageCreator_ {_gsimage_(_httpbrowseCreator_,_httpicontauthof_,_httpicontauthon_,authors,_textimageCreator_)}
398_imageSeries_ {_gsimage_(_httpbrowseSeries_,_httpicontserof_,_httpicontseron_,series,_textimageSeries_)}
399_imageDate_ {_gsimage_(_httpbrowseDate_,_httpicontdateof_,_httpicontdateon_,dates,_textimageDate_)}
400_imageSubject_ {_gsimage_(_httpbrowseSubject_,_httpicontsubjof_,_httpicontsubjon_,subjects,_textimageSubject_)}
401_imageTo_ {_gsimage_(_httpbrowseTo_,_httpiconttoof_,_httpiconttoon_,to,_textimageTo_)}
402_imageFrom_ {_gsimage_(_httpbrowseFrom_,_httpicontfromof_,_httpicontfromon_,from,_textimageFrom_)}
403_imageOrganization_ {_gsimage_(_httpbrowseOrganization_,_httpicontorgof_,_httpicontorgon_,org,_textimageOrganization_)}
404_imageHowto_ {_gsimage_(_httpbrowseHowto_,_httpiconthowof_,_httpiconthowon_,how,_textimageHowto_)}
405_imageTopic_ {_gsimage_(_httpbrowseTopic_,_httpiconttopicof_,_httpiconttopicon_,topic,_textimageTopic_)}
406_imageBrowse_ {_gsimage_(_httpbrowseBrowse_,_httpicontbrwseof_,_httpicontbrwseon_,browse,_textimageBrowse_}
407_imageBrowseMeta_ {_gsimage_(_httpBrowseMeta_,_httpicontbrowsof_,_httpicontbrowson_,browsemeta,_textimageBrowse_)}
408_imagePeople_ {_gsimage_(_httpbrowsePeople_,_httpicontpeopof_,_httpicontpeopon_,people,_textimagePeople_)}
409_imageLanguage_ {_gsimage_(_httpbrowseLanguage_,_httpicontlangof_,_httpicontlangon_,language,_textimageLanguage_)}
410_imageAcronym_ {_gsimage_(_httpbrowseAcronym_,_httpicontacroof_,_httpicontacroon_,acronym,_textimageAcronym_)}
411_imagePhrase_ {_gsimage_(_httpbrowsePhrase_,_httpicontphrseof_,_httpicontphrseon_,phrase,_textimagePhrase_)}
412_imageArtist_ {_gsimage_(_httpbrowseArtist_,_httpicontartstof_,_httpicontartston_,artist,_textimageArtist_)}
413_imageSource_ {_gsimage_(_httpbrowseSource_,_httpicontsrcof_,_httpicontsrcon_,source,_textimageSource_)}
414_imageKeyword_ {_gsimage_(_httpbrowseKeyword_,_httpicontkwof_,_httpicontkwon_,kw,_textimageKeyword_)}
415_imageVolume_ {_gsimage_(_httpbrowseVolume_,_httpicontvolof_,_httpicontvolon_,volume,_textimageVolume_)}
416
417#######################################################################
418# java images/scripts
419#######################################################################
420
421# the _javalinks_ macros are the flashy image links at the top right of
422# the page.
423
424_javalinks_ {_imagehome__imagehelp__imagepref__usability_}
425_javalinks_ [v=1] {
426_imagehome_<br>
427_imagehelp_<br>
428_imagepref_<br>
429}
430
431
432#######################################################################
433# general web macros
434#######################################################################
435
436_mailaddr_ {[email protected]}
437
438_gsdltop_ {_top}
439
440#######################################################################
441# http macros
442#
443# These contain the url without any quotes
444#######################################################################
445
446_httpcollimg_ {_httpcollection_/index/assoc}
447_httpdocimg_ {_httpcollimg_/_thisOID_}
448
449_httpcollection_ {_httpprefix_/collect/_cgiargc_}
450
451_httppagex_ {_gwcgi_?e=_compressedoptions_&a=p&p=_1_}
452_httppagestatus_ {_gwcgi_?e=_compressedoptions_&a=status&p=frameset}
453_httppagecollector_ {_gwcgi_?e=_compressedoptions_&a=collector&p=intro}
454_httppageabout_ {_httppagex_(about)}
455#_httppagehome_ {_httppagex_(home)}
456###_httppagehome_ {http://www.nzdl.org/cgi-bin/dblibrary?a=p&p=home}
457_httppagehome_ {_gwcgi_?a=p&p=home&l=_cgiargl_&w=_cgiargw_}
458_httppagehelp_ {_httppagex_(help)}
459_httppagepref_ {_httppagex_(preferences)}
460_httppagedocs_ {_httppagex_(docs)}
461_httpclearhistory_ {_gwcgi_?e=_compressedoptions_&a=dh}
462
463_httppageusab_ {javascript:usabilityfunction()}
464_httpgreenstone_ {_httppagex_(gsdl)}
465_httpdownload_ {http://www.nzdl.org/download}
466_httppublications_ {_httpdownload_/greenstone/publications}
467
468_httpcurrentdocument_ {_gwcgi_?e=_compressedoptions_&cl=_cgiargcl_&d=_cgiargd_}
469_httpquery_ {_gwcgi_?e=_compressedoptions_&a=q}
470_httpBrowse_ {_gwcgi_?e=_compressedoptions_&a=br}
471
472# _httpdoc_ is the same as _httpdocument_ - _httpdocument_
473# may occasionally be altered by the server however
474_httpdocument_ {_gwcgi_?e=_compressedoptions_&a=d}
475_httpdoc_ {_gwcgi_?e=_compressedoptions_&a=d}
476
477_httpextlink_ {_gwcgi_?e=_compressedoptions_&a=extlink}
478_httpbuild_ {_gwcgi_?e=_compressedoptions_&a=bc}
479
480_httpiconchalk_ {_httpimg_/chalk.gif}
481_widthchalk_ {2000}
482_heightchalk_ {10}
483
484_httpicondivb_ {_httpimg_/divb.gif}
485_widthdivb_ {_pagewidth_}
486_heightdivb_ {17}
487
488_httpicongsdl_ {_httpimg_/gsdl.gif}
489_widthgsdl_ {140}
490_heightgsdl_ {77}
491
492_httpusabbanner_ {_httpimg_/usabbanner.gif}
493
494_httpiconitext_ {_httpimg_/itext.gif}
495_widthitext_ {16}
496_heightitext_ {21}
497
498_httpiconibtext_ {_httpimg_/ibtext.gif}
499_widthibtext_ {16}
500_heightibtext_ {21}
501
502_httpiconimpegvideo_ {_httpimg_/impegvid.gif}
503_widthimpegvideo_ {29}
504_heightimpegvideo_ {32}
505
506_httpiconiqtvideo_ {_httpimg_/iqtvideo.gif}
507_widthiqtvideo_ {29}
508_heightiqtvideo_ {32}
509
510_httpiconirmvideo_ {_httpimg_/irmvideo.gif}
511_widthirmvideo_ {29}
512_heightirmvideo_ {32}
513
514_httpiconless_ {_httpimg_/less.gif}
515_widthless_ {30}
516_heightless_ {16}
517
518_httpiconmore_ {_httpimg_/more.gif}
519_widthmore_ {30}
520_heightmore_ {16}
521
522_httpiconspacer_ {_httpimg_/spacer.gif}
523_widthspacer_ {42}
524_heightspacer_ {4}
525
526_httpicontabspace_ {_httpimg_/tabspace.gif}
527_widthtabspace_ {23}
528_heighttabspace_ {1}
529
530_httpicontspace_ {_httpimg_/tspace.gif}
531_heighttspace_ {17}
532
533_httpiconwarning_ {_httpimg_/warning.gif}
534_widthwarning_ {30}
535_heightwarning_ {29}
536
537_httpiconhhome_ {_httpimg_/h\_home.gif}
538_widthhhome_ {200}
539_heighthhome_ {57}
540
541_httpiconarrrght_ {_httpimg_/arrrght.gif}
542_widtharrrght_ {23}
543_heightarrrght_ {15}
544
545_httpiconopenbook_ {_httpimg_/openbook.gif}
546_widthopenbook_ {28}
547_heightopenbook_ {23}
548
549_httpiconaopenbk_ {_httpimg_/aopenbk.gif}
550_widthaopenbk_ {28}
551_heightaopenbk_ {23}
552
553_httpiconopenfldr_ {_httpimg_/openfldr.gif}
554_widthopenfldr_ {23}
555_heightopenfldr_ {15}
556
557_httpiconaopenfdr_ {_httpimg_/aopenfdr.gif}
558_widthaopenfdr_ {23}
559_heightaopenfdr_ {15}
560
561_httpiconbook_ {_httpimg_/book.gif}
562_widthbook_ {18}
563_heightbook_ {11}
564
565_httpiconabook_ {_httpimg_/abook.gif}
566_widthabook_ {18}
567_heightabook_ {11}
568
569_httpiconbshelf_ {_httpimg_/bshelf.gif}
570_widthbshelf_ {20}
571_heightbshelf_ {16}
572
573_httpiconabshelf_ {_httpimg_/abshelf.gif}
574_widthabshelf_ {20}
575_heightabshelf_ {16}
576
577_httpiconsmtext_ {_httpimg_/smtext.gif}
578_widthsmtext_ {23}
579_heightsmtext_ {15}
580
581_httpiconasmtext_ {_httpimg_/asmtext.gif}
582_widthasmtext_ {23}
583_heightasmtext_ {15}
584
585_httpiconclsdfldr_ {_httpimg_/clsdfldr.gif}
586_widthclsdfldr_ {23}
587_heightclsdfldr_ {15}
588
589_httpiconaclsdfdr_ {_httpimg_/aclsdfdr.gif}
590_widthaclsdfdr_ {23}
591_heightaclsdfdr_ {15}
592
593_httpiconimidi_ {_httpimg_/imidi.gif}
594_widthimidi_ {16}
595_heightimidi_ {21}
596
597_httpiconimsword_ {_httpimg_/imsword.gif}
598_widthimsword_ {26}
599_heightimsword_ {26}
600
601_httpiconipdf_ {_httpimg_/ipdf.gif}
602_widthipdf_ {26}
603_heightipdf_ {26}
604
605_httpiconips_ {_httpimg_/ips.gif}
606_widthips_ {25}
607_heightips_ {32}
608
609_httpiconippt_ {_httpimg_/ippt.gif}
610_widthippt_ {32}
611_heightippt_ {30}
612
613_httpiconirtf_ {_httpimg_/irtf.gif}
614_widthirtf_ {29}
615_heightirtf_ {32}
616
617_httpiconixls_ {_httpimg_/iexcel.gif}
618_widthixls_ {32}
619_heightixls_ {30}
620
621#######################################################################
622# Icons
623#
624# Must not include links (so they can be used as links). If you want to
625# include links use _image
626#######################################################################
627
628_iconnext_{<img src="_httpiconmore_" align=absbottom
629width=_widthmore_ height=_heightmore_ border=0 alt="_texticonnext_" title="_texticonnext_">}
630_iconnext_[v=1] {_texticonnext_}
631
632_iconprev_{<img src="_httpiconless_" align=absbottom
633width=_widthless_ height=_heightless_ border=0 alt="_texticonprev_" title="_texticonprev_">}
634_iconprev_[v=1] {_texticonprev_}
635
636_icontabsearchgreen_ {<img
637src="_httpicontsrchgr_" width=_widthtsrchx_ border=0>}
638_icontabsearchgreen_[v=1] {_texticontabsearchgreen_}
639
640_icontabListgreen_ {<img
641src="_httpicontlistgr_" width=_widthtlistx_ border=0>}
642_icontablistgreen_ [v=1] {_texticontablistgreen_}
643
644_icontabTitlegreen_ {<img
645src="_httpiconttitlgr_" width=_widthttitlx_ border=0>}
646_icontabTitlegreen_[v=1] {_texticontabtitlegreen_}
647
648_icontabCreatorgreen_ {<img
649src="_httpicontauthgr_" width=_widthtauthx_ border=0>}
650_icontabCreatorgreen_[v=1] {_texticontabauthorgreen_}
651
652_icontabSeriesgreen_ {<img
653src="_httpicontsergr_" width=_widthtserx_ border=0>}
654_icontabSeriesgreen_[v=1] {_texticontabseriesgreen_}
655
656_icontabDategreen_ {<img
657src="_httpicontdategr_" width=_widthtdatex_ border=0>}
658_icontabDategreen_[v=1] {_texticontabdategreen_}
659
660_icontabSubjectgreen_ {<img
661src="_httpicontsubjgr_" width=_widthtsubjx_ border=0>}
662_icontabSubjectgreen_[v=1] {_texticontabsubjectgreen_}
663
664_icontabTogreen_ {<img
665src="_httpiconttogr_" width=_widthttox_ border=0>}
666_icontabTogreen_[v=1] {_texticontabtogreen_}
667
668_icontabFromgreen_ {<img
669src="_httpicontfromgr_" width=_widthtfromx_ border=0>}
670_icontabFromgreen_[v=1] {_texticontabfromgreen_}
671
672_icontabHowtogreen_ {<img
673src="_httpiconthowgr_" width=_widththowx_ border=0>}
674_icontabHowtogreen_[v=1] {_texticontabhowgreen_}
675
676_icontabTopicgreen_ {<img
677src="_httpiconttopicgr_" width=_widthttopicx_ border=0>}
678_icontabTopicgreen_[v=1] {_texticontabtopicgreen_}
679
680_icontabBrowsegreen_ {<img
681src="_httpicontbrwsegr_" width=_widthtbrwsex_ border=0>}
682_icontabBrowsegreen_[v=1] {_texticontabbrwsegreen_}
683
684_icontabOrganizationgreen_ {<img
685src="_httpicontorggr_" width=_widthtorgx_ border=0>}
686_icontabOrganizationgreen_[v=1] {_texticontaborggreen_}
687
688_icontabPeoplegreen_ {<img
689src="_httpicontpeopgr_" width=_widthtpeopx_ border=0>}
690_icontabPeoplegreen_[v=1] {_texticontabPeoplegreen_}
691
692_icontabLanguagegreen_ {<img
693src="_httpicontlanggr_" width=_widthtlangx_ border=0>}
694_icontabLanguagegreen_[v=1] {_texticontabLanguagegreen_}
695
696_icontabAcronymgreen_ {<img
697src="_httpicontacrogr_" width=_widthtacrox_ border=0>}
698_icontabAcronymgreen_[v=1] {_texticontabAcronymgreen_}
699
700_icontabPhrasegreen_ {<img
701src="_httpicontphrsegr_" width=_widthtphrsex_ border=0>}
702_icontabPhrasegreen_[v=1] {_texticontabPhrasegreen_}
703
704_icontabArtistgreen_ {<img
705src="_httpicontartstgr_" width=_widthtartstx_ border=0>}
706_icontabArtistgreen_[v=1] {_texticontabArtistgreen_}
707
708_icontabSourcegreen_ {<img
709src="_httpicontsrcgr_" width=_widthtsrcx_ border=0>}
710_icontabSourcegreen_[v=1] {_texticontabSourcegreen_}
711
712_icontabKeywordgreen_ {<img
713src="_httpicontkwgr_" width=_widthtkwx_ border=0>}
714_icontabKeywordgreen_[v=1] {_texticontabKeywordgreen_}
715
716_icontabVolumegreen_ {<img
717src="_httpicontvolgr_" width=_widthtvolx_border=0>}
718_icontabVolumegreen_[v=1] {_texticontabVolumegreen_}
719
720
721_iconblankbar_ {<center><img src="_httpicondivb_" width=_widthdivb_ height=_heightdivb_></center>}
722_iconblankbar_[v=1] {<br><hr><br>}
723
724_icontext_ {<img border=0 align=absmiddle src="_httpiconitext_" width=_widthitext_ height=_heightitext_ alt="_texticontext_" title="_texticontext_">}
725_icontext_[v=1] {_texticontext_}
726
727_iconblanktext_ {<img border=0 align=absmiddle src="_httpiconibtext_" width=_widthibtext_ height=_heightibtext_>}
728_iconblanktext_[v=1] {}
729
730_iconclosedbook_ {<img src="_httpiconbook_" width=_widthbook_ height=_heightbook_ border=0 alt="_texticonclosedbook_" title="_texticonclosedbook_">}
731_iconclosedbook_ [v=1] {<small><b>_texticonclosedbook_: </b></small>}
732_iconclosedbook_ [v=1,l=zh]{<small><_font_><b>_texticonclosedbook_: </b></font></small>}
733
734_icondoc_ {<img border=0 align=absmiddle src="_httpiconimsword_" width=_widthimsword_ height=_heightimsword_ alt="_texticonmsword_" title="_texticonmsword_">}
735_iconmsword_[v=1] {_texticonmsword_}
736
737_iconmidi_ {<img border=0 align=absmiddle src="_httpiconimidi_" width=_widthimidi_ height=_heightimidi_ alt="_texticonmidi_" title="_texticonmidi_">}
738_iconmidi_[v=1] {_texticonmidi_}
739
740_iconpdf_ {<img border=0 align=absmiddle src="_httpiconipdf_" width=_widthipdf_ height=_heightipdf_ alt="_texticonpdf_" title="_texticonpdf_">}
741_iconpdf_[v=1] {_texticonpdf_}
742
743_iconps_ {<img border=0 align=absmiddle src="_httpiconips_" width=_widthips_ height=_heightips_ alt="_texticonps_" title="_texticonps_">}
744_iconps_[v=1] {_texticonps_}
745
746_iconppt_ {<img border=0 align=absmiddle src="_httpiconippt_" width=_widthippt_ height=_heightippt_ alt="_texticonppt_" title="_texticonppt_">}
747_iconppt_[v=1] {_texticonppt_}
748
749_iconrtf_ {<img border=0 align=absmiddle src="_httpiconirtf_" width=_widthirtf_ height=_heightirtf_ alt="_texticonrtf_" title="_texticonrtf_">}
750_iconrtf_[v=1] {_texticonrtf_}
751
752_iconxls_ {<img border=0 align=absmiddle src="_httpiconixls_" width=_widthixls_ height=_heightixls_ alt="_texticonxls_" title="_texticonxls_">}
753_iconxls_[v=1] {_texticonxls_}
754
755_iconnosearch_ {<img src="_httpimg_/nosearch.gif">}
756
757#######################################################################
758# Image links
759#
760# These might include a link (not like an _icon_
761#######################################################################
762
763_imagehome_ {_If_("_cgiargu_" ne "1",_imagehome2_)}
764_imagehome2_ {_gsimage_(_httppagehome_,_httpiconchomeof_,_httpiconchomeon_,homer,_textimagehome_)}
765
766_imagehelp_ {_gsimage_(_httppagehelp_,_httpiconchelpof_,_httpiconchelpon_,help,_textimagehelp_)}
767
768_imagepref_ {_If_("_cgiargu_" ne "1",_imagepref2_)}
769_imagepref2_ {_gsimage_(_httppagepref_,_httpiconcprefof_,_httpiconcprefon_,pref,_textimagepref_)}
770
771_imageusab_ {_gsimage_(_httppageusab_,_httpiconcusabof_,_httpiconcusabon_,usab,_textimageusab_)}
772
773_imagegreenstone_ {<img src="_httpicongsdl_" width="_widthgsdl_" height="_heightgsdl_" border="0" alt="_textimagegreenstone_" title="_textimagegreenstone_" hspace=0>}
774
775_imagegreenstone_[v=1] {_textimagegreenstone_}
776
Note: See TracBrowser for help on using the repository browser.