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/classifier.xsl

    r33021 r33075  
    3131         
    3232          <iframe src="sites/{$site_name}/collect/{$collName}/iframe/nz-territorial-authorities-v06.svg"
    33               style="float:right; positionXX: absolute; width: 345px; height: 436px; border: none; ">
     33              style="float:right; width: 345px; height: 436px; border: none; ">
    3434        <gsf:comment>filler</gsf:comment>
    3535          </iframe>
    3636        </xsl:if>       
    37         <table id="classifiernodelist">
     37        <table id="classifiernodelist" style="position:relative;"> <!-- **** -->
    3838          <xsl:text> </xsl:text>
    3939          <xsl:call-template name="processNodeChildren">
     
    129129
    130130<div>
    131               <div class="zoomImage" id="wrapHASH" style="float: right; position:relative; width: 483px; height: 610px;">
     131              <div class="zoomImage" id="wrapHASH" style="position:absolute; width: 483px; height: 610px; right: -450px; top: 100px; ">
    132132        <div id="smallHASH" style="position: relative; width: 483px; height: 610px;">
    133133          <iframe src="sites/{$site_name}/collect/{$collName}/iframe/nz-territorial-authorities-v06.svg"
    134               style="floatXX:right; positionXXXX: absolute; width: 483px; height: 610px; border: none; ">
     134              style="width: 483px; height: 610px; border: none; ">
    135135            <xsl:comment>filler</xsl:comment>
    136136          </iframe>
     
    141141          </div>
    142142         
    143                   <div id="largeHASH" style="position: relative; width: 1380px; height:1744px; left: 600px; top: 100px; leftXX: -57.48px; topXX: -4.65867px;">
     143                  <div id="largeHASH" style="position: relative; width: 1380px; height:1744px; left: 600px; top: 100px;">
    144144
    145145            <iframe id="largeHASH-iframe" src="sites/{$site_name}/collect/{$collName}/iframe/nz-territorial-authorities-v06-large.svg"
    146                 style="floatXX:right; positionXXXX: absolute; width: 1380px; height: 1744px; border: none; ">
     146                style="width: 1380px; height: 1744px; border: none; ">
    147147              <xsl:comment>filler</xsl:comment>
    148148            </iframe>
     
    168168          });
    169169
    170           $("#zoomOptions input").prop("checked", false);
    171           $("#zoomOptions").css("display", "");
    172           //}
    173 
     170
     171          $("#zoomOptions input").prop("checked", true);
     172          $("#zoomOptions").css("display", "block");
    174173          _imageZoomEnabled = true;
    175174
    176175          aZoomer.mouseenter(function (e) {
     176             if (!_imageZoomEnabled) { return false }
     177
    177178         $('#moverHASH').css("display","block");
    178179             //console.log("**** mouseenter: pageX = " + e.pageX + "," + "PageY = " + e.pageY);
     
    196197        </xsl:if>
    197198       
    198         <table id="classifiernodelist">
     199        <table id="classifiernodelist" style="position:relative;"> <!-- **** -->
    199200          <xsl:for-each select='classifierNode'>
    200201        <xsl:call-template name="processNodeChildren">
Note: See TracChangeset for help on using the changeset viewer.