Changeset 37075


Ignore:
Timestamp:
2022-12-29T00:12:32+13:00 (16 months ago)
Author:
davidb
Message:

Changes that sync with the introduction of the SimpleAnnotationServer Storage backend

Location:
gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/js/document_viewer.js

    r37061 r37075  
    492492        "label":  iiifimg_label,
    493493
    494         // **** Annotation JSON File
     494        // **** Annotation JSON File openannotation-list.json *****
     495        /*
    495496        "otherContent": [
    496497                {
     
    499500                    "@type": "sc:AnnotationList"
    500501                }
    501             ]     
     502            ]
     503        */
     504       
     505        // **** Annotation JSON File webannotation-list.json *****
     506        /*
     507        "otherContent": [
     508                {
     509            "@id": "https://intermuse.sowemustthink.space/greenstone3/library/sites/intermuse/collect/programmes/index/assoc/"+assocfilepath+"/webannotation-list"+opt_section+".json",
     510                    "@type": "sc:AnnotationList"
     511                }
     512            ]
     513       */
    502514    };
    503515   
  • gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/transform/pages/document.xsl

    r37055 r37075  
    2626    </gsf:variable>
    2727
     28    <!--
    2829    <gsf:variable name="iiifPresentationRootIdentifier"><xsl:value-of select="$docID"/></gsf:variable>
     30    -->
     31   
     32    <gsf:variable name="iiifPresentationRootIdentifier">http-greenstone://<xsl:value-of select="$site_name"/>/<xsl:value-of select="$collNameChecked"/>/<xsl:value-of select="$docID"/></gsf:variable>
    2933
    3034    <!--
Note: See TracChangeset for help on using the changeset viewer.