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 /tmpl/query-parser.html | |
parent | 17181eb97efcef6a4221397cfe6030b880792e32 (diff) | |
parent | 9c98c631afde843f8b5ed4c54fc1f4ff0ec3a00a (diff) |
Merge pull request #350 from siikamiika/query-parser-html-templates
query parser html templates
Diffstat (limited to 'tmpl/query-parser.html')
-rw-r--r-- | tmpl/query-parser.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tmpl/query-parser.html b/tmpl/query-parser.html deleted file mode 100644 index db98b5ff..00000000 --- a/tmpl/query-parser.html +++ /dev/null @@ -1,27 +0,0 @@ -{{~#*inline "term"~}} -{{~#if preview~}} -<span class="query-parser-term-preview"> -{{~else~}} -<span class="query-parser-term"> -{{~/if~}} -{{~#each this~}} -{{> part }} -{{~/each~}} -</span> -{{~/inline~}} - -{{~#*inline "part"~}} -{{~#if raw~}} -{{~#each text~}} -<span class="query-parser-char">{{this}}</span> -{{~/each~}} -{{~else~}} -<ruby>{{~#each text~}} -<span class="query-parser-char">{{this}}</span> -{{~/each~}}<rt>{{reading}}</rt></ruby> -{{~/if~}} -{{~/inline~}} - -{{~#each terms~}} -{{> term preview=../preview }} -{{~/each~}} |