source: trunk/gsdl/macros/document.dm@ 644

Last change on this file since 644 was 644, checked in by sjboddie, 25 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 18.1 KB
RevLine 
[258]1package document
2
3#######################################################################
4# macros set from within the server
5#######################################################################
6
7_classificationlinks_ {}
8_imagethispage_ {}
9_httpprevarrow_ {}
10_httpnextarrow_ {}
[283]11_pagetitle_ {}
[258]12
13#######################################################################
14# page content
15#######################################################################
16
17_content_ {
18<center>
19_navigationbar_
20<p>
21_classificationlinks_
22</center>
23}
24
[283]25
[258]26#######################################################################
[283]27# javascript macros
28#
29# there should be one of these for each flashy javascript button
30# that may appear within a document page
31#######################################################################
32
[454]33# javaextras allows specific collections to include extra java macros
34# without having to override their document action
35_javaextras_ {}
36
[283]37_javadetach_ {
38 detach\_on = new Image(_widthedtchx_, _heightedtchx_);
39 detach\_on.src = "_httpiconedtchon_";
40 detach\_off = new Image(_widthedtchx_, _heightedtchx_);
41 detach\_off.src = "_httpiconedtchof_";
42}
43
44_javaexpandcontents_ {
45 expcon\_on = new Image(_widtheexpcx_, _heighteexpcx_);
46 expcon\_on.src = "_httpiconeexpcon_";
47 expcon\_off = new Image(_widtheexpcx_, _heighteexpcx_);
48 expcon\_off.src = "_httpiconeexpcof_";
49}
50
51_javacontractcontents_ {
52 concon\_on = new Image(_widtheconcx_, _heighteconcx_);
53 concon\_on.src = "_httpiconeconcon_";
54 concon\_off = new Image(_widtheconcx_, _heighteconcx_);
55 concon\_off.src = "_httpiconeconcof_";
56}
57
58_javaexpandtext_ {
59 alltext\_on = new Image(_widthealltx_, _heightealltx_);
60 alltext\_on.src = "_httpiconeallton_";
61 alltext\_off = new Image(_widthealltx_, _heightealltx_);
62 alltext\_off.src = "_httpiconealltof_";
63}
64
65_javacontracttext_ {
66 thissec\_on = new Image(_widthetsecx_, _heightetsecx_);
67 thissec\_on.src = "_httpiconetsecon_";
68 thissec\_off = new Image(_widthetsecx_, _heightetsecx_);
69 thissec\_off.src = "_httpiconetsecof_";
70}
71
72_javahighlighting_ {
73 hl\_on = new Image(_widthehlx_, _heightehlx_);
74 hl\_on.src = "_httpiconehlon_";
75 hl\_off = new Image(_widthehlx_, _heightehlx_);
76 hl\_off.src = "_httpiconehlof_";
77}
78
79_javanohighlighting_ {
80 nhl\_on = new Image(_widthenhlx_, _heightenhlx_);
81 nhl\_on.src = "_httpiconenhlon_";
82 nhl\_off = new Image(_widthenhlx_, _heightenhlx_);
83 nhl\_off.src = "_httpiconenhlof_";
84}
85
86_javacontinue_ {
87 cont\_on = new Image(_widthcontx_, _heightcontx_);
88 cont\_on.src = "_httpiconconton_";
89 cont\_off = new Image(_widthcontx_, _heightcontx_);
90 cont\_off.src = "_httpiconcontoff_";
91}
92
93#######################################################################
[258]94# navigation arrows
95#
96#######################################################################
97
98_navarrows_ {<center>
99<table width=_pagewidth_ cellpadding=0 cellspacing=0 border=0>
100<tr><td align=left valign=top>
101_prevarrow_
102</td><td align=right valign=top>
103_nextarrow_
104</td></tr></table>
105</center>
106}
107
108_prevarrow_ {_If_(_httpprevarrow_,<a href="_httpprevarrow_">_iconprev_</a>)}
109_nextarrow_ {_If_(_httpnextarrow_,<a href="_httpnextarrow_">_iconnext_</a>)}
110
[548]111_navarrows_ [v=1] {<p>
[258]112_prevarrow_<br>
113_nextarrow_
114}
115
116#######################################################################
117# the goto form
118#######################################################################
119
120_gotoform_ {
121<form name="GotoForm" method="get" action="_gwcgi_">
122<input type=hidden name="e" value="_compressedoptions_">
123<input type=hidden name="d" value="_cgiargd_">
124<input type=hidden name="cl" value="_cgiargcl_">
125<input type="submit" value="go to page">
126<input type="text" name="gp" size="3" maxlength="4">
127</form>
128}
129
130#######################################################################
[283]131# icons
[258]132#######################################################################
133
134# title images - there should be one of these for each classification
135# supported by this receptionist
136
137_iconTitlepage_ {<img src="_httpiconhtitle_" width=_widthhtitle_
138height=_heighthtitle_}
[548]139_iconTitlepage_ [v=1] {<h2>_texticonhtitle_</h2>}
[258]140
[283]141_iconListpage_ {<img src="_httpiconhlist_" width=_widthhlist_
142height=_heighthlist_}
[548]143_iconListpage_ [v=1] {<h2>_texticonhlist_</h2>}
[283]144
[258]145_iconCreatorpage_ {<img src="_httpiconhauth_" width=_widthhauth_
146height=_heighthauth_}
[548]147_iconCreatorpage_ [v=1] {<h2>_texticonhauth_</h2>}
[258]148
149_iconSubjectpage_ {<img src="_httpiconhsubj_" width=_widthhsubj_
150height=_heighthsubj_}
[548]151_iconSubjectpage_ [v=1] {<h2>_texticonhsubj_</h2>}
[258]152
153_iconSeriespage_ {<img src="_httpiconhser_" width=_widthhser_
154height=_heighthser_}
[548]155_iconSeriespage_ [v=1] {<h2>_texticonhser_</h2>}
[258]156
157_iconDatepage_ {<img src="_httpiconhdate_" width=_widthhdate_
158height=_heighthdate_}
[548]159_iconDatepage_ [v=1] {<h2>_texticonhdate_</h2>}
[258]160
161_iconHowtopage_ {<img src="_httpiconhhow_" width=_widthhhow_
162height=_heighthhow_}
[548]163_iconHowtopage_ [v=1] {<h2>_texticonhhow_</h2>}
[258]164
[454]165_iconTopicpage_ {<img src="_httpiconhtopic_" width=_widthhtopic_
166height=_heighthtopic_}
[548]167_iconTopicpage_ [v=1] {<h2>_texticonhtopic_</h2>}
[454]168
[258]169_iconOrganizationpage_ {<img src="_httpiconhorg_" width=_widthhorg_
170height=_heighthorg_}
[548]171_iconOrganizationpage_ [v=1] {<h2>_texticonhorg_</h2>}
[258]172
[454]173_iconBrowsepage_ {<img src="_httpiconhbrwse_" width=_widthhbrwse_
174height=_heighthbrwse_}
[548]175_iconBrowsepage_ [v=1] {<h2>_texticonhbrwse_</h2>}
[283]176
[601]177_iconPeoplepage_ {<img src="_httpiconhpeople_" width=_widthhpeople_
178height=_heighthpeople_}
179_iconPeoplepage_ [v=1] {<h2>_texticonhpeople_</h2>}
[454]180
[601]181_iconUnknownpage_ {<img src="_httpiconhuknow_" width=_widthhuknow_
182height=_heighthuknow_}
183_iconUnknownpage_ [v=1] {<h2>_texticonhuknow_</h2>}
[454]184
[601]185
[283]186_iconsmalltext_ {<img src="_httpiconsmtext_" border=0 width=_widthsmtext_ height=_heightsmtext_ alt="_texticonsmalltext_">}
[548]187_iconsmalltext_ [v=1] {<small><b>_texticonsmalltext2_</b></small>}
[283]188
[454]189_iconarrowsmalltext_ {<img src="_httpiconasmtext_" border=0 width=_widthasmtext_ height=_heightasmtext_ alt="_texticonsmalltext_">}
[548]190_iconarrowsmalltext_ [v=1] {<small><b>->_texticonsmalltext2_</b></small>}
[454]191
[283]192_iconclosedfolder_ {<img src="_httpiconclsdfldr_" border=0 width=_widthclsdfldr_ height=_heightclsdfldr_ alt="_texticonclosedfolder_">}
[548]193_iconclosedfolder_ [v=1] {<small><b>_texticonclosedfolder2_</b></small>}
[283]194
[454]195_iconarrowclosedfolder_ {<img src=_httpiconaclsdfdr_" border=0 width=_widthaclsdfdr_ height=_heightaclsdfdr_ alt="_texticonclosedfolder_">}
[548]196_iconarrowclosedfolder_ [v=1] {<small><b>->_texticonclosedfolder2_</b></small>}
[454]197
[283]198_iconopenfolder_ {<img src="_httpiconopenfldr_" border=0 width=_widthopenfldr_ height=_heightopenfldr_ alt="_texticonopenfolder_">}
[548]199_iconopenfolder_ [v=1] {<small><b>_texticonopenfolder2_</b></small>}
[283]200
[454]201_iconarrowopenfolder_ {<img src="_httpiconaopenfdr_" border=0 width=_widthaopenfdr_ height=_heightaopenfdr_ alt="_texticonopenfolder_">}
[548]202_iconarrowopenfolder_ [v=1] {<small><b>->_texticonopenfolder2_</b></small>}
[454]203
204_iconarrowclosedbook_ {<img src="_httpiconabook_" width=_widthabook_ height=_heightabook_ border=0 alt="_texticonclosedbook_">}
[548]205_iconarrowclosedbook_ [v=1] {<small><b>->_texticonclosedbook_: </b></small>}
[454]206
[283]207_iconopenbook_ {<img src="_httpiconopenbook_" width=_widthopenbook_ height=_heightopenbook_ border=0 alt="_texticonopenbook_">}
[548]208_iconopenbook_ [v=1] {<small><b>_texticonopenbook_: </b></small>}
[283]209
[454]210_iconarrowopenbook_ {<img src="_httpiconaopenbk_" width=_widthaopenbk_ height=_heightaopenbk_ border=0 alt="_texticonopenbook_">}
[548]211_iconarrowopenbook_ [v=1] {<small><b>->_texticonopenbook_: </b></small>}
[454]212
[283]213_iconopenbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonopenbookshelf_">}
[548]214_iconopenbookshelf_ [v=1] {<small><b>_texticonopenbookshelf_: </b></small>}
[283]215
[454]216_iconarrowopenbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonopenbookshelf_">}
[548]217_iconarrowopenbookshelf_ [v=1] {<small><b>->_texticonopenbookshelf_: </b></small>}
[454]218
[283]219_iconclosedbookshelf_ {<img src="_httpiconbshelf_" border=0 width=_widthbshelf_ height=_heightbshelf_ alt="_texticonclosedbookshelf_">}
[548]220_iconclosedbookshelf_ [v=1] {<small><b>_texticonclosedbookshelf_: </b></small>}
[283]221
[454]222_iconarrowclosedbookshelf_ {<img src="_httpiconabshelf_" border=0 width=_widthabshelf_ height=_heightabshelf_ alt="_texticonclosedbookshelf_">}
[548]223_iconarrowclosedbookshelf_ [v=1] {<small><b>->_texticonclosedbookshelf_: </b></small>}
[454]224
[283]225_iconpointer_ {<img src="_httpiconarrrght_" border=0 width=_widtharrrght_ height=_heightarrrght_>}
[548]226_iconpointer_ [v=1] {<small><b>_texticonpointer_-> </b></small>}
[283]227
228_icontab_ {<img src="_httpicontabspace_" width=_widthtabspace_ height=_heighttabspace_>}
[454]229_tab_ {<td>_icontab_</td>}
[283]230
231_iconcontracttoc_ {<img name="concon" src="_httpiconeconcof_" width=_widtheconcx_ height=_heighteconcof_ alt="_texticoncontracttoc_" border=0>}
[548]232_iconcontracttoc_[v=1] {_texticoncontracttoc_}
[283]233
234_iconexpandtoc_ {<img name="expcon" src="_httpiconeexpcof_" width=_widtheexpx_ height=_heighteexpcx_ alt="_texticonexpandtoc_" border=0>}
[548]235_iconexpandtoc_[v=1] {_texticonexpandtoc_}
[283]236
237_iconcontracttext_ {<img name="thissec" src="_httpiconetsecof_" width=_widthetsecx_ height=_heightetsecx_ alt="_texticoncontracttext_" border=0>}
[548]238_iconcontracttext_[v=1] {_texticoncontracttext_}
[283]239
240_iconexpandtext_ {<img name="alltext" src="_httpiconealltof_" width=_widthealltx_ height=_heightealltx_ alt="_texticonexpandtext_" border=0>}
[548]241_iconexpandtext_[v=1] {_texticonexpandtext_}
[283]242
243_icondetach_ {<img name="detach" src="_httpiconedtchof_" width=_widthedtchx_ height=_heightedtchx_ alt="_texticondetach_" border=0>}
[548]244_icondetach_[v=1] {_texticondetach_}
[283]245
246_iconhighlight_ {<img name="hl" src="_httpiconehlof_" width=_widthehlx_ height=_heightehlx_ alt="_texticonhighlight_" border=0>}
[548]247_iconhighlight_ [v=1] {_texticonhighlight_}
[283]248
249_iconnohighlight_ {<img name="nhl" src="_httpiconenhlof_" width=_widthenhlx_ height=_heightenhlx_ alt="_texticonnohighlight_" border=0>}
[548]250_iconnohighlight_ [v=1] {_texticonnohighlight_}
[283]251
252_iconwarning_ {<img src="_httpiconwarning_" width=_widthwarning_ height=_heightwarning_ border=0 align=left>}
[548]253_iconwarning_ [v=1] {_texticonwarning_}
[283]254
255_iconcont_ {<img name="cont" src="_httpiconcontoff_" width=_widthcontx_ height=_heightcontx_ border=0>}
[548]256_iconcont_ [v=1] {_texticoncont_}
[283]257
258
[258]259#######################################################################
[283]260# images
261#######################################################################
262
[454]263_imagedetach_ {<a href="_httpcurrentdocument_&x=1" target=\_blank onMouseover = "img\_on('detach')"
[283]264onMouseout = "img\_off('detach')">_icondetach_</a>}
[548]265_imagedetach_[v=1] {<a href="_httpcurrentdocument_&x=1" target=\_blank>_texticondetach_</a><br>}
[283]266
[548]267_imagehighlight_ {<a href="_httpcurrentdocument_&hl=1&gc=_cgiarggc_&amp;gt=_cgiarggt_" onMouseover = "img\_on('hl')"
[283]268onMouseout = "img\_off('hl')">_iconhighlight_</a>}
[548]269_imagehighlight_ [v=1] {<a href="_httpcurrentdocument_&hl=1&gc=_cgiarggc_&amp;gt=_cgiarggt_">_texticonhighlight_</a><br>}
[283]270
[548]271_imagenohighlight_ {<a href="_httpcurrentdocument_&hl=0&gc=_cgiarggc_&amp;gt=_cgiarggt_" onMouseover = "img\_on('nhl')"
[283]272onMouseout = "img\_off('nhl')">_iconnohighlight_</a>}
[548]273_imagenohighlight_ [v=1] {<a href="_httpcurrentdocument_&hl=0&gc=_cgiarggc_&amp;gt=_cgiarggt_">_texticonnohighlight_</a><br>}
[283]274
275_imagecontracttoc_ {<a href="_httpcurrentdocument_&gc=0" onMouseover = "img\_on('concon')"
276onMouseout = "img\_off('concon')">_iconcontracttoc_</a>}
[548]277_imagecontracttoc_[v=1] {"<a href="_httpcurrentdocument_&gc=0">_texticoncontracttoc_</a><br>}
[283]278
279_imageexpandtoc_ {<a href="_httpcurrentdocument_&gc=1" onMouseover = "img\_on('expcon')"
280onMouseout = "img\_off('expcon')">_iconexpandtoc_</a>}
[548]281_imageexpandtoc_ [v=1] {"<a href="_httpcurrentdocument_&gc=1">_texticonexpandtoc_</a><br>}
[283]282
283_imagecontracttext_ {<a href="_httpcurrentdocument_&amp;gt=0" onMouseover = "img\_on('thissec')"
284onMouseout = "img\_off('thissec')">_iconcontracttext_</a>}
[548]285_imagecontracttext_[v=1] {<a href="_httpcurrentdocument_&amp;gt=0">display only current section</a><br>}
[283]286
287_imageexpandtext_ {<a href="_httpcurrentdocument_&amp;gt=1" onMouseover = "img\_on('alltext')"
288onMouseout = "img\_off('alltext')">_iconexpandtext_</a>}
[548]289_imageexpandtext_[v=1] {<a href="_httpcurrentdocument_&amp;gt=1">display all text</a><br>}
[283]290
291_imagecont_ {<a href="_httpcurrentdocument_&amp;gt=2" onMouseover = "img\_on('cont')"
292onMouseout = "img\_off('cont')">_iconcont_</a>}
[548]293_imagecont_[v=1] {<a href="_httpcurrentdocument&amp;gt=2">_texticoncont_</a><br>}
[283]294
295
296#######################################################################
[258]297# https
[283]298#
299# These contain the url without any quotes
[258]300#######################################################################
301
302_httpiconhtitle_ {_httpimg_/h\_title.gif}
303_widthhtitle_ {200}
304_heighthtitle_ {57}
305
[283]306_httpiconhlist_ {_httpimg_/h\_list.gif}
307_widthhlist_ {200}
308_heighthlist_ {57}
309
[258]310_httpiconhauth_ {_httpimg_/h\_auth.gif}
311_widthhauth_ {200}
312_heighthauth_ {57}
313
314_httpiconhsubj_ {_httpimg_/h\_subj.gif}
315_widthhsubj_ {200}
316_heighthsubj_ {57}
317
318_httpiconhser_ {_httpimg_/h\_ser.gif}
[548]319_httpiconhser_ [l=mi] {_httpimg_/mh\_ser.gif}
[258]320_widthhser_ {200}
[548]321_widthhser_ [l=mi] {310}
[258]322_heighthser_ {57}
323
324_httpiconhdate_ {_httpimg_/h\_date.gif}
[548]325_httpiconhdate_ [l=mi] {_httpimg_/mh\_date.gif}
[258]326_widthhdate_ {200}
327_heighthdate_ {57}
328
329_httpiconhhow_ {_httpimg_/h\_how.gif}
330_widthhhow_ {200}
331_heighthhow_ {57}
332
[454]333_httpiconhtopic_ {_httpimg_/h\_topic.gif}
[548]334_widthhtopic_ {200}
335_heighthtopic_ {57}
[454]336
[258]337_httpiconhorg_ {_httpimg_/h\_org.gif}
338_widthhorg_ {250}
339_heighthorg_ {57}
340
[454]341_httpiconhbrwse_ {_httpimg_/h\_brwse.gif}
342_widthhbrwse_ {200}
343_heighthbrwse_ {57}
[258]344
[605]345_httpiconhpeople_ {_httpimg_/h\_people.gif}
[601]346_widthhpeople_ {200}
347_heighthpeople_ {57}
348
[605]349_httpiconhuknow_ {_httpimg_/h\_uknow.gif}
[601]350_widthhpeople_ {200}
351_heighthpeople_ {57}
352
353
[283]354_httpiconcontoff_ {_httpimg_/contoff.gif}
355_httpiconconton_ {_httpimg_/conton.gif}
356_widthcontx_ {76}
357_heightcontx_ {17}
358
359_httpiconealltof_ {_httpimg_/ealltof.gif}
[548]360_httpiconealltof_ [l=mi] {_httpimg_/mealltof.gif}
[283]361_httpiconeallton_ {_httpimg_/eallton.gif}
[548]362_httpiconeallton_ [l=mi] {_httpimg_/meallton.gif}
[283]363_widthealltx_ {46}
[548]364_widthealltx_ [l=mi] {42}
[283]365_heightealltx_ {30}
366
367_httpiconeconcof_ {_httpimg_/econcof.gif}
368_httpiconeconcon_ {_httpimg_/econcon.gif}
369_widtheconcx_ {63}
370_heighteconcx_ {30}
371
372_httpiconedtchof_ {_httpimg_/edtchof.gif}
[548]373_httpiconedtchof_ [l=mi] {_httpimg_/medtchof.gif}
[283]374_httpiconedtchon_ {_httpimg_/edtchon.gif}
[548]375_httpiconedtchon_ [l=mi] {_httpimg_/medtchon.gif}
[283]376_widthedtchx_ {47}
[548]377_widthedtchx_ [l=mi] {56}
[283]378_heightedtchx_ {30}
379
380_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
381_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
382_widtheexpcx_ {60}
383_heighteexpcx_ {30}
384
385_httpiconetsecof_ {_httpimg_/etsecof.gif}
[548]386_httpiconetsecof_ [l=mi] {_httpimg_/metsecof.gif}
[283]387_httpiconetsecon_ {_httpimg_/etsecon.gif}
[548]388_httpiconetsecon_ [l=mi] {_httpimg_/metsecon.gif}
[283]389_widthetsecx_ {63}
[548]390_widthetsecx_ [l=mi] {53}
[283]391_heightetsecx_ {30}
392
393_httpiconehlof_ {_httpimg_/ehlof.gif}
[644]394_httpiconehlof_ [l=mi] {_httpimg_/mehlof.gif}
[283]395_httpiconehlon_ {_httpimg_/ehlon.gif}
[644]396_httpiconehlon_ [l=mi] {_httpimg_/mehlon.gif}
[283]397_widthehlx_ {53}
[644]398_widthehlx_ [l=mi] {47}
[283]399_heightehlx_ {30}
400
401_httpiconenhlof_ {_httpimg_/enhlof.gif}
[644]402_httpiconenhlof_ [l=mi] {_httpimg_/menhlof.gif}
[283]403_httpiconenhlon_ {_httpimg_/enhlon.gif}
[644]404_httpiconenhlon_ [l=mi] {_httpimg_/menhlon.gif}
[283]405_widthenhlx_ {57}
[644]406_widthenhlx_ [l=mi] {56}
[283]407_heightenhlx_ {30}
408
409
[258]410#######################################################################
411# headers/footers
412#######################################################################
413
414
415# header overridden for text pages
416_textheader_ {_cgihead_
[454]417_htmlhead_
[548]418<center>
419<table width=_pagewidth_><tr><td align=right>
420_javalinks_</td></tr></table>
421</center>
[258]422}
[548]423_textheader_ [v=1] {_cgihead_
424_htmlhead_
425_javalinks_
426}
[258]427
428_footer_ {
429<p>
430_navarrows_
431</table>
432_endspacer__htmlfooter_
433}
434
435
436#######################################################################
437# English language text macros
438#######################################################################
439
[283]440_textTitlepage_ {_texticonhtitle_}
441_textCreatorpage_ {_texticonhauth_}
442_textSubjectpage_ {_texticonhsubj_}
443_textSeriespage_ {_texticonhser_}
[454]444_textDatepage_ {_texticonhdate_}
[283]445_textHowtopage_ {_texticonhhow_}
446_textOrganizationpage_ {_texticonhorg_}
[454]447_textBrowsepage_ {_texticonhbrwse_}
[601]448_textPeoplepage_ {_texticonhpeople_}
449_textUnknownpage_ {_texticonhuknow_}
[283]450
[258]451_texticonhtitle_ {Titles A-Z}
452_texticonhauth_ {Authors A-Z}
453_texticonhsubj_ {Subjects}
454_texticonhser_ {Series}
455_texticonhdate_ {Dates}
456_texticonhhow_ {How to}
[276]457_texticonhorg_ {Organizations}
[454]458_texticonhbrwse_ {Browse}
[601]459_texticonhpeople_ {People A-Z}
460_texticonhuknow_ {}
[276]461
[283]462_texticonopenbookshelf_ {close this section of the library}
463_texticonclosedbookshelf_ {open this section of the library and view contents}
464_texticonopenbook_ {close this book}
465_texticonclosedfolder_ {Open this folder and view contents}
466_texticonclosedfolder2_ {open sub-section: }
467_texticonopenfolder_ {close this folder}
468_texticonopenfolder2_ {close sub-section: }
469_texticonsmalltext_ {View this section of the text}
470_texticonsmalltext2_ {view text: }
471_texticonpointer_ {current section}
472_texticondetach_ {Open this page in a new window}
473_texticonhighlight_ {Highlight search terms}
474_texticonnohighlight_ {Don't highlight search terms}
475_texticoncontracttoc_ {Collapse table of contents}
476_texticonexpandtoc_ {Expand table of contents}
477_texticonexpandtext_ {Display all text}
478_texticoncontracttext_ {Display text only for currently selected section}
479_texticonwarning_ {<b>Warning: </b>}
480_texticoncont_ {continue?}
481
482_textltwarning_ {
483<p><center>
484<table cellspacing=0 cellpadding=0 width=_pagewidth_>
485<tr valign=top><td>_iconwarning_Expanding the text here will generate a large
486amount of data for your browser to display _imagecont_
487</td></tr></table></center>
488}
489
490
491#######################################################################
492# Maori text macros
493#######################################################################
494
[548]495_texticondetach_ [l=mi] {Huakina mai he matapihi hou m&ouml; t&euml;nei k&ouml;rero}
496_texticonexpandtext_ [l=mi] {Titiro ki ng&auml; kupu katoa o t&euml;nei niupepa}
497_texticoncontracttext_ [l=mi] {Titiro ki ng&auml; kupu o t&euml;nei wh&auml;rangi anake}
498_texticonopenbookshelf_ [l=mi] {k&auml;tia}
499_texticonclosedbookshelf_ [l=mi] {whakat&uuml;whera mai}
500_texticonclosedbook_ [l=mi] {whakat&uuml;whera mai}
501_texticonopenbook_ [l=mi] {k&auml;tia}
502_texticonpointer_ [l=mi] {w&auml;hanga e tiro ana}
[644]503_texticonhighlight_ [l=mi] {Kia p&uuml;kaha ng&auml; kupu rapu}
504_texticonnohighlight_ [l=mi] {Kia kore he p&uuml;kaha}
505_texticonsmalltext_ [l=mi] {He wh&auml;rangi niupepa}
506_texticonclosedfolder_ [l=mi] {He k&ouml;paki}
Note: See TracBrowser for help on using the repository browser.