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