Lines 690-695
Link Here
|
690 |
</xsl:for-each> |
690 |
</xsl:for-each> |
691 |
</xsl:if> |
691 |
</xsl:if> |
692 |
|
692 |
|
|
|
693 |
<xsl:for-each select="marc:datafield[@tag=511]"> |
694 |
<span class="results_summary summary"> |
695 |
<span class="label"> |
696 |
<xsl:if test="@ind1=1"><xsl:text>Cast: </xsl:text></xsl:if> |
697 |
</span> |
698 |
<xsl:call-template name="subfieldSelect"> |
699 |
<xsl:with-param name="codes">a</xsl:with-param> |
700 |
</xsl:call-template> |
701 |
</span> |
702 |
</xsl:for-each> |
703 |
|
693 |
<xsl:for-each select="marc:datafield[@tag=520]"> |
704 |
<xsl:for-each select="marc:datafield[@tag=520]"> |
694 |
<span class="results_summary summary"><span class="label"> |
705 |
<span class="results_summary summary"><span class="label"> |
695 |
<xsl:choose> |
706 |
<xsl:choose> |
696 |
- |
|
|