From f808221470b607996aa1554ebd15afa26bcfabd1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 22 Jan 2017 19:22:53 -0800 Subject: wip --- tmpl/term-list.html | 71 ----------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 tmpl/term-list.html (limited to 'tmpl/term-list.html') diff --git a/tmpl/term-list.html b/tmpl/term-list.html deleted file mode 100644 index aae365c7..00000000 --- a/tmpl/term-list.html +++ /dev/null @@ -1,71 +0,0 @@ -{{#*inline "definition"}} - {{#if tags}} -
- {{#each tags}} - {{name}} - {{/each}} -
- {{/if}} - {{#if glossary.[1]}} - - {{else}} -
{{#multiLine}}{{glossary.[0]}}{{/multiLine}}
- {{/if}} -{{/inline}} - -{{#*inline "term"}} -
-
- {{#if addable}} - - - {{/if}} - {{#if playback}} - - {{/if}} -
- - {{#if reading}} -
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}{{reading}}
- {{else}} -
{{#kanjiLinks}}{{expression}}{{/kanjiLinks}}
- {{/if}} - - {{#if reasons}} -
- {{#each reasons}} - {{.}} {{#unless @last}}«{{/unless}} - {{/each}} -
- {{/if}} - -
- {{#if grouped}} - {{#if definitions.[1]}} -
    - {{#each definitions}} -
  1. {{> definition}}
  2. - {{/each}} -
- {{else}} - {{> definition definitions.[0]}} - {{/if}} - {{else}} - {{> definition}} - {{/if}} -
-
-{{/inline}} - -{{#if definitions}} - {{#each definitions}} - {{#unless @first}}
{{/unless}} - {{> term grouped=../grouped addable=../addable playback=../playback}} - {{/each}} -{{else}} -

No results found

-{{/if}} -- cgit v1.2.3