|
Lines 200-215
Link Here
|
| 200 |
</div> |
200 |
</div> |
| 201 |
[% END %] |
201 |
[% END %] |
| 202 |
|
202 |
|
| 203 |
[% IF ( delete_confirmed ) %] |
|
|
| 204 |
|
| 205 |
<div class="alert alert-info"> <h3>Data deleted</h3> |
| 206 |
<form action="[% script_name | html %]" method="post"> |
| 207 |
[% INCLUDE 'csrf-token.inc' %] |
| 208 |
<input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> |
| 209 |
<input type="hidden" name="searchfield" value="[% searchfield | html %]" /> |
| 210 |
<input type="submit" value="OK" class="btn btn-primary" /> |
| 211 |
</form></div> |
| 212 |
[% END %] |
| 213 |
[% IF ( authtype_create ) %] |
203 |
[% IF ( authtype_create ) %] |
| 214 |
|
204 |
|
| 215 |
<form action="[% script_name | html %]" method="post"> |
205 |
<form action="[% script_name | html %]" method="post"> |
|
Lines 233-240
Link Here
|
| 233 |
|
223 |
|
| 234 |
[% IF ( else ) %] |
224 |
[% IF ( else ) %] |
| 235 |
|
225 |
|
| 236 |
<form action="[% script_name | html %]" method="post"> |
226 |
<form action="[% script_name | html %]" method="get"> |
| 237 |
[% INCLUDE 'csrf-token.inc' %] |
|
|
| 238 |
<fieldset> |
227 |
<fieldset> |
| 239 |
<label for="searchfield"><strong>Search for tag:</strong></label> |
228 |
<label for="searchfield"><strong>Search for tag:</strong></label> |
| 240 |
<input type="text" id="searchfield" name="searchfield" size="4" value="[% searchfield | html %]" /> |
229 |
<input type="text" id="searchfield" name="searchfield" size="4" value="[% searchfield | html %]" /> |
| 241 |
- |
|
|