Lines 5-16
Link Here
|
5 |
<title>Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %]</title> |
5 |
<title>Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %]</title> |
6 |
[% Asset.css("css/datatables.css") | $raw %] |
6 |
[% Asset.css("css/datatables.css") | $raw %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
[% INCLUDE 'datatables.inc' %] |
|
|
9 |
[% USE Koha %] |
8 |
[% USE Koha %] |
10 |
|
9 |
|
11 |
<style type="text/css"> |
10 |
<style> |
12 |
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;} |
11 |
.linktools { background-color:#FFF;border-top:1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #666; border-bottom:1px solid #666;display: none; white-space: nowrap;} |
13 |
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;} |
12 |
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;} |
14 |
.linktools a:hover { background-color:#EEE;color:#CC3300;border-right:1px solid #CCC;} |
13 |
.linktools a:hover { background-color:#EEE;color:#CC3300;border-right:1px solid #CCC;} |
15 |
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; } #dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } } |
14 |
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : transparent !important; } #dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } } |
16 |
</style> |
15 |
</style> |
Lines 23-31
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
23 |
<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 | html %]</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> |
22 |
<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 | html %]</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> |
24 |
|
23 |
|
25 |
<div class="main container-fluid"> |
24 |
<div class="main container-fluid"> |
|
|
25 |
[% IF ( opsearch ) %] |
26 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
26 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
27 |
<div class="row"> |
27 |
<div class="row"> |
28 |
[% IF ( opsearch ) %] |
|
|
29 |
<div class="col-sm-6"> |
28 |
<div class="col-sm-6"> |
30 |
<h2>Order from external source</h2> |
29 |
<h2>Order from external source</h2> |
31 |
<input type="hidden" name="op" id="op" value="do_search" /> |
30 |
<input type="hidden" name="op" id="op" value="do_search" /> |
Lines 55-61
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
55 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
54 |
<input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> |
56 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
55 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
57 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
56 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
58 |
</div> |
57 |
</div> <!-- /.col-sm-6 --> |
59 |
<div class="col-sm-6"> |
58 |
<div class="col-sm-6"> |
60 |
<h2>Search targets</h2> |
59 |
<h2>Search targets</h2> |
61 |
<div id="z3950_search_targets_acq"> |
60 |
<div id="z3950_search_targets_acq"> |
Lines 71-89
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
71 |
|
70 |
|
72 |
</p> |
71 |
</p> |
73 |
[% END %] |
72 |
[% END %] |
74 |
</div> |
73 |
</div> <!-- /#z3950_search-targets_acq --> |
75 |
</div> |
74 |
</div> <!-- /.col-sm-6 --> |
76 |
</div> |
75 |
</div> <!-- /.row --> |
77 |
|
76 |
|
78 |
<div class="row"> |
77 |
<div class="row"> |
79 |
<div class="col-md-12"> |
78 |
<div class="col-md-12"> |
80 |
<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> |
79 |
<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> |
|
|
80 |
</div> |
81 |
</div> |
81 |
</div> |
82 |
</form> |
82 |
</form> |
83 |
</div> |
|
|
84 |
|
83 |
|
85 |
|
84 |
|
86 |
[% ELSE %] |
85 |
[% ELSE %] |
|
|
86 |
<div class="row"> |
87 |
<div class="col-md-12"> |
87 |
<div class="col-md-12"> |
88 |
<h2>Search results</h2> |
88 |
<h2>Search results</h2> |
89 |
|
89 |
|
Lines 204-210
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
204 |
[% END %] |
204 |
[% END %] |
205 |
<div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div> |
205 |
<div class="dialog message">Nothing found. <a href="javascript: history.back()">Try another search</a>.</div> |
206 |
[% END %] |
206 |
[% END %] |
207 |
</div> |
207 |
</div> <!-- /.col-md-12 --> |
|
|
208 |
</div> <!-- /.row --> |
208 |
|
209 |
|
209 |
[% END %] |
210 |
[% END %] |
210 |
|
211 |
|
Lines 214-220
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
214 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
215 |
[% Asset.js("js/acquisitions-menu.js") | $raw %] |
215 |
[% INCLUDE 'datatables.inc' %] |
216 |
[% INCLUDE 'datatables.inc' %] |
216 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
217 |
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] |
217 |
<script type="text/javascript"> |
218 |
<script> |
218 |
$(document).ready(function(){ |
219 |
$(document).ready(function(){ |
219 |
var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { |
220 |
var resultst = $("#resultst").dataTable($.extend(true, {}, dataTablesDefaults, { |
220 |
"aoColumnDefs": [ |
221 |
"aoColumnDefs": [ |
221 |
- |
|
|