summaryrefslogtreecommitdiff
path: root/ext/bg/query-parser-templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bg/query-parser-templates.html')
-rw-r--r--ext/bg/query-parser-templates.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/bg/query-parser-templates.html b/ext/bg/query-parser-templates.html
new file mode 100644
index 00000000..f7f6d76c
--- /dev/null
+++ b/ext/bg/query-parser-templates.html
@@ -0,0 +1,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>