View | Details | Raw Unified | Return to bug 24630
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl (-14 / +13 lines)
Lines 211-222 Link Here
211
                  <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
211
                  <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch))[1])]">
212
                    <span class="ItemSummary">
212
                    <span class="ItemSummary">
213
                        <span class="ItemBranch"><xsl:value-of select="items:homebranch"/> </span>
213
                        <span class="ItemBranch"><xsl:value-of select="items:homebranch"/> </span>
214
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
214
                        <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
215
                                <span class="CallNumberAndLabel">
215
                            <span class="CallNumberAndLabel">
216
                                    <span class="LabelCallNumber">Call number: </span>
216
                                <span class="LabelCallNumber">Call number: </span>
217
                                    <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
217
                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
218
                                </span>
218
                            </span>
219
                            </xsl:if>
219
                        </xsl:if>
220
                        <xsl:text> (</xsl:text>
220
                        <xsl:text> (</xsl:text>
221
                        <xsl:value-of select="count(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch)))"/>
221
                        <xsl:value-of select="count(key('item-by-status-and-branch-home', concat(items:status, ' ', items:homebranch)))"/>
222
                        <xsl:text>)</xsl:text>
222
                        <xsl:text>)</xsl:text>
Lines 235-246 Link Here
235
                  <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch))[1])]">
235
                  <xsl:for-each select="$available_items[generate-id() = generate-id(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch))[1])]">
236
                    <span class="ItemSummary">
236
                    <span class="ItemSummary">
237
                        <span class="ItemBranch"><xsl:value-of select="items:holdingbranch"/> </span>
237
                        <span class="ItemBranch"><xsl:value-of select="items:holdingbranch"/> </span>
238
                            <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
238
                        <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
239
                                <span class="CallNumberAndLabel">
239
                            <span class="CallNumberAndLabel">
240
                                    <span class="LabelCallNumber">Call number: </span>
240
                                <span class="LabelCallNumber">Call number: </span>
241
                                    <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
241
                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
242
                                </span>
242
                            </span>
243
                            </xsl:if>
243
                        </xsl:if>
244
                        <xsl:text> (</xsl:text>
244
                        <xsl:text> (</xsl:text>
245
                        <xsl:value-of select="count(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch)))"/>
245
                        <xsl:value-of select="count(key('item-by-status-and-branch-holding', concat(items:status, ' ', items:holdingbranch)))"/>
246
                        <xsl:text>)</xsl:text>
246
                        <xsl:text>)</xsl:text>
Lines 318-324 Link Here
318
                            <span class="ItemBranch"><xsl:value-of select="items:homebranch"/><xsl:text> </xsl:text></span>
318
                            <span class="ItemBranch"><xsl:value-of select="items:homebranch"/><xsl:text> </xsl:text></span>
319
                        </xsl:if>
319
                        </xsl:if>
320
                        <span class='notforloandesc'><xsl:value-of select="items:substatus"/></span>
320
                        <span class='notforloandesc'><xsl:value-of select="items:substatus"/></span>
321
                         <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
321
                        <xsl:if test="items:itemcallnumber != '' and items:itemcallnumber">
322
                            <span class="CallNumberAndLabel">
322
                            <span class="CallNumberAndLabel">
323
                                <span class="LabelCallNumber">Call number: </span>
323
                                <span class="LabelCallNumber">Call number: </span>
324
                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
324
                                <span class="CallNumber"><xsl:value-of select="items:itemcallnumber"/></span>
325
- 

Return to bug 24630