diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-11 11:07:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 11:07:05 +0200 |
commit | 9ffd0cb441f9773651ed734d8bccce3667700ceb (patch) | |
tree | 1edfdff45596a70a0e117559fac391c83b96ca9a /ext/bg/query-parser-templates.html | |
parent | 17181eb97efcef6a4221397cfe6030b880792e32 (diff) | |
parent | 9c98c631afde843f8b5ed4c54fc1f4ff0ec3a00a (diff) |
Merge pull request #350 from siikamiika/query-parser-html-templates
query parser html templates
Diffstat (limited to 'ext/bg/query-parser-templates.html')
-rw-r--r-- | ext/bg/query-parser-templates.html | 11 |
1 files changed, 11 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..7cab16a9 --- /dev/null +++ b/ext/bg/query-parser-templates.html @@ -0,0 +1,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> |