| 
      
            Lines 281-286
          
      
      
        Link Here
      
     | 
  
        
          | 281 | 
          -->  | 
          281 | 
          -->  | 
        
        
          | 282 | 
                  </xsl:variable>  | 
          282 | 
                  </xsl:variable>  | 
        
        
          | 283 | 
           | 
          283 | 
           | 
        
            
               | 
               | 
              284 | 
                      <!-- Indicate if record is suppressed in OPAC -->  | 
            
            
              | 285 | 
                      <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] = '1']">  | 
            
            
              | 286 | 
                          <span class="results_summary" id="suppressed_opac">Suppressed in OPAC</span>      | 
            
            
              | 287 | 
                      </xsl:if>  | 
            
            
              | 288 | 
                        | 
            
        
          | 284 | 
                  <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->  | 
          289 | 
                  <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->  | 
        
        
          | 285 | 
                  <xsl:if test="$display880">  | 
          290 | 
                  <xsl:if test="$display880">  | 
        
        
          | 286 | 
                     <xsl:call-template name="m880Select">  | 
          291 | 
                     <xsl:call-template name="m880Select">  | 
        
            
              | 287 | 
              -   | 
               | 
               |