yomichan/tmpl/dictionary.html

12 lines
555 B
HTML
Raw Normal View History

2016-11-07 20:55:06 -08:00
<div class="dict-group well well-sm" data-title="{{title}}">
2016-12-23 21:59:19 -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-02-26 10:11:23 -08:00
<div class="checkbox">
2017-01-16 22:30:53 -08:00
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
</div>
2017-02-26 10:11:23 -08:00
<div class="form-group options-advanced">
2017-01-16 22:30:53 -08:00
<label for="dict-{{title}}">Result priority</label>
2017-01-15 12:42:44 -08:00
<input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
</div>
2016-11-06 17:10:31 -08:00
</div>