Lines 184-189
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
184 |
<th>Date</th> |
184 |
<th>Date</th> |
185 |
<th>Edition</th> |
185 |
<th>Edition</th> |
186 |
<th>ISBN</th> |
186 |
<th>ISBN</th> |
|
|
187 |
<th>Call number fields</th> |
187 |
<th>LCCN</th> |
188 |
<th>LCCN</th> |
188 |
<th>MARC</th> |
189 |
<th>MARC</th> |
189 |
<th>Card</th> |
190 |
<th>Card</th> |
Lines 199-204
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
199 |
<td>[% breeding_loo.date %]</td> |
200 |
<td>[% breeding_loo.date %]</td> |
200 |
<td>[% breeding_loo.edition %]</td> |
201 |
<td>[% breeding_loo.edition %]</td> |
201 |
<td>[% breeding_loo.isbn %]</td> |
202 |
<td>[% breeding_loo.isbn %]</td> |
|
|
203 |
<td class="single-line"> |
204 |
[% IF ( breeding_loo.field_50 ) %] |
205 |
050ab: [% breeding_loo.field_50 %]<br /> |
206 |
[% END %] |
207 |
[% IF ( breeding_loo.field_82 ) %] |
208 |
082ab: [% breeding_loo.field_82 %]<br /> |
209 |
[% END %] |
210 |
[% IF ( breeding_loo.field_90 ) %] |
211 |
090ab: [% breeding_loo.field_90 %] |
212 |
[% END %] |
213 |
</td> |
202 |
<td>[% breeding_loo.lccn %]</td> |
214 |
<td>[% breeding_loo.lccn %]</td> |
203 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td> |
215 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td> |
204 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
216 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
205 |
- |
|
|