|
Lines 1-5
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Your Cart</title> |
2 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] Catalog › Your cart</title> |
| 3 |
[% IF ( print_basket ) %] |
3 |
[% IF ( print_basket ) %] |
| 4 |
|
4 |
|
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
Lines 77-89
function placeHold () {
Link Here
|
| 77 |
<div id="doc" class="yui-t7"> |
77 |
<div id="doc" class="yui-t7"> |
| 78 |
<div class="container"> |
78 |
<div class="container"> |
| 79 |
[% UNLESS ( print_basket ) %] |
79 |
[% UNLESS ( print_basket ) %] |
| 80 |
<h1>Your Cart</h1> |
80 |
<h1>Your cart</h1> |
| 81 |
|
81 |
|
| 82 |
<div id="toolbar"> |
82 |
<div id="toolbar"> |
| 83 |
<ul class="toolbar"> |
83 |
<ul class="toolbar"> |
| 84 |
<li> |
84 |
<li> |
| 85 |
<span id="addchild" class="yui-button yui-link-button"><span class="first-child"> |
85 |
<span id="addchild" class="yui-button yui-link-button"><span class="first-child"> |
| 86 |
[% IF ( verbose ) %]<a href="basket.pl" class="brief" onclick="showLess(); return false;">Brief Display</a>[% ELSE %]<a href="basket.pl" class="detail" onclick="showMore(); return false;">More Details</a>[% END %] |
86 |
[% IF ( verbose ) %]<a href="basket.pl" class="brief" onclick="showLess(); return false;">Brief display</a>[% ELSE %]<a href="basket.pl" class="detail" onclick="showMore(); return false;">More details</a>[% END %] |
| 87 |
</span></span> |
87 |
</span></span> |
| 88 |
</li> |
88 |
</li> |
| 89 |
<li> |
89 |
<li> |
|
Lines 103-114
function placeHold () {
Link Here
|
| 103 |
</li> |
103 |
</li> |
| 104 |
<li> |
104 |
<li> |
| 105 |
<span id="delete" class="yui-button yui-link-button"><span class="first-child"> |
105 |
<span id="delete" class="yui-button yui-link-button"><span class="first-child"> |
| 106 |
<a class="empty" href="basket.pl" onclick="delBasket('popup'); return false;">Empty and Close</a> |
106 |
<a class="empty" href="basket.pl" onclick="delBasket('popup'); return false;">Empty and close</a> |
| 107 |
</span></span> |
107 |
</span></span> |
| 108 |
</li> |
108 |
</li> |
| 109 |
<li> |
109 |
<li> |
| 110 |
<span id="hide" class="yui-button yui-link-button"><span class="first-child"> |
110 |
<span id="hide" class="yui-button yui-link-button"><span class="first-child"> |
| 111 |
<a class="hide close" href="basket.pl">Hide Window</a> |
111 |
<a class="hide close" href="basket.pl">Hide window</a> |
| 112 |
</span></span> |
112 |
</span></span> |
| 113 |
</li> |
113 |
</li> |
| 114 |
</ul> |
114 |
</ul> |
|
Lines 116-122
function placeHold () {
Link Here
|
| 116 |
[% END %] |
116 |
[% END %] |
| 117 |
|
117 |
|
| 118 |
[% IF ( verbose ) %] |
118 |
[% IF ( verbose ) %] |
| 119 |
[% UNLESS ( print_basket ) %]<p style="padding: 7px 0; border-top : 1px solid #E8E8E8;"><a id="CheckAll" href="#">Select All</a> <a id="CheckNone" href="#">Clear All</a> | <b>Selected items :</b> |
119 |
[% UNLESS ( print_basket ) %]<p style="padding: 7px 0; border-top : 1px solid #E8E8E8;"><a id="CheckAll" href="#">Select all</a> <a id="CheckNone" href="#">Clear all</a> | <b>Selected items :</b> |
| 120 |
|
120 |
|
| 121 |
<a href="#" onclick="delSelRecords(); return false;">Remove</a> |
121 |
<a href="#" onclick="delSelRecords(); return false;">Remove</a> |
| 122 |
|
122 |
|
|
Lines 125-131
function placeHold () {
Link Here
|
| 125 |
[% END %] |
125 |
[% END %] |
| 126 |
|
126 |
|
| 127 |
[% IF ( CAN_user_reserveforothers ) %] |
127 |
[% IF ( CAN_user_reserveforothers ) %] |
| 128 |
| <a href="#" onclick="placeHold(); return false;">Place Hold</a> |
128 |
| <a href="#" onclick="placeHold(); return false;">Place hold</a> |
| 129 |
[% END %] |
129 |
[% END %] |
| 130 |
|
130 |
|
| 131 |
</p>[% END %] |
131 |
</p>[% END %] |
|
Lines 253-259
function placeHold () {
Link Here
|
| 253 |
|
253 |
|
| 254 |
[% IF ( BIBLIO_RESULT.MARCurlS ) %] |
254 |
[% IF ( BIBLIO_RESULT.MARCurlS ) %] |
| 255 |
<tr> |
255 |
<tr> |
| 256 |
<th scope="row">url(s)</th> |
256 |
<th scope="row">URL(s)</th> |
| 257 |
<td> |
257 |
<td> |
| 258 |
[% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %] |
258 |
[% FOREACH MARCurl IN BIBLIO_RESULT.MARCurlS %] |
| 259 |
<p>[% IF ( MARCurl.part ) %][% MARCurl.part %] |
259 |
<p>[% IF ( MARCurl.part ) %][% MARCurl.part %] |
|
Lines 283-290
function placeHold () {
Link Here
|
| 283 |
[% UNLESS ( print_basket ) %] |
283 |
[% UNLESS ( print_basket ) %] |
| 284 |
<p style="border-top : 1px solid #E8E8E8;"> |
284 |
<p style="border-top : 1px solid #E8E8E8;"> |
| 285 |
<form action="/cgi-bin/koha/basket/basket.pl" method="get" name="bookbag_form" id="bookbag_form"> |
285 |
<form action="/cgi-bin/koha/basket/basket.pl" method="get" name="bookbag_form" id="bookbag_form"> |
| 286 |
<a id="CheckAll" href="#">Select All</a> |
286 |
<a id="CheckAll" href="#">Select all</a> |
| 287 |
<a id="CheckNone" href="#">Clear All</a> |
287 |
<a id="CheckNone" href="#">Clear all</a> |
| 288 |
| <b>Selected items :</b> |
288 |
| <b>Selected items :</b> |
| 289 |
<a href="#" onclick="delSelRecords(); return false;">Remove</a> |
289 |
<a href="#" onclick="delSelRecords(); return false;">Remove</a> |
| 290 |
|
290 |
|
|
Lines 293-299
function placeHold () {
Link Here
|
| 293 |
[% END %] |
293 |
[% END %] |
| 294 |
|
294 |
|
| 295 |
[% IF ( CAN_user_reserveforothers ) %] |
295 |
[% IF ( CAN_user_reserveforothers ) %] |
| 296 |
| <a href="#" onclick="placeHold(); return false;">Place Hold</a> |
296 |
| <a href="#" onclick="placeHold(); return false;">Place hold</a> |
| 297 |
[% END %] |
297 |
[% END %] |
| 298 |
|
298 |
|
| 299 |
|
299 |
|
|
Lines 303-309
function placeHold () {
Link Here
|
| 303 |
<thead><tr> |
303 |
<thead><tr> |
| 304 |
[% UNLESS ( print_basket ) %]<th> </th>[% END %] |
304 |
[% UNLESS ( print_basket ) %]<th> </th>[% END %] |
| 305 |
<th>Title</th> |
305 |
<th>Title</th> |
| 306 |
<th>Item Type</th> |
306 |
<th>Item type</th> |
| 307 |
<th>Location</th> |
307 |
<th>Location</th> |
| 308 |
</tr></thead> |
308 |
</tr></thead> |
| 309 |
|
309 |
|