Lines 164-170
Link Here
|
164 |
</h5> |
164 |
</h5> |
165 |
</xsl:if> |
165 |
</xsl:if> |
166 |
|
166 |
|
167 |
<!--#13382 Added Author Statement to seperate Authors and Contributors --> |
167 |
<!--#13382 Added Author Statement to separate Authors and Contributors --> |
168 |
<xsl:call-template name="showAuthor"> |
168 |
<xsl:call-template name="showAuthor"> |
169 |
<xsl:with-param name="authorfield" select="marc:datafield[(@tag=100 or @tag=110 or @tag=111)]"/> |
169 |
<xsl:with-param name="authorfield" select="marc:datafield[(@tag=100 or @tag=110 or @tag=111)]"/> |
170 |
<xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/> |
170 |
<xsl:with-param name="UseAuthoritiesForTracings" select="$UseAuthoritiesForTracings"/> |
171 |
- |
|
|