|
Lines 49-55
Link Here
|
| 49 |
<fieldset class="rows"> |
49 |
<fieldset class="rows"> |
| 50 |
<legend id="library_legend">Details from library</legend> |
50 |
<legend id="library_legend">Details from library</legend> |
| 51 |
<ol> |
51 |
<ol> |
| 52 |
[% type = request.get_type %] |
|
|
| 53 |
<li> |
52 |
<li> |
| 54 |
<label for="request_id">Request ID:</label> |
53 |
<label for="request_id">Request ID:</label> |
| 55 |
[% request.illrequest_id | html %] |
54 |
[% request.illrequest_id | html %] |
|
Lines 68-74
Link Here
|
| 68 |
</li> |
67 |
</li> |
| 69 |
<li> |
68 |
<li> |
| 70 |
<label for="medium">Request type:</label> |
69 |
<label for="medium">Request type:</label> |
| 71 |
[% IF type %][% type | html %][% ELSE %]<span>N/A</span>[% END %] |
70 |
[% IF request.type %][% request.type | html %][% ELSE %]<span>N/A</span>[% END %] |
| 72 |
</li> |
71 |
</li> |
| 73 |
<li> |
72 |
<li> |
| 74 |
<label for="placed">Request placed:</label> |
73 |
<label for="placed">Request placed:</label> |
| 75 |
- |
|
|