Ignore:
Timestamp:
2019-05-14T14:07:29+12:00 (5 years ago)
Author:
davidb
Message:

Changes to provided customized layout requested by Heritage NZ, including searching and browsing on About page in text, and berry baskets

File:
1 edited

Legend:

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

    r33027 r33075  
    99    exclude-result-prefixes="java util">
    1010
     11  <xsl:template name="create-banner">       
     12    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
     13      <div id="titlesearchcontainer">
     14    <xsl:call-template name="page-title-area"/>
     15    <div style="clear:both;"><xsl:text> </xsl:text></div>
     16      </div>
     17      <xsl:call-template name="browsing-tabs"/>
     18    </div>
     19  </xsl:template>
     20
     21
    1122  <xsl:template name="coll-description">
    1223    <xsl:variable name="numDocs" select="/page/pageResponse/collection/metadataList/metadata[@name='numDocs']"/>
    1324   
     25    <figure style="float: right;">
     26      <img src="http://www.heritage.org.nz/-/media/heritage/images/protect/archaeology/digital-library-page.jpg?useCustomFunctions=1&amp;mw=920" width="220" alt="Archaeological digital library" />
     27    </figure>
     28
    1429    <h1>Archaeological PDF Reports Digital Library</h1>
     30
    1531    <p>
    1632      Heritage New Zealand holds an extensive collection of
     
    2642    </p>
    2743   
    28     <figure class="">
    29       <img src="http://www.heritage.org.nz/-/media/heritage/images/protect/archaeology/digital-library-page.jpg?useCustomFunctions=1&amp;mw=920" width="220" alt="Archaeological digital library" />
    30     </figure>
     44
     45    <p>
     46      You can locate reports through the search interface:
     47    </p>
     48    <div id="titlesearchcontainer">
     49      <style>
     50    #quicksearcharea    { float: left;  text-align: left; }
     51    #quicksearcharea ul { float: right; text-align: right; }
     52      </style>
     53      <xsl:call-template name="quick-search-area"/>
     54      <div style="clear:both;"><xsl:text> </xsl:text></div>
     55    </div>
     56
     57    <p>
     58      Or else browse by:
     59    </p>
     60    <style>
     61      #gs-nav li:hover  { background-color: #662020; }
     62      #inpage-browsing-tabs li  { float: inherit;  display: inherit; margin: 5px; }
     63      #inpage-browsing-tabs { width: 200px; }
     64
     65    </style>
     66    <div id="inpage-browsing-tabs" >
     67      <xsl:call-template name="browsing-tabs"/>
     68    </div>
    3169   
    32     <p>
     70    <p style="padding-top: 10px;">
    3371      Should you prefer, you may contact us as follows:
    3472    </p>
    35     <p>
    36       <i style="padding-left: 20px">
     73    <p style="padding-left: 20px">
     74      <i>
    3775    Archaeological Digital Library<br/>
    3876    Heritage New Zealand<br/>
     
    4280      </i>
    4381    </p>
    44     <p>tel: (04) 472 4341</p>
     82    <p style="padding-left: 20px">
     83      <i>
     84    tel: (04) 472 4341
     85      </i>
     86    </p>
    4587   
    4688   
Note: See TracChangeset for help on using the changeset viewer.