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