diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-01 14:15:28 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-28 10:25:57 -0400 |
commit | 97a520cc1595369dc18ddcf74ab7f0ba4e03f55b (patch) | |
tree | 9ee58cba18c0e4f60571ab6266a91b3458633a3e /ext/mixed/display-templates.html | |
parent | 2d7214ce60ef55b0d3d6e98b86f41b4e9fce5c48 (diff) |
Add support for displaying pitch accents
Diffstat (limited to 'ext/mixed/display-templates.html')
-rw-r--r-- | ext/mixed/display-templates.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index 837245cf..c6f208a8 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -19,6 +19,7 @@ </div> <div class="term-entry-body"> <div class="term-entry-body-section term-pitch-accent-container"><h2 class="term-entry-body-section-header term-pitch-accent-header">Pitch Accents</h2><ol class="term-entry-body-section-content term-pitch-accent-group-list"></ol></div> + <div class="term-entry-body-section term-definition-container"><h2 class="term-entry-body-section-header term-definition-header">Definitions</h2><ol class="term-entry-body-section-content term-definition-list"></ol></div> </div> <pre class="debug-info"></pre> </div></template> @@ -36,6 +37,11 @@ <template id="term-glossary-item-template"><li class="term-glossary-item"><span class="term-glossary-separator"> </span><span class="term-glossary"></span></li></template> <template id="term-reason-template"><span class="term-reason"></span><span class="term-reason-separator"> </span></template> +<template id="term-pitch-accent-group-template"><li class="term-pitch-accent-group"><span class="term-pitch-accent-group-tag-list tag-list"></span><ul class="term-pitch-accent-list"></ul></li></template> +<template id="term-pitch-accent-expression-template"><span class="term-pitch-accent-expression"></span></template> +<template id="term-pitch-accent-template"><li class="term-pitch-accent"><span class="term-pitch-accent-tag-list tag-list"></span><span class="term-pitch-accent-expression-list"></span><span class="term-pitch-accent-characters"></span><span class="term-pitch-accent-position"></span></li></template> +<template id="term-pitch-accent-character-template"><span class="term-pitch-accent-character"><span class="term-pitch-accent-character-inner"></span></span></template> + <template id="kanji-entry-template"><div class="entry" data-type="kanji"> <div class="entry-header1"> <div class="entry-header2"> |