Ignore:
Timestamp:
2023-07-30T15:55:56+12:00 (11 months ago)
Author:
davidb
Message:

Whitespace layout change to improve readability

File:
1 edited

Legend:

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

    r37170 r37856  
    4343  <!-- page/pageRequest[@baseURL]="//intermuse.sowemustthink.space/greenstone3/ -->
    4444  <!-- 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 -->   
    4645  <xsl:variable name="window-location-origin">https://intermuse.sowemustthink.space</xsl:variable>
    4746
     
    9392    <xsl:param name="optSection"/>   
    9493    <xsl:variable name="baseURL">https:<xsl:value-of select="/page/pageRequest/@baseURL"/></xsl:variable> <!-- **** had to hardwire https: -->
    95     <xsl:variable name="gsfOptionIncludeFileAssocOpenAnnotations"><xsl:value-of select="/page/pageResponse/format[@type='display']/gsf:option[@name='includeFileAssocOpenAnnotations']/@value"></xsl:value-of></xsl:variable>
    96     <xsl:variable name="cgiParamIncludeFileAssocOpenAnnotations"><xsl:value-of select="/page/pageRequest/paramList/param[@name='includeFileAssocOpenAnnotations']/@value"></xsl:value-of></xsl:variable>
     94    <xsl:variable name="gsfOptionIncludeFileAssocOpenAnnotations">
     95      <xsl:value-of select="/page/pageResponse/format[@type='display']/gsf:option[@name='includeFileAssocOpenAnnotations']/@value"></xsl:value-of>
     96    </xsl:variable>
     97    <xsl:variable name="cgiParamIncludeFileAssocOpenAnnotations">
     98      <xsl:value-of select="/page/pageRequest/paramList/param[@name='includeFileAssocOpenAnnotations']/@value"></xsl:value-of>
     99    </xsl:variable>
     100
    97101    <xsl:if test="$gsfOptionIncludeFileAssocOpenAnnotations='true' or $cgiParamIncludeFileAssocOpenAnnotations='true'">
    98102             "otherContent": [{
Note: See TracChangeset for help on using the changeset viewer.