Lines 85-91
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
85 |
[% INCLUDE 'header.inc' %] |
85 |
[% INCLUDE 'header.inc' %] |
86 |
[% INCLUDE 'acquisitions-search.inc' %] |
86 |
[% INCLUDE 'acquisitions-search.inc' %] |
87 |
|
87 |
|
88 |
<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 %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> › [% IF ( opsearch ) %]Order from external source[% ELSE %]<a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]">Order from external source</a> › Search results[% END %]</div> |
88 |
<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> |
89 |
|
89 |
|
90 |
<div id="doc3" class="yui-t7"> |
90 |
<div id="doc3" class="yui-t7"> |
91 |
<div id="bd"> |
91 |
<div id="bd"> |
Lines 98-108
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
98 |
<fieldset class="rows"> |
98 |
<fieldset class="rows"> |
99 |
<ol> |
99 |
<ol> |
100 |
<li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title |html %]" class="focus" /></li> |
100 |
<li><label for="searchtitle">Title: </label> <input type="text" id="searchtitle" name="title" value="[% title |html %]" class="focus" /></li> |
101 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn %]" /></li> |
101 |
<li><label for="isbn">ISBN: </label> <input type="text" id="isbn" name="isbn" value="[% isbn | html %]" /></li> |
102 |
<li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> |
102 |
<li><label for="lccall">LC call number: </label> <input type="text" id="lccall" name="lccall" value="" /></li> |
103 |
<li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li> |
103 |
<li><label for="controlnumber">Control no.: </label> <input type="text" id="controlnumber" name="controlnumber" value="" /></li> |
104 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author %]" /></li> |
104 |
<li><label for="author">Author: </label> <input type="text" id="author" name="author" value="[% author | html %]" /></li> |
105 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn %]" /></li> |
105 |
<li><label for="issn">ISSN: </label> <input type="text" id="issn" name="issn" value="[% issn | html %]" /></li> |
106 |
<li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
106 |
<li><label for="subject">Subject heading: </label> <input type="text" id="subject" name="subject" value="" /></li> |
107 |
<li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li> |
107 |
<li><label for="dewey">Dewey: </label> <input type="text" id="dewey" name="dewey" value="" /></li> |
108 |
<li><label for="frameworkcode" >Select MARC framework:</label> |
108 |
<li><label for="frameworkcode" >Select MARC framework:</label> |
Lines 120-128
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
120 |
</ol> |
120 |
</ol> |
121 |
<p><a id="resetZ3950Search" href="#">Clear search form</a></p> |
121 |
<p><a id="resetZ3950Search" href="#">Clear search form</a></p> |
122 |
</fieldset> |
122 |
</fieldset> |
123 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
123 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
124 |
<input type="hidden" name="basketno" value="[% basketno %]" /> |
124 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
125 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
125 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
126 |
</div> |
126 |
</div> |
127 |
<div class="yui-u second"> |
127 |
<div class="yui-u second"> |
128 |
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2> |
128 |
<h2>Search targets <span style="display: inline; font-size: 70%; padding-left: 1em;"><span class="checkall"><a id="CheckAll" href="#">Select all</a></span><span class="clearall"><a id="CheckNone" href="#">Clear all</a></span></span></h2> |
Lines 142-148
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
142 |
</div> |
142 |
</div> |
143 |
</div> |
143 |
</div> |
144 |
|
144 |
|
145 |
<fieldset class="action"><input type="submit" class="submit" value="Search" onclick="cursor :'wait'"/> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]">Cancel</a></fieldset> |
145 |
<fieldset class="action"><input type="submit" class="submit" value="Search" onclick="cursor :'wait'"/> <a class="cancel" href="/cgi-bin/koha/acqui/basket.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Cancel</a></fieldset> |
146 |
</form> |
146 |
</form> |
147 |
|
147 |
|
148 |
|
148 |
|
Lines 150-163
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
150 |
<h2>Search results</h2> |
150 |
<h2>Search results</h2> |
151 |
|
151 |
|
152 |
<p>You searched for: |
152 |
<p>You searched for: |
153 |
[% IF ( title ) %]<em>Title: </em><span class=term>[% title %]</span> [% END %] |
153 |
[% IF ( title ) %]<em>Title: </em><span class=term>[% title | html %]</span> [% END %] |
154 |
[% IF ( author ) %]<em>Author: </em><span class=term>[% author %]</span> [% END %] |
154 |
[% IF ( author ) %]<em>Author: </em><span class=term>[% author | html %]</span> [% END %] |
155 |
[% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn %]</span> [% END %] |
155 |
[% IF ( isbn ) %]<em>ISBN: </em><span class=term>[% isbn | html %]</span> [% END %] |
156 |
[% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn %]</span> [% END %] |
156 |
[% IF ( issn ) %]<em>ISSN: </em><span class=term>[% issn | html %]</span> [% END %] |
157 |
[% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall %]</span> [% END %] |
157 |
[% IF ( lccall ) %]<em>LC call number: </em><span class=term>[% lccall | html %]</span> [% END %] |
158 |
[% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject %]</span> [% END %] |
158 |
[% IF ( subject ) %]<em>Subject heading: </em><span class=term>[% subject | html %]</span> [% END %] |
159 |
[% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber %]</span> [% END %] |
159 |
[% IF ( controlnumber ) %]<em>Control no: </em><span class=term>[% controlnumber | html %]</span> [% END %] |
160 |
[% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey %]</span> [%END %] |
160 |
[% IF ( dewey ) %]<em>Dewey: </em><span class=term>[% dewey | html %]</span> [%END %] |
161 |
</p> |
161 |
</p> |
162 |
|
162 |
|
163 |
[% IF ( breeding_loop ) %] |
163 |
[% IF ( breeding_loop ) %] |
Lines 175-187
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
175 |
[% IF ( breeding_loo.breedingid ) %] |
175 |
[% IF ( breeding_loo.breedingid ) %] |
176 |
|
176 |
|
177 |
[% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
177 |
[% IF ( breeding_loo.toggle ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
178 |
<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> |
178 |
<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 | uri %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Order</a> <a href="#" id="closemenu" title="Close this menu"> X </a></div></td> |
179 |
<td>[% breeding_loo.title |html %]</td> |
179 |
<td>[% breeding_loo.title |html %]</td> |
180 |
<td>[% breeding_loo.author %]</td> |
180 |
<td>[% breeding_loo.author %]</td> |
181 |
<td>[% breeding_loo.isbn %]</td> |
181 |
<td>[% breeding_loo.isbn %]</td> |
182 |
<td>[% breeding_loo.lccn %]</td> |
182 |
<td>[% breeding_loo.lccn %]</td> |
183 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="Card" rel="gb_page_center[600,500]">Card</a></td> |
183 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="Card" rel="gb_page_center[600,500]">Card</a></td> |
184 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid %]&basketno=[% basketno %]">Order</a></td> |
184 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno %]">Order</a></td> |
185 |
|
185 |
|
186 |
</tr> |
186 |
</tr> |
187 |
[% END %] |
187 |
[% END %] |
Lines 192-207
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
192 |
<input type="hidden" name="op" id="op" value="do_search" /> |
192 |
<input type="hidden" name="op" id="op" value="do_search" /> |
193 |
<input type="hidden" name="current_page" id="current_page" value="[% current_page %]" /> |
193 |
<input type="hidden" name="current_page" id="current_page" value="[% current_page %]" /> |
194 |
<input type="hidden" id="searchtitle" name="title" value="[% title |html %]" /> |
194 |
<input type="hidden" id="searchtitle" name="title" value="[% title |html %]" /> |
195 |
<input type="hidden" id="isbn" name="isbn" value="[% isbn %]" /> |
195 |
<input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" /> |
196 |
<input type="hidden" id="lccall" name="lccall" value="[% lccall %]" /> |
196 |
<input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" /> |
197 |
<input type="hidden" id="author" name="author" value="[% author %]" /> |
197 |
<input type="hidden" id="author" name="author" value="[% author | html %]" /> |
198 |
<input type="hidden" id="subject" name="subject" value="[% subject %]" /> |
198 |
<input type="hidden" id="subject" name="subject" value="[% subject | html %]" /> |
199 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey %]" /> |
199 |
<input type="hidden" id="dewey" name="dewey" value="[% dewey | html %]" /> |
200 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode %]" /> |
200 |
<input type="hidden" name="frameworkcode" value="[% frameworkcode | html %]" /> |
201 |
<input type="hidden" name="biblionumber" value="[% biblionumber %]" /> |
201 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
202 |
<input type="hidden" name="controlnumber" value="[% controlnumber %]" /> |
202 |
<input type="hidden" name="controlnumber" value="[% controlnumber | html %]" /> |
203 |
<input type="hidden" name="basketno" value="[% basketno %]" /> |
203 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
204 |
<input type="hidden" name="booksellerid" value="[% booksellerid %]" /> |
204 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
205 |
|
205 |
|
206 |
[% FOREACH server IN servers %] |
206 |
[% FOREACH server IN servers %] |
207 |
<input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" /> |
207 |
<input type="hidden" name="id" id="z3950_[% server.id %]" value="[% server.id %]" /> |
208 |
- |
|
|