summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-17 17:23:53 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-17 17:23:53 -0700
commitbe43981e259bc833a92b3289246c9c75189b1c45 (patch)
tree5c49719354af62bc30625976596534b3d7d6e738 /util
parent3a6d239c24abe522c0f8e2c8dcf222baed53eef3 (diff)
Adding dictionary switcher stubs
Diffstat (limited to 'util')
-rw-r--r--util/tmpl/defs.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/tmpl/defs.html b/util/tmpl/defs.html
index 740648fb..0d58a5d1 100644
--- a/util/tmpl/defs.html
+++ b/util/tmpl/defs.html
@@ -6,6 +6,10 @@
<link rel="stylesheet" href="{{root}}/css/popup.css">
</head>
<body>
+ <div class="dictionary">
+ <a href="javascript:selectDict('edict');">単</a><a href="javascript:selectDict('enamdict')">名</a><a href="javascript:selectDict('kanjidic');">漢</a>
+ </div>
+
{{#each defs}}
<div class="definition">
{{> term.html}}