| 
      
            Lines 30-35
          
      
      
        Link Here
      
     | 
  
        
          | 30 | 
              <xsl:variable name="OPACItemLocation" select="marc:sysprefs/marc:syspref[@name='OPACItemLocation']"/>  | 
          30 | 
              <xsl:variable name="OPACItemLocation" select="marc:sysprefs/marc:syspref[@name='OPACItemLocation']"/>  | 
        
        
          | 31 | 
              <xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/>  | 
          31 | 
              <xsl:variable name="singleBranchMode" select="marc:sysprefs/marc:syspref[@name='singleBranchMode']"/>  | 
        
        
          | 32 | 
              <xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/>  | 
          32 | 
              <xsl:variable name="OPACTrackClicks" select="marc:sysprefs/marc:syspref[@name='TrackClicks']"/>  | 
        
            
               | 
               | 
              33 | 
                  <xsl:variable name="BiblioDefaultView" select="marc:sysprefs/marc:syspref[@name='BiblioDefaultView']"/>  | 
            
        
          | 33 | 
                  <xsl:variable name="leader" select="marc:leader"/>  | 
          34 | 
                  <xsl:variable name="leader" select="marc:leader"/>  | 
        
        
          | 34 | 
                  <xsl:variable name="leader6" select="substring($leader,7,1)"/>  | 
          35 | 
                  <xsl:variable name="leader6" select="substring($leader,7,1)"/>  | 
        
        
          | 35 | 
                  <xsl:variable name="leader7" select="substring($leader,8,1)"/>  | 
          36 | 
                  <xsl:variable name="leader7" select="substring($leader,8,1)"/>  | 
        
  
    | 
      
            Lines 402-408
          
      
      
        Link Here
      
     | 
  
        
          | 402 | 
                     </xsl:call-template>  | 
          403 | 
                     </xsl:call-template>  | 
        
        
          | 403 | 
                  </xsl:if>  | 
          404 | 
                  </xsl:if>  | 
        
        
          | 404 | 
           | 
          405 | 
           | 
        
          
            
              | 405 | 
                      <a><xsl:attribute name="href">/cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/></xsl:attribute><xsl:attribute name="class">title</xsl:attribute>  | 
              406 | 
                      <a><xsl:attribute name="href">  | 
            
            
               | 
               | 
              407 | 
                          <xsl:choose>  | 
            
            
              | 408 | 
                              <xsl:when test="$BiblioDefaultView='normal'">  | 
            
            
              | 409 | 
                                  /cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/>  | 
            
            
              | 410 | 
                              </xsl:when>  | 
            
            
              | 411 | 
                              <xsl:when test="$BiblioDefaultView='isbd'">  | 
            
            
              | 412 | 
                                  /cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/>  | 
            
            
              | 413 | 
                              </xsl:when>  | 
            
            
              | 414 | 
                              <xsl:when test="$BiblioDefaultView='marc'">  | 
            
            
              | 415 | 
                                  /cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<xsl:value-of select="$biblionumber"/>  | 
            
            
              | 416 | 
                              </xsl:when>  | 
            
            
              | 417 | 
                              <xsl:otherwise>  | 
            
            
              | 418 | 
                                  /cgi-bin/koha/opac-detail.pl?biblionumber=<xsl:value-of select="$biblionumber"/>  | 
            
            
              | 419 | 
                              </xsl:otherwise>  | 
            
            
              | 420 | 
                          </xsl:choose>  | 
            
            
              | 421 | 
                      </xsl:attribute><xsl:attribute name="class">title</xsl:attribute>  | 
            
        
          | 406 | 
           | 
          422 | 
           | 
        
        
          | 407 | 
                  <xsl:if test="marc:datafield[@tag=245]">  | 
          423 | 
                  <xsl:if test="marc:datafield[@tag=245]">  | 
        
        
          | 408 | 
                  <xsl:for-each select="marc:datafield[@tag=245]">  | 
          424 | 
                  <xsl:for-each select="marc:datafield[@tag=245]">  | 
        
            
              | 409 | 
              -   | 
               | 
               |