|
Lines 59-65
Link Here
|
| 59 |
<aside> |
59 |
<aside> |
| 60 |
<form method="get" id="illfilter_form"> |
60 |
<form method="get" id="illfilter_form"> |
| 61 |
<fieldset class="brief"> |
61 |
<fieldset class="brief"> |
| 62 |
<h3>Filters</h3> |
62 |
<h2>Filters</h2> |
| 63 |
<ol> |
63 |
<ol> |
| 64 |
<li> |
64 |
<li> |
| 65 |
<label for="illfilter_keyword">Keyword:</label> |
65 |
<label for="illfilter_keyword">Keyword:</label> |
|
Lines 360-370
Link Here
|
| 360 |
<div class="modal-content"> |
360 |
<div class="modal-content"> |
| 361 |
<div class="modal-header"> |
361 |
<div class="modal-header"> |
| 362 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
362 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 363 |
<h3 id="partnerSearchLabel"> Search partners</h3> |
363 |
<h2 id="partnerSearchLabel"> Search partners</h2> |
| 364 |
</div> |
364 |
</div> |
| 365 |
<div class="modal-body"> |
365 |
<div class="modal-body"> |
| 366 |
[% FOR service IN services %] |
366 |
[% FOR service IN services %] |
| 367 |
<h4 class="ill_availability_sourcename">[% service.name | html %]</h4> |
367 |
<h3 class="ill_availability_sourcename">[% service.name | html %]</h3> |
| 368 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
368 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
| 369 |
[% END %] |
369 |
[% END %] |
| 370 |
<span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span> |
370 |
<span id="service_id_restrict" data-service_id_restrict_plugin="ILL availability - z39.50" data-service_id_restrict_ids=""></span> |
|
Lines 473-479
Link Here
|
| 473 |
[% ELSIF query_type == 'delete_confirm' %] |
473 |
[% ELSIF query_type == 'delete_confirm' %] |
| 474 |
|
474 |
|
| 475 |
<div class="dialog alert"> |
475 |
<div class="dialog alert"> |
| 476 |
<h3>Are you sure you wish to delete this request?</h3> |
476 |
<h1>Are you sure you wish to delete this request?</h1> |
| 477 |
<form action="/cgi-bin/koha/ill/ill-requests.pl" method="post"> |
477 |
<form action="/cgi-bin/koha/ill/ill-requests.pl" method="post"> |
| 478 |
<input type="hidden" name="method" value="delete" /> |
478 |
<input type="hidden" name="method" value="delete" /> |
| 479 |
<input type="hidden" name="confirmed" value="1" /> |
479 |
<input type="hidden" name="confirmed" value="1" /> |
|
Lines 601-610
Link Here
|
| 601 |
</div> |
601 |
</div> |
| 602 |
<div class="ill-view-panel panel panel-default"> |
602 |
<div class="ill-view-panel panel panel-default"> |
| 603 |
<div class="panel-heading"> |
603 |
<div class="panel-heading"> |
| 604 |
<h3>Request details</h3> |
604 |
<h2>Request details</h2> |
| 605 |
</div> |
605 |
</div> |
| 606 |
<div class="panel-body"> |
606 |
<div class="panel-body"> |
| 607 |
<h4>Details from library</h4> |
607 |
<h3>Details from library</h3> |
| 608 |
<div class="rows"> |
608 |
<div class="rows"> |
| 609 |
<ol> |
609 |
<ol> |
| 610 |
<li class="orderid"> |
610 |
<li class="orderid"> |
|
Lines 674-680
Link Here
|
| 674 |
</ol> |
674 |
</ol> |
| 675 |
</div> |
675 |
</div> |
| 676 |
<div class="rows"> |
676 |
<div class="rows"> |
| 677 |
<h4>Details from supplier ([% request.backend | html %])</h4> |
677 |
<h2>Details from supplier ([% request.backend | html %])</h2> |
| 678 |
<ol> |
678 |
<ol> |
| 679 |
[% FOREACH meta IN request.metadata %] |
679 |
[% FOREACH meta IN request.metadata %] |
| 680 |
<li class="requestmeta-[% meta.key.replace('\s','_') | html %]"> |
680 |
<li class="requestmeta-[% meta.key.replace('\s','_') | html %]"> |
|
Lines 692-698
Link Here
|
| 692 |
<div class="modal-content"> |
692 |
<div class="modal-content"> |
| 693 |
<div class="modal-header"> |
693 |
<div class="modal-header"> |
| 694 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
694 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 695 |
<h3 id="dataPreviewLabel"> Supplier metadata</h3> |
695 |
<h2 id="dataPreviewLabel"> Supplier metadata</h2> |
| 696 |
</div> |
696 |
</div> |
| 697 |
<div class="modal-body"> |
697 |
<div class="modal-body"> |
| 698 |
<div id="requestattributes"> |
698 |
<div id="requestattributes"> |
|
Lines 716-722
Link Here
|
| 716 |
<div class="modal-content"> |
716 |
<div class="modal-content"> |
| 717 |
<div class="modal-header"> |
717 |
<div class="modal-header"> |
| 718 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
718 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
| 719 |
<h3 id="requestLogLabel"> Request log</h3> |
719 |
<h2 id="requestLogLabel"> Request log</h2> |
| 720 |
</div> |
720 |
</div> |
| 721 |
<div class="modal-body"> |
721 |
<div class="modal-body"> |
| 722 |
[% IF request.logs.size > 0 %] |
722 |
[% IF request.logs.size > 0 %] |
|
Lines 737-758
Link Here
|
| 737 |
|
737 |
|
| 738 |
<div class="ill-view-panel panel panel-default"> |
738 |
<div class="ill-view-panel panel panel-default"> |
| 739 |
<div class="panel-heading"> |
739 |
<div class="panel-heading"> |
| 740 |
<h3>[% request.illcomments.count | html %] comments</h3> |
740 |
<h2>[% request.illcomments.count | html %] comments</h2> |
| 741 |
</div> |
741 |
</div> |
| 742 |
<div class="panel-body"> |
742 |
<div class="panel-body"> |
| 743 |
[% IF request.illcomments.count && request.illcomments.count > 0 %] |
743 |
[% IF request.illcomments.count && request.illcomments.count > 0 %] |
| 744 |
[% FOREACH comment IN request.illcomments %] |
744 |
[% FOREACH comment IN request.illcomments %] |
| 745 |
<div class="rows comment_[% comment.patron.categorycode | html %]"> |
745 |
<div class="rows comment_[% comment.patron.categorycode | html %]"> |
| 746 |
<h5>Comment by: |
746 |
<h3>Comment by: |
| 747 |
<a href="[% borrowerlink | url %]" title="View borrower details"> |
747 |
<a href="[% borrowerlink | url %]" title="View borrower details"> |
| 748 |
[% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a> |
748 |
[% comment.patron.firstname _ " " _ comment.patron.surname _ " [" _ comment.patron.cardnumber _ "]" | html %]</a> |
| 749 |
[% comment.timestamp | $KohaDates with_hours => 1 %]</h5> |
749 |
[% comment.timestamp | $KohaDates with_hours => 1 %]</h3> |
| 750 |
<p>[% comment.comment | html %]</p> |
750 |
<p>[% comment.comment | html %]</p> |
| 751 |
</div> |
751 |
</div> |
| 752 |
[% END %] |
752 |
[% END %] |
| 753 |
[% END %] |
753 |
[% END %] |
| 754 |
<div class="rows"> |
754 |
<div class="rows"> |
| 755 |
<h3><a id="toggle_addcomment" href="#">Add comment</a></h3> |
755 |
<h2><a id="toggle_addcomment" href="#">Add comment</a></h2> |
| 756 |
<div id="addcomment" class="content_hidden"> |
756 |
<div id="addcomment" class="content_hidden"> |
| 757 |
<form class="validated" method="post" action="/cgi-bin/koha/ill/ill-requests.pl"> |
757 |
<form class="validated" method="post" action="/cgi-bin/koha/ill/ill-requests.pl"> |
| 758 |
<input type="hidden" value="save_comment" name="method"> |
758 |
<input type="hidden" value="save_comment" name="method"> |
|
Lines 780-786
Link Here
|
| 780 |
<!-- illlist --> |
780 |
<!-- illlist --> |
| 781 |
<h1>View ILL requests</h1> |
781 |
<h1>View ILL requests</h1> |
| 782 |
<div id="results"> |
782 |
<div id="results"> |
| 783 |
<h3>Details for all requests</h3> |
783 |
<h2>Details for all requests</h2> |
| 784 |
[% INCLUDE 'ill-list-table.inc' %] |
784 |
[% INCLUDE 'ill-list-table.inc' %] |
| 785 |
|
785 |
|
| 786 |
</div> <!-- /#results --> |
786 |
</div> <!-- /#results --> |
|
Lines 788-794
Link Here
|
| 788 |
<!-- availability --> |
788 |
<!-- availability --> |
| 789 |
<h1>Availability</h1> |
789 |
<h1>Availability</h1> |
| 790 |
<div id="results"> |
790 |
<div id="results"> |
| 791 |
<h3>Displaying availability results</h3> |
791 |
<h2>Displaying availability results</h2> |
| 792 |
<form method="POST" action="/cgi-bin/koha/ill/ill-requests.pl"> |
792 |
<form method="POST" action="/cgi-bin/koha/ill/ill-requests.pl"> |
| 793 |
[% FOREACH key IN whole.keys %] |
793 |
[% FOREACH key IN whole.keys %] |
| 794 |
[% value = whole.$key %] |
794 |
[% value = whole.$key %] |
|
Lines 814-820
Link Here
|
| 814 |
</div> |
814 |
</div> |
| 815 |
</form> |
815 |
</form> |
| 816 |
[% FOR service IN services %] |
816 |
[% FOR service IN services %] |
| 817 |
<h4 class="ill_availability_sourcename">[% service.name | html %]</h4> |
817 |
<h2 class="ill_availability_sourcename">[% service.name | html %]</h2> |
| 818 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
818 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
| 819 |
[% END %] |
819 |
[% END %] |
| 820 |
</div> |
820 |
</div> |
| 821 |
- |
|
|