Changeset 13346 for trunk/niupepa


Ignore:
Timestamp:
2006-11-27T13:45:55+13:00 (17 years ago)
Author:
nzdl
Message:

modified for standard receptionist and extra.dm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/niupepa/macros/about.dm

    r3700 r13346  
    11package about
    22
    3 _javalinks_ [c=niupepa] {_imagehelp__imagepref__imagenzdl_}
    4 _javalinks_ [c=niupepa,v=1] {
    5 _imagehelp_<br>
    6 _imagepref_<br>
    7 _imagenzdl_<br>
    8 }
    9 
     3#_javalinks_  {_imagehelp__imagepref__imagenzdl_}
     4#_javalinks_ [v=1] {
     5#_imagehelp_<br>
     6#_imagepref_<br>
     7#_imagenzdl_<br>
     8#}
     9
     10_globallinks_ {_helplink__preflink__nzdllink_}
    1011
    1112#######################################################################
     
    1314#######################################################################
    1415
    15 _httpiconhhome_ [c=niupepa] {_httpprefix_/collect/niupepa/images/h\_home.gif}
    16 _httpiconhhome_ [c=niupepa,l=mi] {_httpprefix_/collect/niupepa/images/mi/h\_home.gif}
    17 _widthhhome_ [c=niupepa] {150}
    18 _heighthhome_ [c=niupepa] {57}
    19 _imagethispage_ [c=niupepa] {<img src="_httpiconhhome_" width=_widthhhome_ height=_heighthhome_>}
     16#_httpiconhhome_  {_httpprefix_/collect/niupepa/images/h\_home.gif}
     17#_httpiconhhome_ [l=mi] {_httpprefix_/collect/niupepa/images/mi/h\_home.gif}
     18#_widthhhome_  {150}
     19#_heighthhome_  {57}
     20#_imagethispage_  {<img src="_httpiconhhome_" width=_widthhhome_ height=_heighthhome_>}
     21_titlehome_ {home}
     22_titlehome_ [l=mi] {kāinga}
     23_imagethispage_ {_titlehome_}
    2024
    2125# don't want link to 'about' page
    22 _imagecollection_ [c=niupepa] {<img src="_iconcollection_" border=0>}
    23 
    24 _imagemined_ [c=niupepa] {<a href="http://www.minedu.govt.nz/">_iconmined_</a>}
    25 
    26 _iconmined_ [c=niupepa] {<img src="_httpprefix_/collect/niupepa/images/mined.gif" border=0>}
     26_imagecollection_ {<img src="_iconcollection_" border=0>}
     27
     28_imagemined_ {<a href="http://www.minedu.govt.nz/">_iconmined_</a>}
     29
     30_iconmined_ {<img src="_httpprefix_/collect/niupepa/images/mined.gif" border=0>}
    2731
    2832##############
     
    3135
    3236
    33 _aboutextra_ [c=niupepa] {
     37_pagescriptextraold_ {
     38<!--
     39function popupSurvey() \{
     40   // check if the cookie has been set
     41   if (retrieveCookie ("niupepasurvey_visited") == null) \{
     42     setCookie ("niupepasurvey_visited", "true", "forever");
     43     setCookie ("niupepasurvey_blocked", "true", "session");
     44     return;
     45   \}
     46   
     47   if (retrieveCookie ("niupepasurvey_blocked" ) != null) \{
     48      return; // we are blocking the popup at the moment
     49   \}
     50   // if we have got here, popup the survey
     51   // block the popup for the rest of this session - in case they don't submit
     52   setCookie ("niupepasurvey_blocked", "true", "session");
     53
     54    // open the popup
     55    window.open('_httpcollection_/html/questions.html','questions','height=800,width=650,scrollbars=yes,resizable=yes');
     56\}
     57
     58
     59function retrieveCookie( cookieName ) \{
     60  /* retrieved in the format
     61  cookieName4=value; cookieName3=value; cookieName2=value; cookieName1=value
     62  only cookies for this domain and path will be retrieved */
     63   
     64  var cookieJar = document.cookie.split( "; " );
     65  for( var x = 0; x < cookieJar.length; x++ ) \{
     66    var oneCookie = cookieJar[x].split( "=" );
     67    if( oneCookie[0] == escape( cookieName ) ) \{
     68      return unescape( oneCookie[1] );
     69    \}
     70  \}
     71  return null;
     72\}
     73
     74function setCookie( cookieName, cookieValue, lifeTime) \{
     75  if (!cookieName) \{return false;\}
     76  var expires = "";
     77  if (lifeTime == "forever") \{
     78    expires = ";expires=Sun, 31 Dec 2006 12:00:00 GMT";
     79  \}
     80  document.cookie = cookieName + "=" + cookieValue + expires;
     81 
     82\}
     83//-->
     84}
     85
     86_header_ {_cgihead_
     87_htmlhead_(class="bgimage")
     88_startspacer__pagebanner_
     89}
     90
     91_headerold_ {_cgihead_
     92_htmlhead_(class="bgimage")
     93<script language="javascript" type="text/javascript">
     94<!--
     95popupSurvey();
     96// -->
     97</script>
     98_startspacer__pagebanner_
     99}
     100
     101_aboutextra_  {
    34102<table border=0 width=_pagewidth_>
    35103<tr><td align=right>
     
    39107}
    40108
    41 _pagetitle_ [c=niupepa] {_collectionname_}
    42 
    43 _content_ [c=niupepa] {
     109_pagetitle_ {_collectionname_}
     110
     111_content_ {
    44112<center>
    45 _navigationbar_
    46 <br><small><i>
     113<div class="navbar">
     114<p class="navbar">
     115_optnavigationbar_
     116</p>
     117</div>
     118<small><i>
    47119_textxselect_
    48120</i></small>
     
    52124<p><center><h3>_textxwelcome_</h3></center>
    53125
    54 <p>_textxwelcome2_
     126_textxwelcome2_
    55127
    56128<p>_textxbackground_
     
    59131
    60132<br>&nbsp;<p>&nbsp;
    61 <p>_iconblankbar_<br>
     133<div class="divbar">&nbsp;</div>
    62134
    63135<p><a name="background"><h3>_textxbackground2_</h3></a>
     
    65137_textxbackground3_
    66138
    67 <p>_iconblankbar_<br>
     139<div class="divbar">&nbsp;</div>
    68140
    69141<p><a name="supportorgs"><h3>_textxsupporgs_</h3></a>
     
    77149}
    78150
    79 _textxselect_ [c=niupepa] {select one of the buttons on the above bar to access the niupepa}
    80 _textxselect_ [c=niupepa,l=mi] {pāwhiritia tētehi
     151_textxselect_ {select one of the buttons on the above bar to access the niupepa}
     152_textxselect_ [l=mi] {pāwhiritia tētehi
    81153pātene ki runga ake nei kia pānui ai ngā niupepa}
    82154
    83 _textxwelcome_ [c=niupepa] {Welcome to the Māori Niupepa Collection}
    84 _textxwelcome_ [c=niupepa,l=mi] {Nau mai ki te Kohikohinga Niupepa Māori}
    85 
    86 _textxwelcome2_ [c=niupepa] {
    87 Here we have a collection of historic newspapers published primarily for
     155_textxwelcome_ {Welcome to the Māori Niupepa Collection}
     156_textxwelcome_ [l=mi] {Nau mai ki te Kohikohinga Niupepa Māori}
     157
     158_textxwelcome2_ {
     159<p>Here we have a collection of historic newspapers published primarily for
    88160a Māori audience between 1842 and 1932. The newspapers can be <a
    89161href="_httpquery_"><b>searched</b></a> (full text), <a
     
    93165Project</a>, at the <a href="http://www.cs.waikato.ac.nz/cs/">Department of
    94166Computer Science</a>, <a href="http://www.waikato.ac.nz">University of
    95 Waikato</a>.
    96 }
    97 
    98 _textxwelcome2_ [c=niupepa,l=mi] { Kua whakaemitia mai ki konei he
    99 kohikohinga niupepa i tāngia mō ngā kaipānui Māori o
    100 ngā tau 1842-1932. E taea te pānui niupepa mā te <a
     167Waikato</a>.</p>
     168}
     169
     170_textxwelcome2_ [l=mi] {
     171<p>Kua whakaemitia mai ki konei he kohikohinga niupepa i tāngia
     172mō ngā kaipānui Māori o ngā tau
     1731842-1932. E taea te pānui niupepa mā te <a
    101174href="_httpquery_">rapu kupu</a>, i te <a
    102 href="_httpbrowseSeries_">rārangi taitara</a>, me te
    103 rārangi <a href="_httpbrowsedate_">wātaka</a> hoki. He mea i
     175href="_httpbrowseSeries_">rārangi taitara</a>, me te rārangi
     176<a href="_httpbrowseDate_">wātaka</a> hoki. He mea i
    104177whakatūria e te kaupapa <a href="http://www.nzdl.org">New Zealand
    105178Digital Library</a>, i te <a href="http://www.cs.waikato.ac.nz/cs/">Tari
    106 Rorohiko</a>, o te <a href="http://www.waikato.ac.nz">Whare Wānanga o
    107 Waikato</a>.
    108 }
    109 
    110 _textxbackground_ [c=niupepa] {<a href="#background">Background
     179Rorohiko</a>, o te <a href="http://www.waikato.ac.nz">Whare Wānanga
     180o Waikato</a>.</p>
     181}
     182
     183_textxbackground_ {<a href="#background">Background
    111184information</a> about the collection can be accessed below.}
    112185
    113 _textxbackground_ [c=niupepa,l=mi] {Kei raro rei he <a
     186_textxbackground_ [l=mi] {Kei raro nei he <a
    114187href="#background">kupu whakamārama</a> e pā ana ki te kohikohinga
    115188nei.}
    116189
    117 _textxgrateful_ [c=niupepa] {We are grateful for the support of many
     190_textxgrateful_ {We are grateful for the support of many
    118191organisations that have assisted in making this collection freely
    119192available, in particular the <a href="http://www.minedu.govt.nz">Ministry
     
    121194see our <a href="#supportorgs">supporting organisations</a> section below.}
    122195
    123 _textxgrateful_ [c=niupepa,l=mi] {Ka nui te mihi ki ngā
     196_textxgrateful_ [l=mi] {Ka nui te mihi ki ngā
    124197rōpū tautoko i te kaupapa nei. Nā tā rātou tautoko kua
    125198kore he utu, mā koutou, mō te titiro ki ngā niupepa nei. Ko te <a
     
    129202href="#supportorgs">rōpū tautoko</a>.}
    130203
    131 _textxbackground2_ [c=niupepa] {Background Information}
    132 _textxbackground2_ [c=niupepa,l=mi] {He Kupu Whakamārama}
    133 
    134 _textxbackground3_ [c=niupepa] {
     204_textxbackground2_ {Background Information}
     205_textxbackground2_ [l=mi] {He Kupu Whakamārama}
     206
     207_textxbackground3_ {
    135208<p>The niupepa collection consists of over 17,000 pages taken from 34
    136209separate periodicals. It is based on &quot;Niupepa 1842-1933&quot;, a
    137210microfiche collection produced by the <a
    138 href="http://www.natlib.govt.nz/en/collections/turnbull/index.html">Alexander
     211href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
    139212Turnbull Library</a>. 70% of the collection is written solely in
    140213Māori, 27% is bilingual and about 3% is written in English. There
     
    149222  <li><a href="_httppagex_(abexpl)">English abstracts</a> for each issue
    150223</ul>
    151 }
    152 
    153 _textxbackground3_ [c=niupepa,l=mi] {
     224
     225<p>Further information about the Niupepa Collection can be found in <i>Rere
     226Atu Taku Manu! Discovering History, Language & Politics in the Māori
     227Language Newspapers</i>. Edited by Jennifer Curnow, Ngapare Hopa, and Jane
     228McRae. Auckland University Press (2002).
     229}
     230
     231_textxbackground3_ [l=mi] {
    154232
    155233<p>He nui ake i te 17,700 whārangi, mai i te 34 niupepa kei te kohikohinga
    156234nei. He mea hanga i te &quot;Niupepa 1842-1933&quot;, te kohinga kua
    157235whakaemihia e te <a
    158 href="http://www.natlib.govt.nz/en/collections/turnbull/index.html">
    159 Alexander Turnbull Library</a> ki runga i te kiriata mororiki. 70% kei te
     236href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
     237Turnbull Library</a> ki runga i te kiriata mororiki. E 70% kei te
    160238reo Māori, 27% kei ngā reo e rua, ā, kua āhua 3% kei te reo
    161239Pākehā. E toru ngā kaupapa matua o ngā niupepa nei: he
     
    170248  <li>he <a href="_httppagex_(abexpl)">rāpopototanga reo Pākehā</a>
    171249</ul>
    172 }
    173 
    174 _textxsupporgs_ [c=niupepa] {Supporting Organisations}
    175 _textxsupporgs_ [c=niupepa,l=mi] {RōpÅ« Tautoko}
    176 
    177 _textyaymined_ [c=niupepa] {The <a
     250
     251<p>Mō ētehi atu kōrero pānuitia te pukapuka <i>Rere
     252Atu Taku Manu! Discovering History, Language & Politics in the Māori
     253Language Newspapers</i>. Nā Jennifer Curnow, rātou ko Ngapare Hopa, ko Jane McRae. Auckland University Press (2002).
     254}
     255
     256_textxsupporgs_  {Supporting Organisations}
     257_textxsupporgs_ [l=mi] {RōpÅ« Tautoko}
     258
     259_textyaymined_  {The <a
    178260href="http://www.minedu.govt.nz">Ministry of Education</a> are the
    179261principal sponsors of this project.}
    180262
    181 _textyaymined_ [c=niupepa,l=mi] {Ko te tino tautoko o te kaupapa nei,
     263_textyaymined_ [l=mi] {Ko te tino tautoko o te kaupapa nei,
    182264i puta i te <a href="http://www.minedu.govt.nz">Tāhuhu o te
    183265Mātauranga</a>.}
    184266
    185 _textxsupportorgs2_ [c=niupepa] {
     267_textxsupportorgs2_ {
    186268<p>Financial support was also generously given by the following
    187269university libraries:
     
    198280<p>The newspapers are also available on 35mm microfilm and microfiche. They
    199281can be borrowed on interloan through your local library or purchased from
    200 the <a href="http://www.natlib.govt.nz/en/collections/turnbull/index.html">Alexander Turnbull Library</a>.
     282the <a href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander Turnbull Library</a>.
    201283
    202284<p>Digital image capture was provided by <a
     
    211293}
    212294
    213 _textxsupportorgs2_ [c=niupepa,l=mi] {
     295_textxsupportorgs2_ [l=mi] {
    214296<p>Arā anō hoki ngā tautoko i tukua mai e ngā whare
    215297pukapuka o ngā whare wānanga:
     
    227309mōkito 35mm me te kiriata mororiki. Ka taea te tono atu ki te
    228310whare pukapuka o tō rohe, ka taea rānei te hoko, mai i te <a
    229 href="http://www.natlib.govt.nz/en/collections/turnbull/index.html">Alexander
     311href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
    230312Turnbull Library</a>.
    231313
Note: See TracChangeset for help on using the changeset viewer.