|
Lines 1-5
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Acquisitions › Z39.50 Search Results</title> |
2 |
<title>Koha › Acquisitions › [% IF ( opsearch ) %]Order from external source[% ELSE %]Order from external source › Search results[% END %]</title> |
| 3 |
[% INCLUDE 'greybox.inc' %] |
3 |
[% INCLUDE 'greybox.inc' %] |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
| 5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
5 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
|
Lines 63-73
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 63 |
[% INCLUDE 'header.inc' %] |
63 |
[% INCLUDE 'header.inc' %] |
| 64 |
[% INCLUDE 'acquisitions-search.inc' %] |
64 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 65 |
|
65 |
|
| 66 |
<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?supplierid=[% booksellerid %]">[% name %]</a> › <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">Basket [% basketno %]</a> › Order from Z39.50 search</div> |
66 |
<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?supplierid=[% 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> |
| 67 |
<div id="doc3" class="yui-t7"> |
67 |
<div id="doc3" class="yui-t7"> |
| 68 |
<div id="bd"> |
68 |
<div id="bd"> |
| 69 |
[% IF ( opsearch ) %] |
69 |
[% IF ( opsearch ) %] |
| 70 |
<h2>Z39.50 Search Points</h2> |
70 |
<h2>Order from external source</h2> |
| 71 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
71 |
<form method="post" action="z3950_search.pl" name="f" class="checkboxed"> |
| 72 |
<input type="hidden" name="op" id="op" value="do_search" /> |
72 |
<input type="hidden" name="op" id="op" value="do_search" /> |
| 73 |
<div class="yui-g"> |
73 |
<div class="yui-g"> |
|
Lines 126-132
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
| 126 |
|
126 |
|
| 127 |
|
127 |
|
| 128 |
[% ELSE %] |
128 |
[% ELSE %] |
| 129 |
<h2>Results</h2> |
129 |
<h2>Search results</h2> |
| 130 |
[% IF ( breeding_loop ) %] |
130 |
[% IF ( breeding_loop ) %] |
| 131 |
<table id="resultst"> |
131 |
<table id="resultst"> |
| 132 |
<thead> <tr> |
132 |
<thead> <tr> |
| 133 |
- |
|
|