Changeset 36637


Ignore:
Timestamp:
2022-09-20T10:54:04+12:00 (19 months ago)
Author:
kjdon
Message:

added the collage mods from classifier.xsl-for-gs311 into classifier.xsl, and removed the former file

Location:
main/trunk/greenstone3/web/interfaces/default/transform/pages
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/classifier.xsl

    r36636 r36637  
    135135      </xsl:otherwise>
    136136    </xsl:choose>
     137  </xsl:template>
     138
     139  <xsl:template name="Collage">
     140    <script type="text/javascript" src="interfaces/{$interface_name}/js/collage_scripts.js"><xsl:text> </xsl:text></script>
     141        <div id="collagewrapper" style="width: 800px; height: 643px; position: relative; background-image:url('sites/{$site_name}/collect/twso/images/oldimagebackground1.png'); text-align: center;" alt="Click to start/stop a collage of images" title="Click to start/stop a collage of images" onmouseover="" onmouseout=""><xsl:text> </xsl:text></div>
     142   
    137143  </xsl:template>
    138144
     
    246252        </iframe>
    247253      </xsl:when>
     254      <xsl:when test="@childType = 'Collage'">
     255    <xsl:call-template name="Collage" />
     256      </xsl:when>
    248257      <xsl:otherwise>
    249258          we are in the other wise
Note: See TracChangeset for help on using the changeset viewer.