Lines 570-602
Link Here
|
570 |
|
570 |
|
571 |
<!-- 505 --> |
571 |
<!-- 505 --> |
572 |
<xsl:if test="marc:datafield[@tag=505]"> |
572 |
<xsl:if test="marc:datafield[@tag=505]"> |
573 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
|
|
574 |
<span class="results_summary contents"> |
573 |
<span class="results_summary contents"> |
575 |
<xsl:choose> |
574 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
576 |
<xsl:when test="@ind1=1"> |
575 |
<xsl:if test="position()=1"> |
577 |
<span class="label">Incomplete contents:</span> |
576 |
<xsl:choose> |
578 |
</xsl:when> |
577 |
<xsl:when test="@ind1=1"> |
579 |
<xsl:when test="@ind1=1"> |
578 |
<span class="label">Incomplete contents:</span> |
580 |
<span class="label">Partial contents:</span> |
579 |
</xsl:when> |
581 |
</xsl:when> |
580 |
<xsl:when test="@ind1=1"> |
582 |
<xsl:otherwise> |
581 |
<span class="label">Partial contents:</span> |
583 |
<span class="label">Contents:</span> |
582 |
</xsl:when> |
584 |
</xsl:otherwise> |
583 |
<xsl:otherwise> |
585 |
</xsl:choose> |
584 |
<span class="label">Contents:</span> |
|
|
585 |
</xsl:otherwise> |
586 |
</xsl:choose> |
587 |
</xsl:if> |
588 |
<span class='contentblock'> |
586 |
<xsl:choose> |
589 |
<xsl:choose> |
587 |
<xsl:when test="@ind2=0"> |
590 |
<xsl:when test="@ind2=0"> |
588 |
<xsl:call-template name="subfieldSelect"> |
591 |
<xsl:call-template name="subfieldSelectSpan"> |
589 |
<xsl:with-param name="codes">tru</xsl:with-param> |
592 |
<xsl:with-param name="codes">tru</xsl:with-param> |
590 |
</xsl:call-template> |
593 |
</xsl:call-template> |
591 |
</xsl:when> |
594 |
</xsl:when> |
592 |
<xsl:otherwise> |
595 |
<xsl:otherwise> |
593 |
<xsl:call-template name="subfieldSelect"> |
596 |
<xsl:call-template name="subfieldSelectSpan"> |
594 |
<xsl:with-param name="codes">au</xsl:with-param> |
597 |
<xsl:with-param name="codes">atru</xsl:with-param> |
595 |
</xsl:call-template> |
598 |
</xsl:call-template> |
596 |
</xsl:otherwise> |
599 |
</xsl:otherwise> |
597 |
</xsl:choose> |
600 |
</xsl:choose> |
598 |
</span> |
601 |
</span> |
599 |
</xsl:for-each> |
602 |
</xsl:for-each> |
|
|
603 |
</span> |
600 |
</xsl:if> |
604 |
</xsl:if> |
601 |
|
605 |
|
602 |
<!-- 583 --> |
606 |
<!-- 583 --> |