Changeset 33364


Ignore:
Timestamp:
2019-07-25T15:59:48+12:00 (5 years ago)
Author:
davidb
Message:

Requested word changes to About page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/transform/pages/about.xsl

    r33274 r33364  
    88    extension-element-prefixes="java util"
    99    exclude-result-prefixes="java util">
     10
     11  <!-- optional cgi-params for links to document pages -->
     12  <!-- needed here because collectionConfig.xml defined a template in
     13       its *global* section that uses gsf:link, which in turn then
     14       generates XSL tags that refer to opt-doc-link-arg -->
     15  <xsl:variable name="opt-doc-link-args"></xsl:variable>
    1016
    1117  <xsl:template name="create-banner">       
     
    3137    <a href="{$library_name}/collection/{$collName}/page/help">Help</a>
    3238      </div>
    33 
    3439      <img src="https://www.heritage.org.nz/-/media/heritage/images/protect/archaeology/digital-library-page.jpg?useCustomFunctions=1&amp;mw=920" width="220" alt="Archaeological digital library" />
    3540    </figure>
     
    4247      research programmes and archaeological authorities.  The digital
    4348      library provides searching and browsing access to these
     49
    4450<!--
    4551      <gsf:metadata type="collection" name="numDocs"/>
     
    5460
    5561    <p>
    56       You can locate reports through the search interface:
     62      You can locate and download reports through the search interface:
    5763    </p>
    5864    <div id="titlesearchcontainer">
     
    104110    <ul style="list-style: none;">
    105111      <li>
    106     <a href="sites/{$site_name}/collect/{$collName}/for-download/Archaeological-Reports-20190620.csv">
     112    <a href="sites/{$site_name}/collect/{$collName}/for-download/Archaeological-Reports-24-July-2019.csv">
    107113      <img src="interfaces/{$interface_name}/images/iexcel.gif" />
    108       Archaeological-Reports.csv</a> (last updated 20 June 2019)
     114      Archaeological-Reports.csv</a>
    109115      </li>
    110116    </ul>
     
    115121    <p style="padding-left: 20px">
    116122      <i>
    117     Archaeological Digital Library<br/>
    118     Heritage New Zealand<br/>
    119     National Office<br/>
     123    Archaeological Reports Digital Library<br/>
     124    Heritage New Zealand Pouhere Taonga<br/>
     125    Antrim House<br/>
     126    63 Boulcott Street<br/>
    120127    P O Box 2629<br/>
    121     Wellington 6140
     128    Wellington 6160
    122129      </i>
    123130    </p>
    124131    <p style="padding-left: 20px">
    125132      <i>
    126     Phone: (04) 472 4341
     133    Phone: +64 4 472 4341
    127134      </i>
    128135    </p>
     136    <p style="padding-left: 20px">
     137      <i>
     138    Email: <a href="mailto:[email protected]">[email protected]</a>
     139      </i>
     140    </p>
     141
    129142   
    130143   
Note: See TracChangeset for help on using the changeset viewer.