2016-04-25 23:01:10 +00:00
|
|
|
|
2016-06-12 18:09:02 +00:00
|
|
|
<div id="id_{{$field.0}}_wrapper" class="form-group field input password">
|
2020-12-20 03:41:42 +00:00
|
|
|
<label for="id_{{$field.0}}" id="label_{{$field.0}}">{{$field.1}}{{if $field.4}} <span class="required" title="{{$field.4}}">*</span>{{/if}}</label>
|
2022-08-01 15:42:10 +00:00
|
|
|
<input class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" type="password" value="{{$field.2 nofilter}}" {{if $field.4}} required{{/if}}{{if $field.5 eq "autofocus"}} autofocus{{elseif $field.5}} {{$field.5}}{{/if}}{{if $field.6}} pattern="{{$field.6}}"{{/if}} aria-describedby="{{$field.0}}_tip">
|
2018-04-23 19:15:54 +00:00
|
|
|
{{if $field.3}}
|
2018-12-14 03:35:51 +00:00
|
|
|
<span class="help-block" id="{{$field.0}}_tip" role="tooltip">{{$field.3 nofilter}}</span>
|
2018-04-23 19:15:54 +00:00
|
|
|
{{/if}}
|
2016-06-12 18:09:02 +00:00
|
|
|
<div class="clear"></div>
|
2016-04-25 23:01:10 +00:00
|
|
|
</div>
|