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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl (+7 lines)
Lines 1001-1006 Link Here
1001
       </span>
1001
       </span>
1002
    </xsl:if>
1002
    </xsl:if>
1003
1003
1004
    <xsl:variable name="anonymous_session" select="marc:variables/marc:variable[@name='anonymous_session']" />
1005
    <span>Anonymous session:
1006
        <xsl:choose>
1007
            <xsl:when test="$anonymous_session = '0'">No</xsl:when>
1008
            <xsl:otherwise>Yes</xsl:otherwise>
1009
        </xsl:choose>
1010
    </span>
1004
1011
1005
<!-- Image processing code added here, takes precedence over text links including y3z text   -->
1012
<!-- Image processing code added here, takes precedence over text links including y3z text   -->
1006
        <xsl:if test="marc:datafield[@tag=856]">
1013
        <xsl:if test="marc:datafield[@tag=856]">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl (-1 / +8 lines)
Lines 1310-1315 Link Here
1310
                   </xsl:when>
1310
                   </xsl:when>
1311
				   </xsl:choose>
1311
				   </xsl:choose>
1312
1312
1313
            <xsl:variable name="anonymous_session" select="marc:variables/marc:variable[@name='anonymous_session']" />
1314
            <br/><span>Anonymous session:
1315
                <xsl:choose>
1316
                    <xsl:when test="$anonymous_session = '0'">No</xsl:when>
1317
                    <xsl:otherwise>Yes</xsl:otherwise>
1318
                </xsl:choose>
1319
            </span>
1320
1313
            <xsl:choose>
1321
            <xsl:choose>
1314
                <xsl:when test="count(key('item-by-status', 'reference'))>0">
1322
                <xsl:when test="count(key('item-by-status', 'reference'))>0">
1315
                    <span class="available reference">
1323
                    <span class="available reference">
1316
- 

Return to bug 25416