2016-11-08 04:55:06 +00:00
|
|
|
<div class="dict-group well well-sm" data-title="{{title}}">
|
2017-03-05 23:54:03 +00:00
|
|
|
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4>
|
2017-10-29 19:20:56 +00:00
|
|
|
{{#if outdated}}
|
|
|
|
<p class="text-warning">This dictionary is outdated and may not support new extension features; please import the latest version.</p>
|
|
|
|
{{/if}}
|
2016-12-22 02:56:03 +00:00
|
|
|
|
2017-03-05 23:54:03 +00:00
|
|
|
<div class="checkbox">
|
|
|
|
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
|
2017-10-15 02:19:16 +00:00
|
|
|
</div>
|
|
|
|
<div class="checkbox options-advanced">
|
|
|
|
<label><input type="checkbox" class="dict-allow-secondary-searches" {{#if allowSecondarySearches}}checked{{/if}}> Allow secondary searches</label>
|
|
|
|
</div>
|
2017-03-05 23:54:03 +00:00
|
|
|
<div class="form-group options-advanced">
|
|
|
|
<label for="dict-{{title}}">Result priority</label>
|
|
|
|
<input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
|
2017-01-15 20:42:44 +00:00
|
|
|
</div>
|
2016-11-07 01:10:31 +00:00
|
|
|
</div>
|