aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/query-parser-templates.html
blob: f7f6d76ce79a09a03f0973af324d946524d74b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>

<template id="select-template"><select class="query-parser-select form-control">
</select></template>
<template id="select-option-template"><option class="query-parser-select-option"></option></template>

</body></html>