|
Lines 17-30
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 17 |
|
17 |
|
| 18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> › [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Order from external source</a> › Search results[% END %]</div> |
18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> › <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a> › [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Order from external source</a> › Search results[% END %]</div> |
| 19 |
|
19 |
|
| 20 |
<div id="doc3" class="yui-t7"> |
20 |
<div class="main container-fluid"> |
| 21 |
<div id="bd"> |
|
|
| 22 |
[% IF ( opsearch ) %] |
| 23 |
<h2>Order from external source</h2> |
| 24 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
21 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
|
|
22 |
<div class="row"> |
| 23 |
[% IF ( opsearch ) %] |
| 24 |
<div class="col-sm-6"> |
| 25 |
<h2>Order from external source</h2> |
| 25 |
<input type="hidden" name="op" id="op" value="do_search" /> |
26 |
<input type="hidden" name="op" id="op" value="do_search" /> |
| 26 |
<div class="yui-g"> |
|
|
| 27 |
<div class="yui-u first"> |
| 28 |
<fieldset class="rows"> |
27 |
<fieldset class="rows"> |
| 29 |
<ol> |
28 |
<ol> |
| 30 |
<li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title |html %]" class="focus" /></li> |
29 |
<li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title |html %]" class="focus" /></li> |
|
Lines 50-56
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 50 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
49 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
| 51 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
50 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
| 52 |
</div> |
51 |
</div> |
| 53 |
<div class="yui-u second"> |
52 |
<div class="col-sm-6"> |
| 54 |
<h2>Search targets</h2> |
53 |
<h2>Search targets</h2> |
| 55 |
<div id="z3950_search_targets_acq"> |
54 |
<div id="z3950_search_targets_acq"> |
| 56 |
<span class="z3950checks"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span> |
55 |
<span class="z3950checks"><span class="checkall"><a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a></span> | <span class="clearall"><a id="CheckNone" href="#"><i class="fa fa-remove"></i> Clear all</a></span></span> |
|
Lines 69-79
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 69 |
</div> |
68 |
</div> |
| 70 |
</div> |
69 |
</div> |
| 71 |
|
70 |
|
|
|
71 |
<div class="row"> |
| 72 |
<div class="col-md-12"> |
| 72 |
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Cancel</a></fieldset> |
73 |
<fieldset class="action"><input type="submit" class="submit" value="Search" /> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Cancel</a></fieldset> |
|
|
74 |
</div> |
| 73 |
</form> |
75 |
</form> |
|
|
76 |
</div> |
| 74 |
|
77 |
|
| 75 |
|
78 |
|
| 76 |
[% ELSE %] |
79 |
[% ELSE %] |
|
|
80 |
<div class="col-md-12"> |
| 77 |
<h2>Search results</h2> |
81 |
<h2>Search results</h2> |
| 78 |
|
82 |
|
| 79 |
<p>You searched for: |
83 |
<p>You searched for: |
|
Lines 178-189
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 178 |
[% END %] |
182 |
[% END %] |
| 179 |
<div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div> |
183 |
<div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div> |
| 180 |
[% END %] |
184 |
[% END %] |
| 181 |
|
185 |
</div> |
| 182 |
|
186 |
|
| 183 |
[% END %] |
187 |
[% END %] |
| 184 |
|
188 |
|
| 185 |
</div> |
|
|
| 186 |
</div> |
| 187 |
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %] |
189 |
[% IF ( numberpending ) %]<h3 align="center">Still [% numberpending %] servers to search</h3>[% END %] |
| 188 |
|
190 |
|
| 189 |
[% MACRO jsinclude BLOCK %] |
191 |
[% MACRO jsinclude BLOCK %] |
| 190 |
- |
|
|