|
Lines 179-185
function validate1(date) {
Link Here
|
| 179 |
|
179 |
|
| 180 |
[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %] |
180 |
[% UNLESS ( I ) %][% IF ( othernames ) %]“[% othernames %]”[% END %] |
| 181 |
|
181 |
|
| 182 |
<p class="address">[% streetnumber %] |
182 |
<p class="address"> |
| 183 |
[% IF ( roaddetails ) %] |
183 |
[% IF ( roaddetails ) %] |
| 184 |
[% roaddetails %], |
184 |
[% roaddetails %], |
| 185 |
[% END %] |
185 |
[% END %] |
|
Lines 212-220
function validate1(date) {
Link Here
|
| 212 |
[% END %] |
212 |
[% END %] |
| 213 |
<li><span class="label">Initials: </span>[% initials %]</li> |
213 |
<li><span class="label">Initials: </span>[% initials %]</li> |
| 214 |
<li><span class="label">Date of birth:</span>[% dateofbirth %]</li> |
214 |
<li><span class="label">Date of birth:</span>[% dateofbirth %]</li> |
| 215 |
<li><span class="label">Gender:</span> |
215 |
<li><span class="label">Sex:</span>[% sex %]</li>[% END %] |
| 216 |
[% IF ( sex == 'F' ) %]Female[% ELSIF ( sex == 'M' ) %]Male[% ELSE %][% sex %][% END %] |
|
|
| 217 |
</li>[% END %] |
| 218 |
[% IF ( printethnicityline ) %] |
216 |
[% IF ( printethnicityline ) %] |
| 219 |
<li><span class="label">Ethnicity:</span>[% ethnicity %]</li> |
217 |
<li><span class="label">Ethnicity:</span>[% ethnicity %]</li> |
| 220 |
<li><span class="label">Ethnicity notes: </span>[% ethnotes %]</li> |
218 |
<li><span class="label">Ethnicity notes: </span>[% ethnotes %]</li> |
|
Lines 341-348
function validate1(date) {
Link Here
|
| 341 |
</li>[% END %] |
339 |
</li>[% END %] |
| 342 |
[% IF ( sort1 ) %]<li><span class="label">Sort field 1:</span>[% lib1 %]</li>[% END %] |
340 |
[% IF ( sort1 ) %]<li><span class="label">Sort field 1:</span>[% lib1 %]</li>[% END %] |
| 343 |
[% IF ( sort2 ) %]<li><span class="label">Sort field 2:</span>[% lib2 %]</li>[% END %] |
341 |
[% IF ( sort2 ) %]<li><span class="label">Sort field 2:</span>[% lib2 %]</li>[% END %] |
| 344 |
<li><span class="label">Username: </span>[% userid %]</li> |
342 |
<li><span class="label">OPAC login: </span>[% userid %]</li> |
| 345 |
<li><span class="label">Password: </span> |
343 |
<li><span class="label">OPAC password: </span> |
| 346 |
[% IF ( password ) %] |
344 |
[% IF ( password ) %] |
| 347 |
******* |
345 |
******* |
| 348 |
[% ELSE %] |
346 |
[% ELSE %] |
|
Lines 399-405
function validate1(date) {
Link Here
|
| 399 |
<ul> |
397 |
<ul> |
| 400 |
<li><a href="/cgi-bin/koha/members/moremember.pl#checkedout">[% issuecount %] Checkout(s)</a></li> |
398 |
<li><a href="/cgi-bin/koha/members/moremember.pl#checkedout">[% issuecount %] Checkout(s)</a></li> |
| 401 |
[% IF ( relissuecount ) %] |
399 |
[% IF ( relissuecount ) %] |
| 402 |
<li><a href="/cgi-bin/koha/members/moremember.pl#relissues">Relatives' Checkouts</a></li> |
400 |
<li><a href="/cgi-bin/koha/members/moremember.pl#relissues">Relatives issues</a></li> |
| 403 |
[% END %] |
401 |
[% END %] |
| 404 |
<li><a href="/cgi-bin/koha/members/moremember.pl#finesandcharges">Fines & Charges</a></li> |
402 |
<li><a href="/cgi-bin/koha/members/moremember.pl#finesandcharges">Fines & Charges</a></li> |
| 405 |
<li>[% IF ( countreserv ) %] |
403 |
<li>[% IF ( countreserv ) %] |
|
Lines 495-507
function validate1(date) {
Link Here
|
| 495 |
[% IF ( issueloo.return_failed ) %] |
493 |
[% IF ( issueloo.return_failed ) %] |
| 496 |
<td class="problem">Checkin Failed</td> |
494 |
<td class="problem">Checkin Failed</td> |
| 497 |
[% ELSE %] |
495 |
[% ELSE %] |
| 498 |
[% IF ( issueloo.norenew_reason_on_reserve ) %] |
|
|
| 499 |
<td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% issueloo.biblionumber %]">On Hold</a></td> |
| 500 |
[% ELSE %] |
| 501 |
<td><input type="checkbox" name="barcodes[]" value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" /> |
496 |
<td><input type="checkbox" name="barcodes[]" value="[% issueloo.barcode %]" onclick="uncheck_sibling(this);" /> |
| 502 |
<input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" /> |
497 |
<input type="checkbox" name="all_barcodes[]" value="[% issueloo.barcode %]" checked="checked" style="display: none;" /> |
| 503 |
</td> |
498 |
</td> |
| 504 |
[% END %] |
|
|
| 505 |
[% END %] |
499 |
[% END %] |
| 506 |
</tr> |
500 |
</tr> |
| 507 |
[% END %] |
501 |
[% END %] |
|
Lines 524-540
function validate1(date) {
Link Here
|
| 524 |
|
518 |
|
| 525 |
[% IF ( relissuecount ) %] |
519 |
[% IF ( relissuecount ) %] |
| 526 |
<div id="relissues"> |
520 |
<div id="relissues"> |
|
|
521 |
<h2>Relatives issues</h2> |
| 527 |
<table id="relissuest"> |
522 |
<table id="relissuest"> |
| 528 |
<thead> |
523 |
<thead> |
| 529 |
<tr> |
524 |
<tr> |
| 530 |
<th scope="col">Due date</th> |
525 |
<th scope="col">Due date</th> |
| 531 |
<th scope="col">Title</th> |
526 |
<th scope="col">Title</th> |
|
|
527 |
<th scope="col">Collection</th> |
| 528 |
<th scope="col">Stock number</th> |
| 529 |
<th scope="col">Barcode</th> |
| 532 |
<th scope="col">Item Type</th> |
530 |
<th scope="col">Item Type</th> |
| 533 |
<th scope="col">Checked out on</th> |
531 |
<th scope="col">Checked out on</th> |
| 534 |
<th scope="col">Call no</th> |
532 |
<th scope="col">Borrower</th> |
|
|
533 |
<th scope="col">Call no</th> |
| 535 |
<th scope="col">Charge</th> |
534 |
<th scope="col">Charge</th> |
| 536 |
<th scope="col">Price</th> |
535 |
<th scope="col">Price</th> |
| 537 |
<th scope="col">Patron</th> |
|
|
| 538 |
</tr> |
536 |
</tr> |
| 539 |
</thead> |
537 |
</thead> |
| 540 |
<tbody> |
538 |
<tbody> |
|
Lines 553-565
function validate1(date) {
Link Here
|
| 553 |
<span class="dmg">[% relissueloo.itemdamaged %]</span> |
551 |
<span class="dmg">[% relissueloo.itemdamaged %]</span> |
| 554 |
[% END %] |
552 |
[% END %] |
| 555 |
</td> |
553 |
</td> |
| 556 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% relissueloo.biblionumber %]"><strong>[% relissueloo.title |html %]</strong></a>[% IF relissueloo.author %], by [% relissueloo.author %][% END %] [% IF relissueloo.publishercode %]; [% relissueloo.publishercode %] [% END %] [% IF relissueloo.publicationyear %], [% relissueloo.publicationyear %][% END %] <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% relissueloo.biblionumber %]&itemnumber=[% relissueloo.itemnumber %]#item[% relissueloo.itemnumber %]">[% relissueloo.barcode %]</a></td> |
554 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% relissueloo.biblionumber %]"><strong>[% relissueloo.title |html %]</strong></a>[% IF ( relissueloo.author ) %], by [% relissueloo.author %][% END %] [% IF ( relissueloo.publishercode ) %]; [% relissueloo.publishercode %] [% END %] [% IF ( relissueloo.publicationyear ) %], [% relissueloo.publicationyear %][% END %]</td> |
|
|
555 |
<td>[% relissueloo.collection %]</td> |
| 556 |
<td>[% relissueloo.stocknumber %]</td> |
| 557 |
<td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% relissueloo.biblionumber %]&itemnumber=[% relissueloo.itemnumber %]#item[% relissueloo.itemnumber %]">[% relissueloo.barcode %]</a></td> |
| 557 |
<td>[% UNLESS ( noItemTypeImages ) %] [% IF ( relissueloo.itemtype_image ) %]<img src="[% relissueloo.itemtype_image %]" alt="" />[% END %][% END %][% relissueloo.itemtype_description %]</td> |
558 |
<td>[% UNLESS ( noItemTypeImages ) %] [% IF ( relissueloo.itemtype_image ) %]<img src="[% relissueloo.itemtype_image %]" alt="" />[% END %][% END %][% relissueloo.itemtype_description %]</td> |
| 558 |
<td>[% relissueloo.issuedate %]</td> |
559 |
<td>[% relissueloo.issuedate %]</td> |
| 559 |
<td>[% relissueloo.itemcallnumber %]</td> |
560 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% relissueloo.borrowernumber %]">[% relissueloo.borrowername %]</a></td> |
| 560 |
<td>[% relissueloo.charge %]</td> |
561 |
<td>[% relissueloo.itemcallnumber %]</td> |
| 561 |
<td>[% relissueloo.replacementprice %]</td> |
562 |
<td>[% relissueloo.charge %]</td> |
| 562 |
<td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% relissueloo.borrowernumber %]">[% relissueloo.borrowername %] ([% relissueloo.cardnumber %])</a></td> |
563 |
<td>[% relissueloo.replacementprice %]</td> |
| 563 |
</tr> |
564 |
</tr> |
| 564 |
[% END %] |
565 |
[% END %] |
| 565 |
</tbody> |
566 |
</tbody> |
|
Lines 609-623
function validate1(date) {
Link Here
|
| 609 |
<option value="del">Yes</option> |
610 |
<option value="del">Yes</option> |
| 610 |
</select> |
611 |
</select> |
| 611 |
<input type="hidden" name="biblionumber" value="[% reservloo.biblionumber %]" /> |
612 |
<input type="hidden" name="biblionumber" value="[% reservloo.biblionumber %]" /> |
| 612 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
613 |
<input type="hidden" name="borrowernumber" value="[% reservloo.borrowernumber %]" /> |
| 613 |
</td> |
614 |
</td> |
| 614 |
</tr> |
615 |
</tr> |
| 615 |
[% END %]</tbody> |
616 |
[% END %]</tbody> |
| 616 |
</table> |
617 |
</table> |
| 617 |
|
618 |
|
| 618 |
<fieldset class="action"><input type="submit" class="cancel" name="submit" value="Cancel Marked Requests" /></fieldset> |
619 |
<fieldset class="action"> |
| 619 |
</form> |
620 |
<input type="submit" name="renew_checked" value="Renew or Return checked items" /> |
| 620 |
[% ELSE %]<p>Patron has nothing on hold.</p>[% END %] |
621 |
<input type="submit" id="renew_all" name="renew_all" value="Renew all" /> |
|
|
622 |
</fieldset> |
| 623 |
[% ELSE %]<p>Patron has nothing checked out.</p>[% END %] |
| 624 |
</form> |
| 621 |
</div> |
625 |
</div> |
| 622 |
|
626 |
|
| 623 |
</div> |
627 |
</div> |