aboutsummaryrefslogtreecommitdiff
path: root/tmpl/dictionary.html
blob: 7da9f660fa21ddc32ee713212ce2e056db84a947 (plain)
1
2
3
4
5
6
7
8
9
<div class="dict-group well well-sm" data-title="{{title}}">
    <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4>
    <div class="checkbox {{#unless hasTerms}}disabled{{/unless}}">
        <label><input type="checkbox" class="dict-enable-terms" {{#unless hasTerms}}disabled{{/unless}} {{#if enableTerms}}checked{{/if}}> Enable term search</label>
    </div>
    <div class="checkbox {{#unless hasKanji}}disabled{{/unless}}">
        <label><input type="checkbox" class="dict-enable-kanji" {{#unless hasKanji}}disabled{{/unless}} {{#if enableKanji}}checked{{/if}}> Enable Kanji search</label>
    </div>
</div>