|
Lines 69-75
Link Here
|
| 69 |
[% ELSE %] |
69 |
[% ELSE %] |
| 70 |
<div id="illrequests" class="maincontent"> |
70 |
<div id="illrequests" class="maincontent"> |
| 71 |
[% IF method == 'create' %] |
71 |
[% IF method == 'create' %] |
| 72 |
<h2>New interlibrary loan request</h2> |
72 |
<h1>New interlibrary loan request</h1> |
| 73 |
[% IF stage == 'copyrightclearance' %] |
73 |
[% IF stage == 'copyrightclearance' %] |
| 74 |
[% INCLUDE messages %] |
74 |
[% INCLUDE messages %] |
| 75 |
<div> |
75 |
<div> |
|
Lines 104-110
Link Here
|
| 104 |
[% END %] |
104 |
[% END %] |
| 105 |
[% END # /IF stage == 'copyrightclearance' %] |
105 |
[% END # /IF stage == 'copyrightclearance' %] |
| 106 |
[% ELSIF method == 'list' %] |
106 |
[% ELSIF method == 'list' %] |
| 107 |
<h2>Interlibrary loan requests</h2> |
107 |
<h1>Interlibrary loan requests</h1> |
| 108 |
[% INCLUDE messages %] |
108 |
[% INCLUDE messages %] |
| 109 |
|
109 |
|
| 110 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
110 |
<div id="illrequests-create-button" class="dropdown btn-group"> |
|
Lines 165-171
Link Here
|
| 165 |
</tbody> |
165 |
</tbody> |
| 166 |
</table> |
166 |
</table> |
| 167 |
[% ELSIF method == 'view' %] |
167 |
[% ELSIF method == 'view' %] |
| 168 |
<h2>View interlibrary loan request</h2> |
168 |
<h1>View interlibrary loan request</h1> |
| 169 |
[% INCLUDE messages %] |
169 |
[% INCLUDE messages %] |
| 170 |
[% status = request.status %] |
170 |
[% status = request.status %] |
| 171 |
<form method="post" action="?method=update" id="illrequestupdate-form" novalidate="novalidate"> |
171 |
<form method="post" action="?method=update" id="illrequestupdate-form" novalidate="novalidate"> |
|
Lines 239-247
Link Here
|
| 239 |
</fieldset> |
239 |
</fieldset> |
| 240 |
</form> |
240 |
</form> |
| 241 |
[% ELSIF method == 'availability' %] |
241 |
[% ELSIF method == 'availability' %] |
| 242 |
<h2>Interlibrary loan item availability</h2> |
242 |
<h1>Interlibrary loan item availability</h1> |
| 243 |
<div id="results"> |
243 |
<div id="results"> |
| 244 |
<h3>Displaying availability results</h3> |
244 |
<h2>Displaying availability results</h2> |
| 245 |
<form method="POST" action="/cgi-bin/koha/opac-illrequests.pl"> |
245 |
<form method="POST" action="/cgi-bin/koha/opac-illrequests.pl"> |
| 246 |
[% FOREACH key IN whole.keys %] |
246 |
[% FOREACH key IN whole.keys %] |
| 247 |
[% value = whole.$key %] |
247 |
[% value = whole.$key %] |
|
Lines 265-271
Link Here
|
| 265 |
</div> |
265 |
</div> |
| 266 |
</form> |
266 |
</form> |
| 267 |
[% FOR service IN services %] |
267 |
[% FOR service IN services %] |
| 268 |
<h4 class="ill_availability_sourcename">[% service.name | html %]</h4> |
268 |
<h3 class="ill_availability_sourcename">[% service.name | html %]</h3> |
| 269 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
269 |
[% INCLUDE 'ill-availability-table.inc' service=service %] |
| 270 |
[% END %] |
270 |
[% END %] |
| 271 |
</div> <!-- /#illrequestupdate-form --> |
271 |
</div> <!-- /#illrequestupdate-form --> |