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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (+13 lines)
Lines 477-482 Link Here
477
                    </xsl:call-template>
477
                    </xsl:call-template>
478
                   </xsl:with-param>
478
                   </xsl:with-param>
479
               </xsl:call-template>
479
               </xsl:call-template>
480
                <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
481
                    <xsl:choose>
482
                        <xsl:when test="@ind2=0"> [Portion of title]</xsl:when>
483
                        <xsl:when test="@ind2=1"> [Parallel title]</xsl:when>
484
                        <xsl:when test="@ind2=2"> [Distinctive title]</xsl:when>
485
                        <xsl:when test="@ind2=3"> [Other title]</xsl:when>
486
                        <xsl:when test="@ind2=4"> [Cover title]</xsl:when>
487
                        <xsl:when test="@ind2=5"> [Added title page title]</xsl:when>
488
                        <xsl:when test="@ind2=6"> [Caption title]</xsl:when>
489
                        <xsl:when test="@ind2=7"> [Running title]</xsl:when>
490
                        <xsl:when test="@ind2=8"> [Spine title]</xsl:when>
491
                    </xsl:choose>
492
                </xsl:if> 
480
                <!-- #13386 added separator | -->
493
                <!-- #13386 added separator | -->
481
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
494
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
482
            </xsl:for-each>
495
            </xsl:for-each>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (-1 / +13 lines)
Lines 517-522 Link Here
517
                    </xsl:call-template>
517
                    </xsl:call-template>
518
                   </xsl:with-param>
518
                   </xsl:with-param>
519
               </xsl:call-template>
519
               </xsl:call-template>
520
                    <xsl:if test="@ind1=1 and not(marc:subfield[@code='i'])">
521
                        <xsl:choose>
522
                            <xsl:when test="@ind2=0"> [Portion of title]</xsl:when>
523
                            <xsl:when test="@ind2=1"> [Parallel title]</xsl:when>
524
                            <xsl:when test="@ind2=2"> [Distinctive title]</xsl:when>
525
                            <xsl:when test="@ind2=3"> [Other title]</xsl:when>
526
                            <xsl:when test="@ind2=4"> [Cover title]</xsl:when>
527
                            <xsl:when test="@ind2=5"> [Added title page title]</xsl:when>
528
                            <xsl:when test="@ind2=6"> [Caption title]</xsl:when>
529
                            <xsl:when test="@ind2=7"> [Running title]</xsl:when>
530
                            <xsl:when test="@ind2=8"> [Spine title]</xsl:when>
531
                        </xsl:choose>
532
                    </xsl:if>    
520
                </span>
533
                </span>
521
                <!-- #13386 added separator | -->
534
                <!-- #13386 added separator | -->
522
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
535
                <xsl:choose><xsl:when test="position()=last()"><xsl:text>.</xsl:text></xsl:when><xsl:otherwise><span class="separator"><xsl:text> | </xsl:text></span></xsl:otherwise></xsl:choose>
523
- 

Return to bug 14054