yomichan/tmpl/dictionary.html

15 lines
765 B
HTML
Raw Normal View History

2016-11-07 20:55:06 -08:00
<div class="dict-group well well-sm" data-title="{{title}}">
2017-03-05 15:54:03 -08:00
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>rev.{{revision}}</small></h4>
2016-12-21 18:56:03 -08:00
2017-03-05 15:54:03 -08:00
<div class="checkbox">
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
2017-10-15 05:19:16 +03: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 15:54:03 -08: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 12:42:44 -08:00
</div>
2016-11-06 17:10:31 -08:00
</div>