Skip to content
Snippets Groups Projects
Commit 861cec60 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

2. Digitalisatquelle für Wildbad / Hirsau

parent 6b85276b
No related branches found
No related tags found
No related merge requests found
......@@ -148,6 +148,7 @@
<xsl:variable name="imgpath" select="substring-before(/TEI/teiHeader/encodingDesc/listPrefixDef/prefixDef[@ident='img']/@replacementPattern,'$1')"/>
<xsl:variable name="imgpath2" select="substring-before(/TEI/teiHeader/encodingDesc/listPrefixDef/prefixDef[@ident='img2']/@replacementPattern,'$1')"/>
<xsl:variable name="imgpath3" select="substring-before(/TEI/teiHeader/encodingDesc/listPrefixDef/prefixDef[@ident='img3']/@replacementPattern,'$1')"/> <!-- für Hirsau in Wildbad 1615 -->
<xsl:variable name="cRef-biblical-start">https://www.biblija.net/biblija.cgi?m=</xsl:variable>
<xsl:variable name="cRef-biblical-end">&amp;id12=1&amp;id8=1&amp;set=1&amp;l=en</xsl:variable>
......@@ -294,8 +295,15 @@
</div>
<div class="facscol">
<img class="facsimile">
<xsl:attribute name="src">
<xsl:value-of select="concat($imgpath,substring-after(./@facs, 'img:'))"/>
<xsl:attribute name="src">
<xsl:choose>
<xsl:when test="contains(./@facs, 'img:')">
<xsl:value-of select="concat($imgpath,substring-after(./@facs, 'img:'))"/>
</xsl:when>
<xsl:when test="contains(./@facs, 'img3:')">
<xsl:value-of select="concat($imgpath3,substring-after(./@facs, 'img3:'))"/>
</xsl:when>
</xsl:choose>
</xsl:attribute>
<xsl:attribute name="alt">
<xsl:text>Faksimile</xsl:text>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment