| Lines 728-734
          
      
      
        Link Here | 
        
          | 728 |                 <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber),false())"/> | 728 |                 <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber),false())"/> | 
        
          | 729 |             </xsl:when> | 729 |             </xsl:when> | 
        
          | 730 |             <xsl:otherwise> | 730 |             <xsl:otherwise> | 
          
            
              | 731 |                 <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=ti,phr:',translate(marc:subfield[@code=$title_subfield], '()', '')),false())"/> | 731 |                 <xsl:variable name="quoted_title"> | 
            
              |  |  | 732 |                     <xsl:call-template name="quote_search_term"> | 
            
              | 733 |                         <xsl:with-param name="term"><xsl:value-of select="marc:subfield[@code=$title_subfield]"/></xsl:with-param> | 
            
              | 734 |                     </xsl:call-template> | 
            
              | 735 |                 </xsl:variable> | 
            
              | 736 |                 <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=ti,phr:',translate($quoted_title, '()', '')),false())"/> | 
        
          | 732 |             </xsl:otherwise> | 737 |             </xsl:otherwise> | 
        
          | 733 |         </xsl:choose> | 738 |         </xsl:choose> | 
        
          | 734 |     </xsl:template> | 739 |     </xsl:template> | 
            
              | 735 | -  |  |  |