Changeset 37075
- Timestamp:
- 2022-12-29T00:12:32+13:00 (11 months ago)
- 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 492 492 "label": iiifimg_label, 493 493 494 // **** Annotation JSON File 494 // **** Annotation JSON File openannotation-list.json ***** 495 /* 495 496 "otherContent": [ 496 497 { … … 499 500 "@type": "sc:AnnotationList" 500 501 } 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 */ 502 514 }; 503 515 -
gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/transform/pages/document.xsl
r37055 r37075 26 26 </gsf:variable> 27 27 28 <!-- 28 29 <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> 29 33 30 34 <!--
Note:
See TracChangeset
for help on using the changeset viewer.