Lines 306-319
Link Here
|
306 |
|
306 |
|
307 |
<abbr class="unapi-id" title="koha:biblionumber:{marc:datafield[@tag=999]/marc:subfield[@code='c']}" ><!-- unAPI --></abbr> |
307 |
<abbr class="unapi-id" title="koha:biblionumber:{marc:datafield[@tag=999]/marc:subfield[@code='c']}" ><!-- unAPI --></abbr> |
308 |
|
308 |
|
309 |
<xsl:if test="marc:datafield[@tag=020]"> |
309 |
<!-- Build ISBN --> |
310 |
<span class="results_summary"><span class="label">ISBN: </span> |
310 |
<xsl:if test="marc:datafield[@tag=020]/marc:subfield[@code='a']"> |
311 |
<xsl:for-each select="marc:datafield[@tag=020]"> |
311 |
<span class="results_summary isbn"><span class="label">ISBN: </span> |
312 |
<xsl:variable name="isbn" select="marc:subfield[@code='a']"/> |
312 |
<xsl:for-each select="marc:datafield[@tag=020]/marc:subfield[@code='a']"> |
313 |
<xsl:value-of select="marc:subfield[@code='a']"/> |
313 |
<span property="isbn"> |
314 |
<xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> |
314 |
<xsl:value-of select="."/> |
315 |
</xsl:for-each> |
315 |
<xsl:choose> |
316 |
</span> |
316 |
<xsl:when test="position()=last()"> |
|
|
317 |
<xsl:text>.</xsl:text> |
318 |
</xsl:when> |
319 |
<xsl:otherwise> |
320 |
<xsl:text>; </xsl:text> |
321 |
</xsl:otherwise> |
322 |
</xsl:choose> |
323 |
</span> |
324 |
</xsl:for-each> |
325 |
</span> |
317 |
</xsl:if> |
326 |
</xsl:if> |
318 |
|
327 |
|
319 |
<!-- Build ISSN --> |
328 |
<!-- Build ISSN --> |