Lines 100-129
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
100 |
|
100 |
|
101 |
[% IF ( breeding_loop ) %] |
101 |
[% IF ( breeding_loop ) %] |
102 |
<table id="resultst"> |
102 |
<table id="resultst"> |
103 |
<thead> <tr> |
103 |
<thead><tr> |
104 |
<th>Server</th> |
104 |
<th>Server</th> |
105 |
<th>Title</th> |
105 |
<th>Title</th> |
106 |
<th>Author</th> |
106 |
<th>Author</th> |
107 |
<th>ISBN</th> |
107 |
<th>ISBN</th> |
108 |
<th>LCCN</th> |
108 |
<th>LCCN</th> |
109 |
[% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] |
109 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' ) %] |
110 |
<th>Additional fields</th> |
110 |
<th>Additional fields</th> |
111 |
[% END %] |
111 |
[% END %] |
112 |
<th>Preview</th> |
112 |
<th>Preview</th> |
113 |
<th> </th> |
113 |
<th> </th> |
114 |
</tr></thead> |
114 |
</tr></thead> |
115 |
<tbody>[% FOREACH breeding_loo IN breeding_loop %] |
115 |
<tbody>[% FOREACH breeding_loo IN breeding_loop %] |
116 |
[% IF ( breeding_loo.breedingid ) %] |
116 |
[% IF ( breeding_loo.breedingid ) %] |
117 |
|
117 |
|
118 |
<tr> |
118 |
<tr> |
119 |
<td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | html %]" 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 %]">Place order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
119 |
<td>[% breeding_loo.server | html %] <div class="linktools"><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | html %]" 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 %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
120 |
<td>[% breeding_loo.title | html %]</td> |
120 |
<td>[% breeding_loo.title | html %]</td> |
121 |
<td>[% breeding_loo.author | html %]</td> |
121 |
<td>[% breeding_loo.author | html %]</td> |
122 |
<td>[% breeding_loo.isbn | html %]</td> |
122 |
<td>[% breeding_loo.isbn | html %]</td> |
123 |
<td>[% breeding_loo.lccn | html %]</td> |
123 |
<td>[% breeding_loo.lccn | html %]</td> |
124 |
[% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] |
124 |
[% IF ( Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] |
125 |
<td> |
125 |
<td> |
126 |
<dl> |
126 |
<dl> |
127 |
[% FOREACH addnumberfield IN breeding_loo.addnumberfields %] |
127 |
[% FOREACH addnumberfield IN breeding_loo.addnumberfields %] |
128 |
[% FOREACH string IN breeding_loo.$addnumberfield %] |
128 |
[% FOREACH string IN breeding_loo.$addnumberfield %] |
129 |
<dt>[% addnumberfield | html %]:</dt> |
129 |
<dt>[% addnumberfield | html %]:</dt> |
Lines 132-141
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
132 |
[% END %] |
132 |
[% END %] |
133 |
</dl> |
133 |
</dl> |
134 |
</td> |
134 |
</td> |
135 |
[% END %] |
135 |
<td> |
136 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | html %]" title="MARC" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid | html %]" title="Card" class="previewData">Card</a></td> |
136 |
<div class="dropdown"> |
137 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid | html %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Place order</a></td> |
137 |
<a class="btn btn-default btn-xs dropdown-toggle" id="z3950preview[% breeding_loo.breedingid | html %]" role="button" data-toggle="dropdown" href="#"> |
138 |
|
138 |
Preview <b class="caret"></b> |
|
|
139 |
</a> |
140 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="z3950preview[% breeding_loo.breedingid | html %]"> |
141 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid | html %]" title="MARC" class="previewData"><i class="fa fa-eye"></i> MARC</a></li> |
142 |
<li><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid | html %]" title="Card" class="previewData"><i class="fa fa-eye"></i> Card</a></li> |
143 |
</ul> |
144 |
</div> |
145 |
</td> |
146 |
<td class="actions"><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid | html %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Order</a></td> |
139 |
</tr> |
147 |
</tr> |
140 |
[% END %] |
148 |
[% END %] |
141 |
[% END %]</tbody> |
149 |
[% END %]</tbody> |