Lines 182-191
Link Here
|
182 |
<h1>Error performing operation</h1> |
182 |
<h1>Error performing operation</h1> |
183 |
<!-- Dispatch on Status --> |
183 |
<!-- Dispatch on Status --> |
184 |
<p>We encountered an error:</p> |
184 |
<p>We encountered an error:</p> |
185 |
<ol> |
185 |
<p> |
186 |
<li>[% whole.status %]</li> |
186 |
<pre>[% whole.message %] ([% whole.status %])</pre> |
187 |
<li>[% whole.message %]</li> |
187 |
</p> |
188 |
</ol> |
|
|
189 |
[% END %] |
188 |
[% END %] |
190 |
|
189 |
|
191 |
[% IF query_type == 'create' %] |
190 |
[% IF query_type == 'create' %] |
Lines 196-203
Link Here
|
196 |
<h1>Confirm ILL request</h1> |
195 |
<h1>Confirm ILL request</h1> |
197 |
[% PROCESS $whole.template %] |
196 |
[% PROCESS $whole.template %] |
198 |
|
197 |
|
199 |
[% ELSIF query_type == 'cancel' %] |
198 |
[% ELSIF query_type == 'cancel' and !whole.error %] |
200 |
<h1>Cancel an confirmed request</h1> |
199 |
<h1>Cancel a confirmed request</h1> |
201 |
[% PROCESS $whole.template %] |
200 |
[% PROCESS $whole.template %] |
202 |
|
201 |
|
203 |
[% ELSIF query_type == 'generic_confirm' %] |
202 |
[% ELSIF query_type == 'generic_confirm' %] |
204 |
- |
|
|