Changeset 33159 for main


Ignore:
Timestamp:
2019-06-15T15:47:03+12:00 (5 years ago)
Author:
davidb
Message:

Deleted mime-type property

File:
1 edited

Legend:

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

    • Property svn:mime-type deleted
    r33075 r33159  
    1010
    1111  <xsl:template name="create-banner">       
     12    <!-- complete supress banner on the about page -->
     13    <!--
    1214    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">
    1315      <div id="titlesearchcontainer">
     
    1719      <xsl:call-template name="browsing-tabs"/>
    1820    </div>
     21    -->
    1922  </xsl:template>
    2023
     
    2730    </figure>
    2831
    29     <h1>Archaeological PDF Reports Digital Library</h1>
     32    <h1>Archaeological Reports Digital Library</h1>
    3033
    3134    <p>
     
    3740      <gsf:metadata type="collection" name="numDocs"/>
    3841-->
     42<!--
    3943      <xsl:value-of select="$numDocs"/>
     44-->
    4045      volumes, which date from the
    4146      early 1970s to the present day.
     
    6772      <xsl:call-template name="browsing-tabs"/>
    6873    </div>
    69    
     74
     75    <div id="gotoBerries" style="display: none; padding-top: 10px;">
     76      <a href="{$library_name}?a=g&amp;sa=berry&amp;c=&amp;s=DisplayList&amp;rt=r&amp;p.c={$collName}">
     77    <img src="interfaces/{$interface_name}/images/berry.png" alt="view berry basket" width="15" height="15" border="0" />
     78      </a>
     79      You have also added some items to the Berry Basket, which you can access
     80      <a href="{$library_name}?a=g&amp;sa=berry&amp;c=&amp;s=DisplayList&amp;rt=r&amp;p.c={$collName}">here</a>.
     81    </div>
     82    <script>
     83      <xsl:text disable-output-escaping="yes">
     84    $(document).ready(
     85      countBerries(function(berry_count) {
     86        if (berry_count>0) {
     87          $('#gotoBerries').show();
     88        }
     89      })
     90        );
     91      </xsl:text>
     92    </script>
     93
    7094    <p style="padding-top: 10px;">
    7195      Should you prefer, you may contact us as follows:
     
    90114
    91115</xsl:stylesheet> 
    92 
Note: See TracChangeset for help on using the changeset viewer.