yomichan/ext/bg/query-parser-templates.html

12 lines
728 B
HTML
Raw Normal View History

2020-02-06 02:00:02 +00:00
<!DOCTYPE html><html><head></head><body>
<template id="term-template"><span class="query-parser-term" data-type="normal"></span></template>
<template id="term-preview-template"><span class="query-parser-term" data-type="preview"></span></template>
<template id="segment-template"><ruby class="query-parser-segment"><span class="query-parser-segment-text"></span><rt class="query-parser-segment-reading"></rt></ruby></template>
<template id="char-template"><span class="query-parser-char"></span></template>
2020-02-06 02:25:45 +00:00
<template id="select-template"><select class="query-parser-select form-control"></select></template>
2020-02-06 02:00:02 +00:00
<template id="select-option-template"><option class="query-parser-select-option"></option></template>
</body></html>