Lines 1097-1135
Link Here
|
1097 |
</xsl:for-each> |
1097 |
</xsl:for-each> |
1098 |
</xsl:if> |
1098 |
</xsl:if> |
1099 |
|
1099 |
|
1100 |
<!-- 505 --> |
1100 |
<!-- 505 - Formatted contents note --> |
1101 |
<xsl:if test="marc:datafield[@tag=505]"> |
1101 |
<xsl:if test="marc:datafield[@tag=505]"> |
1102 |
<div class="results_summary contents"> |
1102 |
<div class="results_summary contents"> |
1103 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
1103 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
1104 |
<xsl:if test="position()=1"> |
1104 |
<xsl:if test="position()=1"> |
1105 |
<xsl:choose> |
1105 |
<xsl:choose> |
1106 |
<xsl:when test="@ind1=1"> |
1106 |
<xsl:when test="@ind1=1"> |
1107 |
<span class="label">Incomplete contents:</span> |
1107 |
<span class="label">Incomplete contents:</span> |
1108 |
</xsl:when> |
1108 |
</xsl:when> |
1109 |
<xsl:when test="@ind1=2"> |
1109 |
<xsl:when test="@ind1=2"> |
1110 |
<span class="label">Partial contents:</span> |
1110 |
<span class="label">Partial contents:</span> |
1111 |
</xsl:when> |
1111 |
</xsl:when> |
1112 |
<xsl:otherwise> |
1112 |
<xsl:otherwise> |
1113 |
<span class="label">Contents:</span> |
1113 |
<span class="label">Contents:</span> |
1114 |
</xsl:otherwise> |
1114 |
</xsl:otherwise> |
1115 |
</xsl:choose> |
1115 |
</xsl:choose> |
1116 |
</xsl:if> |
1116 |
</xsl:if> |
1117 |
<div class='contentblock' property='description'> |
1117 |
<div class='contentblock' property='description'> |
1118 |
<xsl:choose> |
1118 |
<xsl:choose> |
1119 |
<xsl:when test="@ind2=0"> |
1119 |
<xsl:when test="@ind2=0"> |
1120 |
<xsl:call-template name="subfieldSelectSpan"> |
1120 |
<xsl:call-template name="subfieldSelectSpan"> |
1121 |
<xsl:with-param name="codes">trug</xsl:with-param> |
1121 |
<xsl:with-param name="codes">trug</xsl:with-param> |
1122 |
</xsl:call-template> |
1122 |
</xsl:call-template> |
1123 |
</xsl:when> |
1123 |
</xsl:when> |
1124 |
<xsl:otherwise> |
1124 |
<xsl:otherwise> |
1125 |
<xsl:call-template name="subfieldSelectSpan"> |
1125 |
<xsl:call-template name="subfieldSelectSpan"> |
1126 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
1126 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
1127 |
</xsl:call-template> |
1127 |
</xsl:call-template> |
1128 |
</xsl:otherwise> |
1128 |
</xsl:otherwise> |
1129 |
</xsl:choose> |
1129 |
</xsl:choose> |
1130 |
</div> |
1130 |
</div> |
1131 |
</xsl:for-each> |
1131 |
</xsl:for-each> |
1132 |
</div> |
1132 |
</div> |
1133 |
</xsl:if> |
1133 |
</xsl:if> |
1134 |
|
1134 |
|
1135 |
<!-- 583 --> |
1135 |
<!-- 583 --> |
1136 |
- |
|
|