2013-05-01 02:01:54 +02:00
|
|
|
|
<fieldset>
|
|
|
|
|
<legend>{{name}}</legend>
|
|
|
|
|
|
|
|
|
|
<div class="control-group">
|
|
|
|
|
<label class="control-label">Enable</label>
|
|
|
|
|
|
|
|
|
|
<div class="controls">
|
|
|
|
|
<label class="checkbox toggle well">
|
|
|
|
|
<input type="checkbox" name="enable"/>
|
|
|
|
|
<p>
|
|
|
|
|
<span>On</span>
|
|
|
|
|
<span>Off</span>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div class="btn btn-primary slide-button"></div>
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<span class="help-inline-checkbox">
|
|
|
|
|
<i class="icon-question-sign" title="Do you want to use {{name}} to download NZBs?"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{debug}}
|
|
|
|
|
|
|
|
|
|
{{#each fields}}
|
|
|
|
|
<div class="control-group">
|
2013-05-03 07:31:51 +02:00
|
|
|
|
<label class="control-label">{{label}}</label>
|
2013-05-01 02:01:54 +02:00
|
|
|
|
|
|
|
|
|
<div class="controls">
|
|
|
|
|
<input type="text" name="fields.{{@index}}.value"/>
|
|
|
|
|
<span class="help-inline">
|
|
|
|
|
<i class="icon-question-sign" title="{{helpText}}"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{{/each}}
|
2013-05-03 07:31:51 +02:00
|
|
|
|
</fieldset>
|