|
Lines 3-8
Link Here
|
| 3 |
<title>Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %]</title> |
3 |
<title>Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %]</title> |
| 4 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
4 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
| 5 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
6 |
[% INCLUDE 'datatables.inc' %] |
| 7 |
[% USE Koha %] |
| 8 |
|
| 6 |
<style type="text/css"> |
9 |
<style type="text/css"> |
| 7 |
.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;} |
10 |
.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;} |
| 8 |
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;} |
11 |
.linktools a { font-size : 85%; text-decoration:none; padding:.3em;;background-color:#FFF; display:block;float:left;border-right:1px solid #DDD;} |
|
Lines 14-20
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 14 |
<body id="acq_z3950_search" class="acq"> |
17 |
<body id="acq_z3950_search" class="acq"> |
| 15 |
[% INCLUDE 'header.inc' %] |
18 |
[% INCLUDE 'header.inc' %] |
| 16 |
[% INCLUDE 'acquisitions-search.inc' %] |
19 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 17 |
|
20 |
[% INCLUDE 'z3950_search.inc' %] |
| 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> |
21 |
<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 |
|
22 |
|
| 20 |
<div class="main container-fluid"> |
23 |
<div class="main container-fluid"> |
|
Lines 99-104
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 99 |
<th>Author</th> |
102 |
<th>Author</th> |
| 100 |
<th>ISBN</th> |
103 |
<th>ISBN</th> |
| 101 |
<th>LCCN</th> |
104 |
<th>LCCN</th> |
|
|
105 |
[% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] |
| 106 |
<th>Additional fields</th> |
| 107 |
[% END %] |
| 102 |
<th>Preview</th> |
108 |
<th>Preview</th> |
| 103 |
<th> </th> |
109 |
<th> </th> |
| 104 |
</tr></thead> |
110 |
</tr></thead> |
|
Lines 111-116
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 111 |
<td>[% breeding_loo.author %]</td> |
117 |
<td>[% breeding_loo.author %]</td> |
| 112 |
<td>[% breeding_loo.isbn %]</td> |
118 |
<td>[% breeding_loo.isbn %]</td> |
| 113 |
<td>[% breeding_loo.lccn %]</td> |
119 |
<td>[% breeding_loo.lccn %]</td> |
|
|
120 |
[% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] |
| 121 |
<td> |
| 122 |
<dl> |
| 123 |
[% FOREACH addnumberfield IN breeding_loo.addnumberfields %] |
| 124 |
<dt>[% addnumberfield %]:</dt> |
| 125 |
<dd>[% breeding_loo.$addnumberfield %]</dd> |
| 126 |
[% END %] |
| 127 |
</dl> |
| 128 |
</td> |
| 129 |
[% END %] |
| 114 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="Card" class="previewData">Card</a></td> |
130 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" title="MARC" class="previewData">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="Card" class="previewData">Card</a></td> |
| 115 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Order</a></td> |
131 |
<td><a href="/cgi-bin/koha/acqui/neworderempty.pl?frameworkcode=[% frameworkcode | uri %]&breedingid=[% breeding_loo.breedingid %]&booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">Order</a></td> |
| 116 |
|
132 |
|
|
Lines 224-227
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 224 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script> |
240 |
<script type="text/javascript" src="[% interface %]/[% theme %]/js/z3950_search_[% KOHA_VERSION %].js"></script> |
| 225 |
[% END %] |
241 |
[% END %] |
| 226 |
|
242 |
|
| 227 |
[% INCLUDE 'intranet-bottom.inc' %] |
243 |
[% INCLUDE 'intranet-bottom.inc' %] |