yomichan/tmpl/dictionary.html

10 lines
667 B
HTML
Raw Normal View History

2016-11-08 04:55:06 +00:00
<div class="dict-group well well-sm" data-title="{{title}}">
2016-11-11 03:36:45 +00:00
<h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4>
<div class="checkbox {{#unless hasTerms}}disabled{{/unless}}">
2016-11-07 02:09:12 +00:00
<label><input type="checkbox" class="dict-enable-terms" {{#unless hasTerms}}disabled{{/unless}} {{#if enableTerms}}checked{{/if}}> Enable term search</label>
2016-11-07 01:10:31 +00:00
</div>
2016-11-11 03:36:45 +00:00
<div class="checkbox {{#unless hasKanji}}disabled{{/unless}}">
2016-11-07 02:09:12 +00:00
<label><input type="checkbox" class="dict-enable-kanji" {{#unless hasKanji}}disabled{{/unless}} {{#if enableKanji}}checked{{/if}}> Enable Kanji search</label>
2016-11-07 01:10:31 +00:00
</div>
</div>