yomichan/tmpl/dictionary.html

28 lines
1.3 KiB
HTML
Raw Normal View History

2016-11-08 04:55:06 +00:00
<div class="dict-group well well-sm" data-title="{{title}}">
2016-12-24 05:59:19 +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
<!-- <div class="row"> -->
<!-- <div class="col-xs-8"> -->
<!-- <h4><span class="text-muted glyphicon glyphicon-book"></span> {{title}} <small>v.{{version}}</small></h4> -->
<!-- </div> -->
<!-- <div class="col-xs-4 text-right disabled"> -->
<!-- <button type="button" class="dict-group-controls dict-delete btn btn-danger">Delete</button> -->
<!-- </div> -->
<!-- </div> -->
2016-11-14 16:15:08 +00:00
<div class="dict-delete-progress">
Dictionary data is being deleted, please be patient...
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div>
</div>
</div>
2016-11-14 16:15:08 +00:00
2017-01-17 06:30:53 +00:00
<div class="checkbox dict-group-controls">
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
</div>
2017-01-15 20:42:44 +00:00
<div class="form-group dict-group-controls">
2017-01-17 06:30:53 +00:00
<label for="dict-{{title}}">Result priority</label>
2017-01-15 20:42:44 +00:00
<input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
</div>
2016-11-07 01:10:31 +00:00
</div>