Ignore:
Timestamp:
2023-09-28T10:57:15+13:00 (7 months ago)
Author:
davidb
Message:

Updated comment

File:
1 edited

Legend:

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

    r37856 r38245  
    4343  <!-- page/pageRequest[@baseURL]="//intermuse.sowemustthink.space/greenstone3/ -->
    4444  <!-- page/pageRequest[@fullURL]="//intermuse.sowemustthink.space/greenstone3/library?a=d.... -->
    45   <xsl:variable name="window-location-origin">https://intermuse.sowemustthink.space</xsl:variable>
     45  <!-- <xsl:variable name="window-location-origin">https://intermuse.sowemustthink.space</xsl:variable> -->
     46  <xsl:variable name="window-location-origin">http://localhost:8383</xsl:variable>
    4647
    4748  <!-- optional cgi-params for links to document pages -->
     
    9192  <xsl:template name="iiif-other-content">
    9293    <xsl:param name="optSection"/>   
    93     <xsl:variable name="baseURL">https:<xsl:value-of select="/page/pageRequest/@baseURL"/></xsl:variable> <!-- **** had to hardwire https: -->
     94    <xsl:variable name="baseURL">http:<xsl:value-of select="/page/pageRequest/@baseURL"/></xsl:variable> <!-- **** currently need to hardwire as http: or https: -->
    9495    <xsl:variable name="gsfOptionIncludeFileAssocOpenAnnotations">
    9596      <xsl:value-of select="/page/pageResponse/format[@type='display']/gsf:option[@name='includeFileAssocOpenAnnotations']/@value"></xsl:value-of>
     
    249250        "service": {
    250251          "profile": "http://iiif.io/api/search/0/search",
    251           "@id": "https://intermuse.sowemustthink.space/simpleAnnotationStore/search-api/<xsl:value-of select="$toplevelSASShortID"/>/search",
     252          "@id": "http://localhost:8383/simpleAnnotationStore/search-api/<xsl:value-of select="$toplevelSASShortID"/>/search",
    252253          "@context": "http://iiif.io/api/search/0/context.json"
    253254    },
Note: See TracChangeset for help on using the changeset viewer.