Lines 1026-1031
Link Here
|
1026 |
[% END %] |
1026 |
[% END %] |
1027 |
<div id="results" class="page-section"> |
1027 |
<div id="results" class="page-section"> |
1028 |
<form method="post" id="confirmautoill-goback-form"> |
1028 |
<form method="post" id="confirmautoill-goback-form"> |
|
|
1029 |
[% INCLUDE 'csrf-token.inc' %] |
1029 |
[% FOREACH key IN whole.keys %] |
1030 |
[% FOREACH key IN whole.keys %] |
1030 |
[% value = whole.$key %] |
1031 |
[% value = whole.$key %] |
1031 |
[% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] |
1032 |
[% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] |
Lines 1040-1046
Link Here
|
1040 |
<input type="hidden" name="custom_value" value="[% custom_values.$i | html %]"> |
1041 |
<input type="hidden" name="custom_value" value="[% custom_values.$i | html %]"> |
1041 |
[% i = i + 1 %] |
1042 |
[% i = i + 1 %] |
1042 |
[% END %] |
1043 |
[% END %] |
1043 |
<input type="hidden" name="method" value="create" /> |
1044 |
<input type="hidden" name="op" value="cud-create" /> |
1044 |
<input type="hidden" name="stage" value="0"> |
1045 |
<input type="hidden" name="stage" value="0"> |
1045 |
[% IF auto_migrate %] |
1046 |
[% IF auto_migrate %] |
1046 |
<a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id %]"> |
1047 |
<a class="btn btn-link" href="ill-requests.pl?op=illview&illrequest_id=[% request.illrequest_id %]"> |
1047 |
- |
|
|