|
Lines 1111-1149
Link Here
|
| 1111 |
</xsl:for-each> |
1111 |
</xsl:for-each> |
| 1112 |
</xsl:if> |
1112 |
</xsl:if> |
| 1113 |
|
1113 |
|
| 1114 |
<!-- 505 --> |
1114 |
<!-- 505 - Formatted contents note --> |
| 1115 |
<xsl:if test="marc:datafield[@tag=505]"> |
1115 |
<xsl:if test="marc:datafield[@tag=505]"> |
| 1116 |
<div class="results_summary contents"> |
1116 |
<div class="results_summary contents"> |
| 1117 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
1117 |
<xsl:for-each select="marc:datafield[@tag=505]"> |
| 1118 |
<xsl:if test="position()=1"> |
1118 |
<xsl:if test="position()=1"> |
| 1119 |
<xsl:choose> |
1119 |
<xsl:choose> |
| 1120 |
<xsl:when test="@ind1=1"> |
1120 |
<xsl:when test="@ind1=1"> |
| 1121 |
<span class="label">Incomplete contents:</span> |
1121 |
<span class="label">Incomplete contents:</span> |
| 1122 |
</xsl:when> |
1122 |
</xsl:when> |
| 1123 |
<xsl:when test="@ind1=2"> |
1123 |
<xsl:when test="@ind1=2"> |
| 1124 |
<span class="label">Partial contents:</span> |
1124 |
<span class="label">Partial contents:</span> |
| 1125 |
</xsl:when> |
1125 |
</xsl:when> |
| 1126 |
<xsl:otherwise> |
1126 |
<xsl:otherwise> |
| 1127 |
<span class="label">Contents:</span> |
1127 |
<span class="label">Contents:</span> |
| 1128 |
</xsl:otherwise> |
1128 |
</xsl:otherwise> |
| 1129 |
</xsl:choose> |
1129 |
</xsl:choose> |
| 1130 |
</xsl:if> |
1130 |
</xsl:if> |
| 1131 |
<div class='contentblock' property='description'> |
1131 |
<div class='contentblock' property='description'> |
| 1132 |
<xsl:choose> |
1132 |
<xsl:choose> |
| 1133 |
<xsl:when test="@ind2=0"> |
1133 |
<xsl:when test="@ind2=0"> |
| 1134 |
<xsl:call-template name="subfieldSelectSpan"> |
1134 |
<xsl:call-template name="subfieldSelectSpan"> |
| 1135 |
<xsl:with-param name="codes">trug</xsl:with-param> |
1135 |
<xsl:with-param name="codes">trug</xsl:with-param> |
| 1136 |
</xsl:call-template> |
1136 |
</xsl:call-template> |
| 1137 |
</xsl:when> |
1137 |
</xsl:when> |
| 1138 |
<xsl:otherwise> |
1138 |
<xsl:otherwise> |
| 1139 |
<xsl:call-template name="subfieldSelectSpan"> |
1139 |
<xsl:call-template name="subfieldSelectSpan"> |
| 1140 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
1140 |
<xsl:with-param name="codes">atrug</xsl:with-param> |
| 1141 |
</xsl:call-template> |
1141 |
</xsl:call-template> |
| 1142 |
</xsl:otherwise> |
1142 |
</xsl:otherwise> |
| 1143 |
</xsl:choose> |
1143 |
</xsl:choose> |
| 1144 |
</div> |
1144 |
</div> |
| 1145 |
</xsl:for-each> |
1145 |
</xsl:for-each> |
| 1146 |
</div> |
1146 |
</div> |
| 1147 |
</xsl:if> |
1147 |
</xsl:if> |
| 1148 |
|
1148 |
|
| 1149 |
<!-- 583 --> |
1149 |
<!-- 583 --> |
| 1150 |
- |
|
|