Skip to content

Commit

Permalink
Merge pull request #255 from VandyVRC/development
Browse files Browse the repository at this point in the history
Test dev workflow
  • Loading branch information
wsalesky authored Oct 26, 2023
2 parents 8261ae0 + e97f43a commit 21a5820
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/tcadrt" abbrev="tcadrt" version="1.22" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://srophe.org/tcadrt" abbrev="tcadrt" version="1.23-dev" spec="1.0">
<title>Architectura Sinica</title>
<!-- eXist shared resources -->
<dependency package="http://exist-db.org/html-templating"/>
Expand Down
4 changes: 2 additions & 2 deletions repo-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Web Site URL -->
<url>https://architecturasinica.org/</url>
<!-- Root of app for building dynamic links. Default is eXist app root -->
<nav-base>/exist/apps/tcadrt</nav-base>
<nav-base></nav-base>
<!-- eXist app root for app deployment-->
<app-root>tcadrt</app-root>
<!-- eXist data app root for gazetteer data -->
Expand Down Expand Up @@ -57,4 +57,4 @@
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));</google_analytics>
</config>
</meta>
</meta>
4 changes: 2 additions & 2 deletions resources/xsl/tei2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@
<xsl:template match="t:listObject">
<xsl:if test="//t:objectIdentifier/t:idno[@type='iiif']">
<div class="iiif-image">
<img src="{//t:objectIdentifier/t:idno[@type='iiif']}" alt="{//t:objectIdentifier/t:objectName}" width="80%"></img>
<p><a href="https://projectmirador.org/embed/?iiif-content={//t:relation[@ref='manifest']/@active}">View in Mirador</a></p>
<img src="{//t:objectIdentifier/t:idno[@type='iiif']}" alt="{//t:objectIdentifier/t:objectName}" width="80%"/>
<p><a href="https://projectmirador.org/embed/?iiif-content={//t:relation[@ref='manifest']/@active}">View annotations in Mirador</a></p>
</div>
</xsl:if>

Expand Down

0 comments on commit 21a5820

Please sign in to comment.