2016-04-15 03:36:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
|
|
|
<link rel="stylesheet" href="{{root}}/css/popup.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-04-18 00:23:53 +00:00
|
|
|
<div class="dictionary">
|
|
|
|
<a href="javascript:selectDict('edict');">単</a><a href="javascript:selectDict('enamdict')">名</a><a href="javascript:selectDict('kanjidic');">漢</a>
|
|
|
|
</div>
|
|
|
|
|
2016-04-15 03:36:00 +00:00
|
|
|
{{#each defs}}
|
|
|
|
<div class="definition">
|
|
|
|
{{> term.html}}
|
|
|
|
</div>
|
|
|
|
{{/each}}
|
2016-04-18 00:36:15 +00:00
|
|
|
|
|
|
|
<script src="{{root}}/js/popup.js"></script>
|
2016-04-15 03:36:00 +00:00
|
|
|
</body>
|
|
|
|
</html>
|