yomichan/tmpl/dictionary.html

12 lines
555 B
HTML
Raw Normal View History

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>
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>
</div>
<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>