Lines 124-134
Link Here
|
124 |
<tbody> |
124 |
<tbody> |
125 |
[% FOREACH request IN requests %] |
125 |
[% FOREACH request IN requests %] |
126 |
[% status = request.status | html %] |
126 |
[% status = request.status | html %] |
|
|
127 |
[% type = request.get_type %] |
127 |
<tr> |
128 |
<tr> |
128 |
<td>[% request.metadata.Author || 'N/A' | html %]</td> |
129 |
<td>[% request.metadata.Author || 'N/A' | html %]</td> |
129 |
<td>[% request.metadata.Title || 'N/A' | html %]</td> |
130 |
<td>[% request.metadata.Title || 'N/A' | html %]</td> |
130 |
<td>[% request.backend | html %]</td> |
131 |
<td>[% request.backend | html %]</td> |
131 |
<td>[% request.getType | html %]</td> |
132 |
<td>[% type ? type : '<span>N/A</span>' | html %]</td> |
132 |
<td>[% request.capabilities.$status.name | html %]</td> |
133 |
<td>[% request.capabilities.$status.name | html %]</td> |
133 |
<td>[% request.placed | html %]</td> |
134 |
<td>[% request.placed | html %]</td> |
134 |
<td>[% request.updated | html %]</td> |
135 |
<td>[% request.updated | html %]</td> |
Lines 147-152
Link Here
|
147 |
<fieldset class="rows"> |
148 |
<fieldset class="rows"> |
148 |
<legend id="library_legend">Details from library</legend> |
149 |
<legend id="library_legend">Details from library</legend> |
149 |
<ol> |
150 |
<ol> |
|
|
151 |
[% type = request.get_type %] |
150 |
<li> |
152 |
<li> |
151 |
<label for="backend">Requested from:</label> |
153 |
<label for="backend">Requested from:</label> |
152 |
[% request.backend | html %] |
154 |
[% request.backend | html %] |
Lines 167-173
Link Here
|
167 |
</li> |
169 |
</li> |
168 |
<li> |
170 |
<li> |
169 |
<label for="medium">Request type:</label> |
171 |
<label for="medium">Request type:</label> |
170 |
[% request.getType | html %] |
172 |
[% type ? type : '<span>N/A</span>' | html %] |
171 |
</li> |
173 |
</li> |
172 |
<li> |
174 |
<li> |
173 |
<label for="placed">Request placed:</label> |
175 |
<label for="placed">Request placed:</label> |