Lines 1275-1294
Link Here
|
1275 |
</xsl:if> |
1275 |
</xsl:if> |
1276 |
|
1276 |
|
1277 |
<xsl:for-each select="marc:datafield[@tag=520]"> |
1277 |
<xsl:for-each select="marc:datafield[@tag=520]"> |
1278 |
<span class="results_summary summary"><span class="label"> |
1278 |
<span class="results_summary summary"> |
1279 |
<xsl:choose> |
1279 |
<span class="label"> |
1280 |
<xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when> |
1280 |
<xsl:choose> |
1281 |
<xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when> |
1281 |
<xsl:when test="@ind1=0"><xsl:text>Subject: </xsl:text></xsl:when> |
1282 |
<xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when> |
1282 |
<xsl:when test="@ind1=1"><xsl:text>Review: </xsl:text></xsl:when> |
1283 |
<xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when> |
1283 |
<xsl:when test="@ind1=2"><xsl:text>Scope and content: </xsl:text></xsl:when> |
1284 |
<xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when> |
1284 |
<xsl:when test="@ind1=3"><xsl:text>Abstract: </xsl:text></xsl:when> |
1285 |
<xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise> |
1285 |
<xsl:when test="@ind1=4"><xsl:text>Content advice: </xsl:text></xsl:when> |
1286 |
</xsl:choose> |
1286 |
<xsl:otherwise><xsl:text>Summary: </xsl:text></xsl:otherwise> |
1287 |
</span> |
1287 |
</xsl:choose> |
1288 |
<xsl:call-template name="subfieldSelect"> |
1288 |
</span> |
1289 |
<xsl:with-param name="codes">abcu</xsl:with-param> |
1289 |
<xsl:call-template name="subfieldSelect"> |
1290 |
</xsl:call-template> |
1290 |
<xsl:with-param name="codes">abcu</xsl:with-param> |
1291 |
</span> |
1291 |
</xsl:call-template> |
|
|
1292 |
</span> |
1292 |
</xsl:for-each> |
1293 |
</xsl:for-each> |
1293 |
|
1294 |
|
1294 |
<!-- Content Warning --> |
1295 |
<!-- Content Warning --> |
1295 |
- |
|
|