Loading plugins-available/default/img_viewer/img_viewer.xsl +8 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,14 @@ <xsl:template match="tei:pb"> <xsl:variable name="href"> <xsl:choose> <xsl:when test="starts-with(@facs,'http')"> <xsl:value-of select="@facs"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="concat($baseuri,$project,'/',$imagesRepository,@facs)"/> </xsl:otherwise> </xsl:choose> </xsl:variable> <a> <xsl:attribute name="class">pb img_viewer_link</xsl:attribute> Loading Loading
plugins-available/default/img_viewer/img_viewer.xsl +8 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,14 @@ <xsl:template match="tei:pb"> <xsl:variable name="href"> <xsl:choose> <xsl:when test="starts-with(@facs,'http')"> <xsl:value-of select="@facs"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="concat($baseuri,$project,'/',$imagesRepository,@facs)"/> </xsl:otherwise> </xsl:choose> </xsl:variable> <a> <xsl:attribute name="class">pb img_viewer_link</xsl:attribute> Loading