Lines 4-9
Link Here
|
4 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
5 |
[% USE Branches %] |
5 |
[% USE Branches %] |
6 |
[% USE AdditionalContents %] |
6 |
[% USE AdditionalContents %] |
|
|
7 |
[% PROCESS 'i18n.inc' %] |
7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
9 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
9 |
[% SET ILLModuleCopyrightClearance = AdditionalContents.get( location => "ILLModuleCopyrightClearance", lang => lang, library => logged_in_user.branchcode || default_branch ) %] |
10 |
[% SET ILLModuleCopyrightClearance = AdditionalContents.get( location => "ILLModuleCopyrightClearance", lang => lang, library => logged_in_user.branchcode || default_branch ) %] |
Lines 142-148
Link Here
|
142 |
<tr> |
143 |
<tr> |
143 |
<th>Request ID</th> |
144 |
<th>Request ID</th> |
144 |
[% FOR field IN metadata_fields %] |
145 |
[% FOR field IN metadata_fields %] |
145 |
<th>[% field.name | html %] </th> |
146 |
<th>[% t(field.name) | html %] </th> |
146 |
[% END %] |
147 |
[% END %] |
147 |
<th>Requested from</th> |
148 |
<th>Requested from</th> |
148 |
<th>Request type</th> |
149 |
<th>Request type</th> |
149 |
- |
|
|