Lines 1242-1277
Link Here
|
1242 |
|
1242 |
|
1243 |
<!-- 780 --> |
1243 |
<!-- 780 --> |
1244 |
<xsl:if test="marc:datafield[@tag=780]"> |
1244 |
<xsl:if test="marc:datafield[@tag=780]"> |
1245 |
<xsl:for-each select="marc:datafield[@tag=780]"> |
1245 |
<xsl:for-each select="marc:datafield[@tag=780]"> |
1246 |
<xsl:if test="@ind1=0"> |
1246 |
<xsl:if test="@ind1=0"> |
1247 |
<span class="results_summary preceeding_entry"> |
1247 |
<span class="results_summary preceeding_entry"> |
1248 |
<xsl:choose> |
1248 |
<xsl:choose> |
1249 |
<xsl:when test="@ind2=0"> |
1249 |
<xsl:when test="@ind2=0"> |
1250 |
<span class="label">Continues:</span> |
1250 |
<span class="label">Continues:</span> |
1251 |
</xsl:when> |
1251 |
</xsl:when> |
1252 |
<xsl:when test="@ind2=1"> |
1252 |
<xsl:when test="@ind2=1"> |
1253 |
<span class="label">Continues in part:</span> |
1253 |
<span class="label">Continues in part:</span> |
1254 |
</xsl:when> |
1254 |
</xsl:when> |
1255 |
<xsl:when test="@ind2=2"> |
1255 |
<xsl:when test="@ind2=2"> |
1256 |
<span class="label">Supersedes:</span> |
1256 |
<span class="label">Supersedes:</span> |
1257 |
</xsl:when> |
1257 |
</xsl:when> |
1258 |
<xsl:when test="@ind2=3"> |
1258 |
<xsl:when test="@ind2=3"> |
1259 |
<span class="label">Supersedes in part:</span> |
1259 |
<span class="label">Supersedes in part:</span> |
1260 |
</xsl:when> |
1260 |
</xsl:when> |
1261 |
<xsl:when test="@ind2=4"> |
1261 |
<xsl:when test="@ind2=4"> |
1262 |
<span class="label">Formed by the union: ... and: ...</span> |
1262 |
<span class="label">Formed by the union: ... and: ...</span> |
1263 |
</xsl:when> |
1263 |
</xsl:when> |
1264 |
<xsl:when test="@ind2=5"> |
1264 |
<xsl:when test="@ind2=5"> |
1265 |
<span class="label">Absorbed:</span> |
1265 |
<span class="label">Absorbed:</span> |
1266 |
</xsl:when> |
1266 |
</xsl:when> |
1267 |
<xsl:when test="@ind2=6"> |
1267 |
<xsl:when test="@ind2=6"> |
1268 |
<span class="label">Absorbed in part:</span> |
1268 |
<span class="label">Absorbed in part:</span> |
1269 |
</xsl:when> |
1269 |
</xsl:when> |
1270 |
<xsl:when test="@ind2=7"> |
1270 |
<xsl:when test="@ind2=7"> |
1271 |
<span class="label">Separated from:</span> |
1271 |
<span class="label">Separated from:</span> |
1272 |
</xsl:when> |
1272 |
</xsl:when> |
1273 |
</xsl:choose> |
1273 |
</xsl:choose> |
1274 |
<xsl:text> </xsl:text> |
|
|
1275 |
<xsl:variable name="f780"> |
1274 |
<xsl:variable name="f780"> |
1276 |
<xsl:call-template name="subfieldSelect"> |
1275 |
<xsl:call-template name="subfieldSelect"> |
1277 |
<xsl:with-param name="codes">a_t</xsl:with-param> |
1276 |
<xsl:with-param name="codes">a_t</xsl:with-param> |
Lines 1291-1296
Link Here
|
1291 |
</xsl:choose> |
1290 |
</xsl:choose> |
1292 |
</span> |
1291 |
</span> |
1293 |
|
1292 |
|
|
|
1293 |
<xsl:if test="marc:subfield[@code='i']"> |
1294 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='i']"/></span> |
1295 |
</xsl:if> |
1296 |
|
1294 |
<xsl:if test="marc:subfield[@code='n']"> |
1297 |
<xsl:if test="marc:subfield[@code='n']"> |
1295 |
<span class="results_summary preceeding_entry_note"><xsl:value-of select="marc:subfield[@code='n']"/></span> |
1298 |
<span class="results_summary preceeding_entry_note"><xsl:value-of select="marc:subfield[@code='n']"/></span> |
1296 |
</xsl:if> |
1299 |
</xsl:if> |
Lines 1353-1358
Link Here
|
1353 |
</xsl:choose> |
1356 |
</xsl:choose> |
1354 |
|
1357 |
|
1355 |
</span> |
1358 |
</span> |
|
|
1359 |
<xsl:if test="marc:subfield[@code='i']"> |
1360 |
<span class="results_summary"><xsl:value-of select="marc:subfield[@code='i']"/></span> |
1361 |
</xsl:if> |
1362 |
|
1356 |
</xsl:for-each> |
1363 |
</xsl:for-each> |
1357 |
</xsl:if> |
1364 |
</xsl:if> |
1358 |
|
1365 |
|
1359 |
- |
|
|