| 
      
            Lines 281-292
          
      
      
        Link Here
      
     | 
  
        
          | 281 | 
          -->  | 
          281 | 
          -->  | 
        
        
          | 282 | 
                  </xsl:variable>  | 
          282 | 
                  </xsl:variable>  | 
        
        
          | 283 | 
           | 
          283 | 
           | 
        
            
              | 284 | 
                      <!-- Indicate if record is suppressed in OPAC -->  | 
               | 
               | 
            
            
              | 285 | 
                      <xsl:variable name="Field942_1_True_Value" select="marc:OtherVars/marc:OtherVar[@name='Field942_1_True_Value']"/>  | 
            
            
              | 286 | 
                      <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] = $Field942_1_True_Value]">  | 
            
            
              | 287 | 
                          <span class="results_summary suppressed_opac"><xsl:value-of select="concat('#',marc:datafield[@tag=999]/marc:subfield[@code='c'])"/> - Suppressed in OPAC</span> | 
            
            
              | 288 | 
                      </xsl:if>  | 
            
            
              | 289 | 
               | 
            
        
          | 290 | 
                  <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->  | 
          284 | 
                  <!-- Title Statement: Alternate Graphic Representation (MARC 880) -->  | 
        
        
          | 291 | 
                  <xsl:if test="$display880">  | 
          285 | 
                  <xsl:if test="$display880">  | 
        
        
          | 292 | 
                     <xsl:call-template name="m880Select">  | 
          286 | 
                     <xsl:call-template name="m880Select">  | 
        
  
    | 
      
            Lines 334-339
          
      
      
        Link Here
      
     | 
  
        
          | 334 | 
                  </xsl:if>  | 
          328 | 
                  </xsl:if>  | 
        
        
          | 335 | 
              </a>  | 
          329 | 
              </a>  | 
        
        
          | 336 | 
           | 
          330 | 
           | 
        
            
               | 
               | 
              331 | 
                  <!-- Indicate if record is suppressed in OPAC -->  | 
            
            
              | 332 | 
                  <xsl:variable name="Field942_1_True_Value" select="marc:OtherVars/marc:OtherVar[@name='Field942_1_True_Value']"/>  | 
            
            
              | 333 | 
                  <xsl:if test="marc:datafield[@tag=942][marc:subfield[@code='n'] = $Field942_1_True_Value]">  | 
            
            
              | 334 | 
                      <span class="results_summary suppressed_opac">Suppressed in OPAC</span>  | 
            
            
              | 335 | 
                  </xsl:if>  | 
            
            
              | 336 | 
               | 
            
        
          | 337 | 
              <!-- Author Statement: Alternate Graphic Representation (MARC 880) -->  | 
          337 | 
              <!-- Author Statement: Alternate Graphic Representation (MARC 880) -->  | 
        
        
          | 338 | 
              <xsl:if test="$display880">  | 
          338 | 
              <xsl:if test="$display880">  | 
        
        
          | 339 | 
                <xsl:call-template name="m880Select">  | 
          339 | 
                <xsl:call-template name="m880Select">  | 
        
            
              | 340 | 
              -   | 
               | 
               |