source: tags/gsdl-2_21-distribution/niupepa/macros/npepa.dm@ 1186

Last change on this file since 1186 was 1186, checked in by (none), 24 years ago

This commit was manufactured by cvs2svn to create tag
'gsdl-2_21-distribution'.

  • Property svn:keywords set to Author Date Id Revision
File size: 18.4 KB
Line 
1package Global
2
3_textbiblio_ [c=niupepa] {Bibliographic Details}
4_textbackground_ [c=niupepa] {Background}
5_textsubmat_ [c=niupepa] {Subject Matter}
6_textavail_ [c=niupepa] {Availability}
7_commentary_ [c=niupepa] {Commentary}
8
9_missingtext_ [c=niupepa] {Text has yet to be digitised for this page}
10
11_iconclosedbook_ [c=niupepa] {<img src="_httpcollection_/images/np.gif" valign=top width=20 height=20 border=0 alt="_texticonclosedbook_">}
12_texticonclosedbook_ [c=niupepa] {view niupepa}
13_texticonclosedbook_ [c=niupepa,l=mi] {tirohia niupepa}
14
15_textbiblio_ [c=niupepa,l=mi] {K_omn_rero T_amn_}
16_textbackground_ [c=niupepa,l=mi] {He Whakam_amn_rama}
17_textsubmat_ [c=niupepa,l=mi] {Kaupapa}
18_textavail_ [c=niupepa,l=mi] {Nohoanga}
19_commentary_ [c=niupepa,l=mi] {Kupu Whakataki}
20
21_abstract_ [c=niupepa] {Abstract: }
22
23_abstract_ [c=niupepa,l=mi] {R_amn_popoto reo P_amn_keh_amn_: }
24
25#######################################################################
26# index option macros
27#######################################################################
28
29_stx_ [c=niupepa] {}
30
31_ab_ [c=niupepa] {english abstracts}
32_ab_ [c=niupepa,l=mi] {ng_amn_ r_amn_popoto reo P_amn_keh_amn_ anake}
33_cm_ [c=niupepa] {bibliographic commentaries}
34_cm_ [c=niupepa,l=mi] {ng_amn_ kupu whakataki anake}
35_pc_ [c=niupepa] {papers, commentaries, and abstracts}
36_pc_ [c=niupepa,l=mi] {niupepa, kupu whakataki, me ng_amn_ r_amn_popoto}
37_pp_ [c=niupepa] {newspapers}
38_pp_ [c=niupepa,l=mi] {ng_amn_ niupepa anake}
39
40
41package document
42
43#_abstract_ [c=niupepa] {Abstract<br>}
44#_abstract_ [c=niupepa,l=mi] {R_amn_popoto reo P_amn_keh_amn_<br>}
45
46_httpthiscommentary_ [c=niupepa] {}
47_httpiconthispaper_ [c=niupepa] {}
48_thispapericonwidth_ [c=niupepa] {0}
49_thispapericonheight_ [c=niupepa] {0}
50
51_01width_ {314}
52_01height_ {126}
53_03width_ {320}
54_03height_ {205}
55_04width_ {322}
56_04height_ {195}
57_05width_ {320}
58_05height_ {210}
59_06awidth_ {320}
60_06aheight_ {80}
61_08width_ {330}
62_08height_ {139}
63_09width_ {330}
64_09height_ {76}
65_10width_ {320}
66_10height_ {43}
67_12width_ {330}
68_12height_ {95}
69_13width_ {310}
70_13height_ {316}
71_14width_ {330}
72_14height_ {81}
73_15width_ {320}
74_15height_ {110}
75_18width_ {310}
76_18height_ {120}
77_19width_ {333}
78_19height_ {230}
79_25width_ {312}
80_25height_ {56}
81_36awidth_ {327}
82_36aheight_ {153}
83_39width_ {320}
84_39height_ {102}
85_40width_ {298}
86_40height_ {153}
87
88
89_iconabstract_ [c=niupepa] {<img src="_httpiconiabstr_" valign=top border=0 alt="_texticonabstract_">}
90_iconabstract_ [c=niupepa,v=1] {_texticonabstract_}
91
92_iconcommentary_ [c=niupepa] {<img src="_httpcollection_/images/icomm.gif" valign=top border=0 alt="_texticoncommentary_">}
93_iconcommentary_ [c=niupepa,v=1] {_texticoncommentary_}
94
95# javalinks specific to this collection
96_javafullimage_ [c=niupepa] {
97 fullimage\_on = new Image(_widthefix_, _heightefix_);
98 fullimage\_on.src = "_httpiconefion_";
99 fullimage\_off = new Image(_widthefix_, _heightefix_);
100 fullimage\_off.src = "_httpiconefiof_";
101}
102
103_javaprevimage_ [c=niupepa] {
104 previmage\_on = new Image(_widthepix_, _widthepix_);
105 previmage\_on.src = "_httpiconepion_";
106 previmage\_off = new Image(_widthepix_, _heightepix_);
107 previmage\_off.src = "_httpiconepiof_";
108}
109
110_javaviewtext_ [c=niupepa] {
111 viewtext\_on = new Image(_widthetextx_, _heightetextx_);
112 viewtext\_on.src = "_httpiconetexton_";
113 viewtext\_off = new Image(_widthetextx_, _heightetextx_);
114 viewtext\_off.src = "_httpiconetextof_";
115}
116
117_javacommentary_ [c=niupepa] {
118 commentary\_on = new Image(_thispapericonwidth_, _thispapericonheight_);
119 commentary\_on.src = "_httpiconthispaper_on.gif";
120 commentary\_off = new Image(_thispapericonwidth_, _thispapericonheight_);
121 commentary\_off.src = "_httpiconthispaper_of.gif";
122}
123
124_javaviewabstract_ [c=niupepa] {
125 abstract\_on = new Image(_widtheabstrx_, _heighteabstrx_);
126 abstract\_on.src = "_httpiconeabstron_";
127 abstract\_off = new Image(_widtheabstrx_, _heighteabstrx_);
128 abstract\_off.src = "_httpiconeabstrof_";
129}
130
131_javaviewpaper_ [c=niupepa] {
132 paper\_on = new Image(_widthenpepax_, _heightenpepax_);
133 paper\_on.src = "_httpiconenpepaon_";
134 paper\_off = new Image(_widthenpepax_, _heightenpepax_);
135 paper\_off.src = "_httpiconenpepaof_";
136}
137
138_javaabstractintro_ [c=niupepa] {
139 intro\_on = new Image(_widtheintrox_, _heighteintrox_);
140 intro\_on.src = "_httpiconeintroon_";
141 intro\_off = new Image(_widtheintrox_, _heighteintrox_);
142 intro\_off.src = "_httpiconeintroof_";
143}
144
145_prevarrow_ [c=niupepa] {_If_(_httpprevarrow_,<a href="_httpprevarrow__1_">_iconprev_</a>)}
146_nextarrow_ [c=niupepa] {_If_(_httpnextarrow_,<a href="_httpnextarrow__1_">_iconnext_</a>)}
147
148
149_iconfullimage_ [c=niupepa] {<img name="fullimage" src="_httpiconefiof_" width="_widthefix_" height="_heightefix_" alt="_texticonfullimage_" border="0">}
150_iconfullimage_ [c=niupepa,v=1] {_texticonfullimage_}
151
152_iconprevimage_ [c=niupepa] {<img name="previmage" src="_httpiconepiof_" width="_widthepix_" height="_heightepix_" alt="_texticonprevimage_" border="0">}
153_iconprevimage_ [c=niupepa,v=1] {_texticonprevimage_}
154
155_iconviewtext_ [c=niupepa] {<img name="viewtext" src="_httpiconetextof_" width="_widthetextx_" height="_heightetextx_" alt="_texticonviewtext_" border="0">}
156_iconviewtext_[c=niupepa,v=1] {_texticonviewtext_}
157
158_iconviewabstract_ [c=niupepa] {<img name="abstract" src="_httpiconeabstrof_" width="_widtheabstrx_" height="_heighteabstrx_" alt="_texticonviewabstract_" border="0">}
159_iconviewabstract_[c=niupepa,v=1] {_texticonviewabstract_}
160
161_iconviewpaper_ [c=niupepa] {<img name="paper" src="_httpiconenpepaof_" width="_widthenpepax_" height="_heightenpepax_" alt="_texticonviewpaper_" border="0">}
162_iconviewpaper_[c=niupepa,v=1] {_texticonviewpaper_}
163
164_iconabstractintro_ [c=niupepa] {<img name="intro" src="_httpiconeintroof_" width="_widtheintrox_" height="_heighteintrox_" alt="_texticonabstractintro_" border="0">}
165_iconabstractintro_[c=niupepa,v=1] {_texticonabstractintro_}
166
167_iconthispaper_ [c=niupepa] {<img name="commentary" src="_httpiconthispaper_of.gif"
168width="_thispapericonwidth_" height="_thispapericonheight_" border="0" alt="_texticoncommentary_">}
169
170
171_imagedetach_ [c=niupepa] {<a href="_httpcurrentdocument_&x=1&gg=_cgiarggg_" target=\_blank onMouseover = "img\_on('detach')"
172onMouseout = "img\_off('detach')">_icondetach_</a>}
173_imagedetach_[c=niupepa,v=1] {<a href="_httpcurrentdocument_&x=1&gg=cgiarggg_" target=\_blank>_texticondetach_</a><br>}
174
175
176_imagefullimage_ [c=niupepa] {<a href="_httpcurrentdocument_&gg=full" onMouseover = "img\_on('fullimage')"
177onMouseout = "img\_off('fullimage')">_iconfullimage_</a>}
178_imagefullimage_ [c=niupepa,v=1] {<a href="_httpcurrentdocument_&gg=full">_texticonfullimage_</a><br>}
179
180_imageprevimage_ [c=niupepa] {<a href="_httpcurrentdocument_&gg=prev" onMouseover = "img\_on('previmage')"
181onMouseout = "img\_off('previmage')">_iconprevimage_</a>}
182_imageprevimage_ [c=niupepa,v=1] {<a href="_httpcurrentdocument_&gg=prev">_texticonprevimage_</a><br>}
183
184_imageviewtext_ [c=niupepa] {<a href="_httpcurrentdocument_&gg=text" onMouseover = "img\_on('viewtext')"
185onMouseout = "img\_off('viewtext')">_iconviewtext_</a>}
186_imageviewtext_ [c=niupepa,v=1] {<a href="_httpcurrentdocument_&gg=text">_texticonviewtext_</a><br>}
187
188_imageviewabstract_ [c=niupepa] {<a href="_httpdocument_&gg=text&&cl=_cgiargcl_&d=_1_" onMouseover = "img\_on('abstract')"
189onMouseout = "img\_off('abstract')">_iconviewabstract_</a>}
190_imageviewabstract_ [c=niupepa,v=1] {<a href="_httpdocument_&gg=text&cl=_cgiargcl_&d=_1_">_texticonviewabstract_</a><br>}
191
192_imageviewpaper_ [c=niupepa] {<a href="_httpdocument_&cl=_cgiargcl_&d=_1_" onMouseover = "img\_on('paper')"
193onMouseout = "img\_off('paper')">_iconviewpaper_</a>}
194_imageviewpaper_ [c=niupepa,v=1] {<a href="_httpdocument_&cl=_cgiargcl_&d=_1_">_texticonviewpaper_</a><br>}
195
196_imageabstractintro_ [c=niupepa] {<a href="_httppagex_(abexpl)" onMouseover = "img\_on('intro')"
197onMouseout = "img\_off('intro')">_iconabstractintro_</a>}
198_imageabstractintro_ [c=niupepa,v=1] {<a href="_httppagex_(abexpl)">_texticonabstractintro_</a><br>}
199
200_imagethispaper_ [c=niupepa] {_If_(_httpthiscommentary_,_linkthispaper_,_nolinkthispaper_)}
201
202_linkthispaper_ [c=niupepa] {<a href="_httpthiscommentary_"
203 onMouseover = "img\_on('commentary')"
204 onMouseout = "img\_off('commentary')">_iconthispaper_</a>}
205_imagethispaper_ [c=niupepa,v=1] {<a href="_httpthiscommentary_">_texticoncommentary_</a><br>
206}
207
208# this occurs when we're at a commentary page - (no alt text, no link)
209_nolinkthispaper_ [c=niupepa] {<img src="_httpiconthispaper_on.gif" width="_thispapericonwidth_"
210height="_thispapericonheight_" border="0">}
211
212
213_httpiconefiof_ [c=niupepa] {_httpcollection_/images/efiof.gif}
214_httpiconefiof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/efiof.gif}
215_httpiconefion_ [c=niupepa] {_httpcollection_/images/efion.gif}
216_httpiconefion_ [c=niupepa,l=mi] {_httpcollection_/images/mi/efion.gif}
217_widthefix_ [c=niupepa] {65}
218_widthefix_ [c=niupepa,l=mi] {65}
219_heightefix_ [c=niupepa] {30}
220
221_httpiconepiof_ [c=niupepa] {_httpcollection_/images/epiof.gif}
222_httpiconepiof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/epiof.gif}
223_httpiconepion_ [c=niupepa] {_httpcollection_/images/epion.gif}
224_httpiconepion_ [c=niupepa,l=mi] {_httpcollection_/mi/epion.gif}
225_widthepix_ [c=niupepa] {65}
226_widthepix_ [c=niupepa,l=mi] {65}
227_heightepix_ [c=niupepa] {30}
228
229_httpiconetextof_ [c=niupepa] {_httpcollection_/images/etextof.gif}
230_httpiconetextof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/etextof.gif}
231_httpiconetexton_ [c=niupepa] {_httpcollection_/images/etexton.gif}
232_httpiconetexton_ [c=niupepa,l=mi] {_httpcollection_/images/mi/etexton.gif}
233_widthetextx_ [c=niupepa,l=mi] {65}
234_widthetextx_ [c=niupepa] {65}
235_heightetextx_ [c=niupepa] {30}
236
237_httpiconeabstrof_ [c=niupepa] {_httpcollection_/images/eabstrof.gif}
238_httpiconeabstrof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/eabstrof.gif}
239_httpiconeabstron_ [c=niupepa] {_httpcollection_/images/eabstron.gif}
240_httpiconeabstron_ [c=niupepa,l=mi] {_httpcollection_/images/mi/eabstron.gif}
241_widtheabstrx_ [c=niupepa] {65}
242_widtheabstrx_ [c=niupepa,l=mi] {65}
243_heighteabstrx_ [c=niupepa] {30}
244
245_httpiconenpepaof_ [c=niupepa] {_httpcollection_/images/enpepaof.gif}
246_httpiconenpepaof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/enpepaof.gif}
247_httpiconenpepaon_ [c=niupepa] {_httpcollection_/images/enpepaon.gif}
248_httpiconenpepaon_ [c=niupepa,l=mi] {_httpcollection_/images/mi/enpepaon.gif}
249_widthenpepax_ [c=niupepa] {65}
250_widthenpepax_ [c=niupepa,l=mi] {65}
251_heightenpepax_ [c=niupepa] {30}
252
253_httpiconeintroof_ [c=niupepa] {_httpcollection_/images/eintroof.gif}
254_httpiconeintroof_ [c=niupepa,l=mi] {_httpcollection_/images/mi/eintroof.gif}
255_httpiconeintroon_ [c=niupepa] {_httpcollection_/images/eintroon.gif}
256_httpiconeintroon_ [c=niupepa,l=mi] {_httpcollection_/images/mi/eintroon.gif}
257_widtheintrox_ [c=niupepa] {65}
258_widtheintrox_ [c=niupepa,l=mi] {65}
259_heighteintrox_ [c=niupepa] {30}
260
261_httpiconiabstr_ [c=niupepa] {_httpcollection_/images/iabstr.gif}
262
263_texticonsmalltext_ [c=niupepa] {_texticoncommentary_}
264_texticonabstract_ [c=niupepa] {View the english abstract}
265_texticonfullimage_ [c=niupepa] {View fullsize image of this page}
266_texticonprevimage_ [c=niupepa] {View preview image of this page}
267_texticonviewtext_ [c=niupepa] {View the text of this page}
268_texticoncommentary_ [c=niupepa] {View the commentary of this paper}
269_texticonviewabstract_ [c=niupepa] {View the English abstract of this issue}
270_texticonviewpaper_ [c=niupepa] {View niupepa issue}
271_texticonabstractintro_ [c=niupepa] {View introduction to English abstracts}
272
273_texticonsmalltext_ [c=niupepa,l=mi] {Tirohia kupu whakataki}
274_texticonabstract_ [c=niupepa,l=mi] {Tirohia ng_amn_ r_amn_popoto reo P_amn_keh_amn_}
275_texticonfullimage_ [c=niupepa,l=mi] {Titiro ki te whakaahua nui o t_emn_nei wh_amn_rangi niupepa}
276_texticonprevimage_ [c=niupepa,l=mi] {Titiro ki te whakaahua iti o t_emn_nei wh_amn_rangi niupepa}
277_texticonviewtext_ [c=niupepa,l=mi] {Titiro ki ng_amn_ kupu kua tuhia k_emn_ ki te rorohiko}
278_texticoncommentary_ [c=niupepa,l=mi] {Tirohia ng_amn_ kupu whakataki o t_emn_nei niupepa}
279_texticonviewabstract_ [c=niupepa,l=mi] {Tirohia te r_amn_popoto reo P_amn_keh_amn_ e p_amn_
280ana ki t_emn_nei w_amn_hanga}
281_texticonviewpaper_ [c=niupepa,l=mi] {Tirohia te wh_amn_rangi niupepa}
282_texticonabstractintro_ [c=niupepa,l=mi] {He whakam_amn_rama i ng_amn_ r_amn_popoto reo P_amn_keh_amn_}
283
284
285
286#################
287package help
288#################
289
290# no scope help for this collection
291_texthelpscope_ [c=niupepa] {}
292
293_textexplainbuttons_ [c=niupepa] {
294<p>
295<table cellspacing="0" cellpadding="2" border="0">
296<tr><td><img src="_httpimg_/smtext.gif" border="0"></td><td>_document:texticonsmalltext_</td></tr>
297<tr><td><img src="_httpimg_/clsdfldr.gif" border="0"></td><td>_document:texticonclosedfolder_</td></tr>
298<tr><td><img src="_httpimg_/more.gif"></td><td>_textnextbutton_</td></tr>
299<tr><td><img src="_httpimg_/less.gif"></td><td>_textprevbutton_</td></tr>
300<tr><td><img src="_httpicondtchdemo_"></td><td valign="center">_document:texticondetach_</td></tr>
301<tr><td><img src="_httpiconealltdemo_"></td><td valign="center">_document:texticonexpandtext_</td></tr>
302<tr><td><img src="_document:httpiconefiof_"></td><td valign="center">_document:texticonfullimage_</td></tr>
303<tr><td><img src="_document:httpiconepiof_"></td><td valign="center">_document:texticonprevimage_</td></tr>
304<tr><td><img src="_document:httpiconehlof_"></td><td valign="center">_document:texticonhighlight_</td></tr>
305</table>
306}
307
308_texthelptopics_ [c=niupepa,l=mi] {
309<h2 align=left>Kaupapa</h2>
310<ul>
311 <li><a href="\#finding-information">Ng_amn_ huarahi hei rapu k_omn_rero</a>
312 <li><a href="\#reading-books">Te p_amn_nui niupepa/kupu whakataki</a>
313 <li><a href="\#searching">Te rapu kupu</a>
314<ul>
315 <li><a href="\#query-terms">Ng_amn_ kupu hei rapu</a>
316 <li><a href="\#query-type">Ng_amn_ t_umn_momo rapu</a>
317 <li><a href="\#stemming">Ng_amn_ p_umn_ matua, p_umn_ iti me ng_amn_ k_umn_muri hoki</a>
318</ul>
319</ul>
320}
321
322_texthelptopics_ [c=niupepa] {
323<h2 align=left>Topics</h2>
324<ul>
325 <li><a href="\#finding-information">_textsimplehelpheading_</a>
326 <li><a href="\#reading-books">How to read the books</a>
327 <li><a href="\#searching">How to search for particular words</a>
328<ul>
329 <li><a href="\#query-terms">Search terms</a>
330 <li><a href="\#query-type">Query type</a>
331 <li><a href="\#stemming">Case sensitivity and stemming</a>
332</ul>
333</ul>
334}
335
336
337_texthelpreadingbooks_ [c=niupepa] {
338<h2>How to read Niupepa Pages</h2>
339
340<p>You can tell when you are looking at a Niupepa page because there is a picture
341of the Niupepa's insignia on the top right of the screen. Also, on the top left
342of the screen, the issue and number of the Niupepa is displayed, along with the
343publication date and some navigation buttons.
344
345<p>The lower half of the screen displays the digitized text of the Niupepa.
346It must be remembered that this text is captured by the computer from the
347pictures of the Niupepa pages. If the pages are dirty then errors will occur in the
348digitized text. View the picture of the Niupepa page to see the correct text.
349
350<p>If you click on the insignia of the Niupepa you will see the Bibliographic
351Commentary for that Niupepa. Other buttons are:
352}
353
354_texthelpreadingbooks_ [c=niupepa,l=mi] {
355<h2>Te P_amn_nui Niupepa</h2>
356
357<p>Mehemea ka kite atu koe i t_emn_tehi tohu niupepa i te taha katau o runga,
358ka m_omn_hio mai koe kei te titiro ki t_emn_tehi wh_amn_rangi o taua niupepa.
359Kei te taha maui o runga ka kite atu hoki i te nama me te w_amn_hanga o taua
360niupepa, te r_amn_ o taua niupepa, _amn_, kei reira hoki _emn_tehi p_amn_tene
361hei whakatere i ng_amn_ wh_amn_rangi o te niupepa.
362
363<p>Kei raro r_amn_ ka kite atu i ng_amn_ k_omn_rero o t_emn_tehi wh_amn_rangi
364o te niupepa. Kia maumahara mai, ko _emn_nei kupu _amn_-rorohiko he mea hangaia
365e te rorohiko i t_amn_na titiro ki te whakaahua o te wh_amn_rangi. Mehemea ka
366paruparu te _amn_hua o te whakaahua, ka h_emn_ _emn_tehi kupu. Kia kite atu
367i ng_amn_ kupu tika tirohia k_emn_tia te whakaahua o te wh_amn_rangi.
368
369<p>Mehemea ka p_amn_whiritia te tohu o te niupepa ka puta mai ng_amn_ kupu
370whakam_amn_rama m_omn_ taua niupepa. Ka p_emn_nei _emn_tehi atu p_amn_tene:
371}
372
373
374_textSeriesshort_ [c=niupepa] {access the niupepa by series}
375_textSeriesshort_ [c=niupepa,l=mi] {tirohia te whakar_amn_rangi taitara}
376_textDateshort_ [c=niupepa] {access the niupepa by date}
377_textDateshort_ [c=niupepa,l=mi] {tirohia te whakar_amn_rangi e p_amn_ ana ki te w_amn_}
378
379_textSerieslong_ [c=niupepa] {
380<p>You can <i>access the niupepa by series</i> by pressing the <i>series</i> button.
381This brings up a list of those niupepa series which are currently in the collection.
382Each series also contains a brief commentary which can be accessed from here.
383}
384
385_textSerieslong_ [c=niupepa,l=mi] {
386<p>Kia <i>tirohia te whakar_amn_rangi taitara</i> p_amn_whiritia te p_amn_tene
387<i>whakar_amn_rangi taitara</i>. Ka puta mai te whakar_amn_rangi o ng_amn_
388niupepa e p_amn_ ana ki ng_amn_ taitara.
389}
390
391_textDatelong_ [c=niupepa] {
392<p>You can <i>access the niupepa by date</i> by pressing the <i>dates</i> button.
393This brings up a list of all the niupepa issues, sorted chronologically.
394}
395
396_textDatelong_ [c=niupepa,l=mi] {<p>Kia <i>tirohia te whakar_amn_rangi e p_amn_ ana ki te w_amn_</i> p_amn_whiritia te
397p_amn_tene <i>w_amn_taka</i>. Ka puta mai te whakar_amn_rangi o ng_amn_ niupepa
398e p_amn_ ana ki te w_amn_ i puta mai ai aua niupepa.
399}
400
401_iconexplain_ [c=niupepa] {
402<table cellspacing="0" cellpadding="2" border="0">
403<tr valign="top"><td><img src="_httpcollection_/images/np.gif" width="20" height="20" border="0"></td>
404<td>Click on a newspaper icon to read the corresponding niupepa issue</td></tr>
405<tr valign="top"><td><img src="_httpimg_/bshelf.gif" border="0" width=20 height=16></td>
406<td>Click on a bookshelf icon when browsing the niupepa series to view a list of all the issues
407in that series</td></tr>
408<tr valign="top"><td><img src="_httpiconiabstr_" border="0"></td>
409<td>Click on an abstract icon to read English abstracts of the given issue</td></tr>
410</table>
411}
412
413_iconexplain_ [c=niupepa,l=mi] {
414<table cellspacing="0" cellpadding="2" border="0">
415<tr valign="top"><td><img src="_httpcollection_/images/np.gif" width="20" height="20" border="0"></td>
416<td>P_amn_whiritia te p_amn_tene niupepa kia puta mai ai taua niupepa</td></tr>
417<tr valign="top"><td><img src="_httpimg_/bshelf.gif" border="0" width=20 height=16></td>
418<td>P_amn_whiritia te p_amn_tene kohinga kia puta mai ai ng_amn_ niupepa o taua kohinga</td></tr>
419<tr valign="top"><td><img src="_httpiconiabstr_" border="0"></td>
420<td>P_amn_whiritia te p_amn_tene wh_amn_rangi kia puta mai ai te r_amn_popoto i te reo P_amn_keh_amn_</td></tr>
421</table>
422}
423
424
Note: See TracBrowser for help on using the repository browser.