Lines 142-154
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
142 |
[% IF ( breeding_loo.breedingid ) %] |
142 |
[% IF ( breeding_loo.breedingid ) %] |
143 |
|
143 |
|
144 |
[% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
144 |
[% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
145 |
<td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% breeding_loo.frameworkcode %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% breeding_loo.booksellerid %]&basketno=[% breeding_loo.basketno %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
145 |
<td>[% breeding_loo.server %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview MARC</a> <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" rel="gb_page_center[600,500]">Preview Card</a> <a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid %]&basketno=[% basketno %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
146 |
<td>[% breeding_loo.title |html %]</td> |
146 |
<td>[% breeding_loo.title |html %]</td> |
147 |
<td>[% breeding_loo.author %]</td> |
147 |
<td>[% breeding_loo.author %]</td> |
148 |
<td>[% breeding_loo.isbn %]</td> |
148 |
<td>[% breeding_loo.isbn %]</td> |
149 |
<td>[% breeding_loo.lccn %]</td> |
149 |
<td>[% breeding_loo.lccn %]</td> |
150 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td><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> |
150 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a></td><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> |
151 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% breeding_loo.frameworkcode %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% breeding_loo.booksellerid %]&basketno=[% breeding_loo.basketno %]">Order</a></td> |
151 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid %]&basketno=[% basketno %]">Order</a></td> |
152 |
|
152 |
|
153 |
</tr> |
153 |
</tr> |
154 |
[% END %] |
154 |
[% END %] |
155 |
- |
|
|