Lines 66-75
Link Here
|
66 |
<!-- ****************** Authority display *************** --> |
66 |
<!-- ****************** Authority display *************** --> |
67 |
<xsl:template match="marc:record"> |
67 |
<xsl:template match="marc:record"> |
68 |
<xsl:variable name="authid" select="marc:controlfield[@tag='001']"/> |
68 |
<xsl:variable name="authid" select="marc:controlfield[@tag='001']"/> |
69 |
<xsl:element name="div"> |
69 |
<div class="authority-summary"> |
70 |
<xsl:attribute name="class"> |
|
|
71 |
<xsl:text>authority-summary</xsl:text> |
72 |
</xsl:attribute> |
73 |
<!-- *********** Personal Name 200 ********* --> |
70 |
<!-- *********** Personal Name 200 ********* --> |
74 |
<xsl:if test="marc:datafield[@tag='200']"> |
71 |
<xsl:if test="marc:datafield[@tag='200']"> |
75 |
<ul> |
72 |
<ul> |
Lines 537-544
Link Here
|
537 |
</ul> |
534 |
</ul> |
538 |
</xsl:if> |
535 |
</xsl:if> |
539 |
<!-- *** End Subject **--> |
536 |
<!-- *** End Subject **--> |
540 |
<!-- end div class authority-summary--> |
537 |
</div> <!-- /div.authority-summary --> |
541 |
</xsl:element> |
|
|
542 |
<!-- end template --> |
538 |
<!-- end template --> |
543 |
</xsl:template> |
539 |
</xsl:template> |
544 |
</xsl:stylesheet> |
540 |
</xsl:stylesheet> |
545 |
- |
|
|