Lines 421-427
Link Here
|
421 |
</xsl:attribute> |
421 |
</xsl:attribute> |
422 |
<xsl:attribute name="class"><xsl:value-of select="'title'" /></xsl:attribute> |
422 |
<xsl:attribute name="class"><xsl:value-of select="'title'" /></xsl:attribute> |
423 |
|
423 |
|
|
|
424 |
<xsl:variable name="nice_message" select="marc:variables/marc:variable[@name='nice_message']" /> |
424 |
<xsl:if test="marc:datafield[@tag=245]"> |
425 |
<xsl:if test="marc:datafield[@tag=245]"> |
|
|
426 |
<xsl:value-of select="$nice_message"/><xsl:text> </xsl:text> |
425 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
427 |
<xsl:for-each select="marc:datafield[@tag=245]"> |
426 |
<xsl:call-template name="subfieldSelect"> |
428 |
<xsl:call-template name="subfieldSelect"> |
427 |
<xsl:with-param name="codes">a</xsl:with-param> |
429 |
<xsl:with-param name="codes">a</xsl:with-param> |
428 |
- |
|
|