Skip to content
Snippets Groups Projects
Commit ced9f722 authored by David Maus's avatar David Maus
Browse files

Repertorium: HTML-Anzeige verbessert

parent 2ba9de66
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<th>Verfasser</th> <th>Verfasser</th>
<td> <td>
<xsl:choose> <xsl:choose>
<xsl:when test="//tei:author"> <xsl:when test="//tei:author[normalize-space()]">
<xsl:value-of select="//tei:author"/> <xsl:value-of select="//tei:author"/>
</xsl:when> </xsl:when>
<xsl:otherwise>-</xsl:otherwise> <xsl:otherwise>-</xsl:otherwise>
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
<tr> <tr>
<th>Signatur</th> <th>Signatur</th>
<td> <td>
<xsl:text>Cod. Guelf. </xsl:text>
<xsl:value-of select="//tei:msDesc/tei:msIdentifier/tei:idno"/> <xsl:value-of select="//tei:msDesc/tei:msIdentifier/tei:idno"/>
<xsl:if test="//tei:msItem/tei:locus/@from"> <xsl:if test="//tei:msItem/tei:locus/@from">
<xsl:text>, beginnt auf </xsl:text> <xsl:text>, beginnt auf </xsl:text>
...@@ -323,7 +322,7 @@ ...@@ -323,7 +322,7 @@
</tbody> </tbody>
</table> </table>
<xsl:variable name="shelfmark" select=".//tei:msDesc/tei:msIdentifier/tei:idno"/> <xsl:variable name="shelfmark" select="substring-after(.//tei:msDesc/tei:msIdentifier/tei:idno, 'Cod. Guelf. ')"/>
<xsl:variable name="ident"> <xsl:variable name="ident">
<xsl:call-template name="normalize-shelfmark"> <xsl:call-template name="normalize-shelfmark">
<xsl:with-param name="shelfmark" select="$shelfmark"/> <xsl:with-param name="shelfmark" select="$shelfmark"/>
......
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