Ignore:
Timestamp:
2023-01-06T23:04:11+13:00 (16 months ago)
Author:
davidb
Message:

Additional tidyup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document-iiif-manifest.xsl

    r37099 r37115  
    2121  <xsl:include href="layouts/header-vars.xsl"/>
    2222
     23  <!--
    2324  <xsl:include href="pages/document-shared.xsl" />
     25  -->
     26
    2427  <xsl:include href="pages/document-vars.xsl" />
    2528
     
    3740  <xsl:strip-space elements="*"/>
    3841  -->
    39  
     42
     43  <!-- page/pageRequest[@baseURL]="//intermuse.sowemustthink.space/greenstone3/ -->
     44  <!-- page/pageRequest[@fullURL]="//intermuse.sowemustthink.space/greenstone3/library?a=d.... -->
     45  <!-- ***** need to work out domain name to use from raw XML message, say processing something from the above -->   
     46  <xsl:variable name="window-location-origin">https://intermuse.sowemustthink.space</xsl:variable>
     47
     48   
    4049  <xsl:variable name="iiifPresentationRootIdentifier">http-greenstone://<xsl:value-of select="$site_name"/>/<xsl:value-of select="$collNameChecked"/>/<xsl:value-of select="$docID"/></xsl:variable>
    4150 
     
    97106      <xsl:text>/gs-cantaloupe/iiif/2/</xsl:text><xsl:value-of select="$site_name"/>:<xsl:value-of select="$collNameChecked"/>:<xsl:value-of select="$identifier"/>
    98107    </xsl:variable>
    99    
    100     <!-- page/pageRequest[@baseURL]="//intermuse.sowemustthink.space/greenstone3/ -->
    101     <!-- page/pageRequest[@fullURL]="//intermuse.sowemustthink.space/greenstone3/library?a=d.... -->
    102     <!-- ***** need to work out domain name to use from raw XML message, say processing something from the above -->   
    103     <xsl:variable name="window-location-origin">https://intermuse.sowemustthink.space</xsl:variable>
    104108
    105109    <xsl:variable name="section"><xsl:value-of select="position()" /></xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.