update project with new architecture
This commit is contained in:
33
asupsetup/data/domain/apixpress/www/cdn/public/template/questInput.mustache
Executable file
33
asupsetup/data/domain/apixpress/www/cdn/public/template/questInput.mustache
Executable file
@@ -0,0 +1,33 @@
|
||||
<div class="form-group">
|
||||
|
||||
{{#desc}}
|
||||
<label for="{{idhtml}}{{id}}">{{desc}}</label>
|
||||
{{/desc}}
|
||||
|
||||
<input type="{{type}}"
|
||||
class="form-control"
|
||||
data-champs="{{id}}"
|
||||
data-check="{{check}}"
|
||||
data-msgerreur="{{msgerreur}}"
|
||||
id="{{idhtml}}{{id}}"
|
||||
aria-describedby="Help{{idhtml}}"
|
||||
placeholder="{{placehoder}}"
|
||||
value="{{value}}" />
|
||||
|
||||
{{#btnactionInput}}
|
||||
<div class="input-group-append">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-primary {{btnactionInput}}" type="button">
|
||||
{{btndesc}}
|
||||
</button>
|
||||
</span>
|
||||
</div>
|
||||
{{/btnactionInput}}
|
||||
|
||||
{{#aide}}
|
||||
<small class="form-text text-muted">
|
||||
{{aide}}
|
||||
</small>
|
||||
{{/aide}}
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user