| Lines 191-197
          
      
      
        Link Here | 
        
          | 191 |                 <span class="shelvingloc">[% result.location | html %]</span> | 191 |                 <span class="shelvingloc">[% result.location | html %]</span> | 
        
          | 192 |             </td> | 192 |             </td> | 
        
          | 193 |             <td> | 193 |             <td> | 
          
            
              | 194 |                 <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> | 194 |                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> | 
        
          | 195 |                 [% IF ( result.author ) %] | 195 |                 [% IF ( result.author ) %] | 
        
          | 196 |                     by <span class="author">[% result.author | html %]</span> | 196 |                     by <span class="author">[% result.author | html %]</span> | 
        
          | 197 |                 [% END %] | 197 |                 [% END %] | 
            
              | 198 | -  |  |  |