|
Lines 106-111
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 106 |
<th>Server</th> |
106 |
<th>Server</th> |
| 107 |
<th>Title</th> |
107 |
<th>Title</th> |
| 108 |
<th>Author</th> |
108 |
<th>Author</th> |
|
|
109 |
<th>Year</th> |
| 110 |
<th>Edition</th> |
| 109 |
<th>ISBN</th> |
111 |
<th>ISBN</th> |
| 110 |
<th>LCCN</th> |
112 |
<th>LCCN</th> |
| 111 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %] |
113 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %] |
|
Lines 121-126
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 121 |
<td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid | html %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid | html %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">[% tp('verb', 'Order') | html %]</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
123 |
<td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | uri %]" class="previewData">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid | html %]" class="previewData">Preview card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid | html %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">[% tp('verb', 'Order') | html %]</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
| 122 |
<td>[% breeding_loo.title | html %]</td> |
124 |
<td>[% breeding_loo.title | html %]</td> |
| 123 |
<td>[% breeding_loo.author | html %]</td> |
125 |
<td>[% breeding_loo.author | html %]</td> |
|
|
126 |
<td>[% breeding_loo.date | html %]</td> |
| 127 |
<td>[% breeding_loo.edition | html %]</td> |
| 124 |
<td>[% breeding_loo.isbn | html %]</td> |
128 |
<td>[% breeding_loo.isbn | html %]</td> |
| 125 |
<td>[% breeding_loo.lccn | html %]</td> |
129 |
<td>[% breeding_loo.lccn | html %]</td> |
| 126 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %] |
130 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %] |