Lines 159-164
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
159 |
<th>Date</th> |
159 |
<th>Date</th> |
160 |
<th>Edition</th> |
160 |
<th>Edition</th> |
161 |
<th>ISBN</th> |
161 |
<th>ISBN</th> |
|
|
162 |
<th>Call number fields</th> |
162 |
<th>LCCN</th> |
163 |
<th>LCCN</th> |
163 |
<th>MARC</th> |
164 |
<th>MARC</th> |
164 |
<th>Card</th> |
165 |
<th>Card</th> |
Lines 174-179
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
174 |
<td>[% breeding_loo.date %]</td> |
175 |
<td>[% breeding_loo.date %]</td> |
175 |
<td>[% breeding_loo.edition %]</td> |
176 |
<td>[% breeding_loo.edition %]</td> |
176 |
<td>[% breeding_loo.isbn %]</td> |
177 |
<td>[% breeding_loo.isbn %]</td> |
|
|
178 |
<td class="single-line"> |
179 |
[% IF ( breeding_loo.field_50 ) %] |
180 |
050ab: [% breeding_loo.field_50 %]<br /> |
181 |
[% END %] |
182 |
[% IF ( breeding_loo.field_82 ) %] |
183 |
082ab: [% breeding_loo.field_82 %]<br /> |
184 |
[% END %] |
185 |
[% IF ( breeding_loo.field_90 ) %] |
186 |
090ab: [% breeding_loo.field_90 %] |
187 |
[% END %] |
188 |
</td> |
177 |
<td>[% breeding_loo.lccn %]</td> |
189 |
<td>[% breeding_loo.lccn %]</td> |
178 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td> |
190 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td> |
179 |
<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> |
191 |
<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> |
180 |
- |
|
|