|
Lines 287-309
Link Here
|
| 287 |
<xsl:value-of select="current()"/> |
287 |
<xsl:value-of select="current()"/> |
| 288 |
</span> |
288 |
</span> |
| 289 |
</xsl:if> |
289 |
</xsl:if> |
| 290 |
<xsl:if test="@code='b'"> |
290 |
<xsl:if test="@code='b'"> |
| 291 |
<span property="rda264_name" typeof="Organization"> |
291 |
<span property="rda264_name" typeof="Organization"> |
| 292 |
<span property="name" class="rda264_name"> |
292 |
<span property="name" class="rda264_name"> |
| 293 |
<xsl:choose> |
293 |
<xsl:choose> |
| 294 |
<xsl:when test="$url='1'"> |
294 |
<xsl:when test="$url='1'"> |
| 295 |
<a> |
295 |
<a> |
| 296 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute> |
296 |
<xsl:attribute name="href">/cgi-bin/koha/catalogue/search.pl?q=Provider:<xsl:value-of select="str:encode-uri(current(), true())"/></xsl:attribute> |
| 297 |
<xsl:value-of select="current()"/> |
297 |
<xsl:value-of select="current()"/> |
| 298 |
</a> |
298 |
</a> |
| 299 |
</xsl:when> |
299 |
</xsl:when> |
| 300 |
<xsl:otherwise> |
300 |
<xsl:otherwise> |
| 301 |
<xsl:value-of select="current()"/> |
301 |
<xsl:value-of select="current()"/> |
| 302 |
</xsl:otherwise> |
302 |
</xsl:otherwise> |
| 303 |
</xsl:choose> |
303 |
</xsl:choose> |
| 304 |
</span> |
|
|
| 305 |
</span> |
304 |
</span> |
| 306 |
</xsl:if> |
305 |
</span> |
|
|
306 |
</xsl:if> |
| 307 |
<xsl:if test="@code='c'"> |
307 |
<xsl:if test="@code='c'"> |
| 308 |
<span property="date" class="rda264_date"> |
308 |
<span property="date" class="rda264_date"> |
| 309 |
<xsl:call-template name="chopPunctuation"> |
309 |
<xsl:call-template name="chopPunctuation"> |