2016-03-29 02:44:28 +00:00
|
|
|
(function() {
|
|
|
|
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
2016-11-07 01:10:31 +00:00
|
|
|
templates['dictionary.html'] = template({"1":function(container,depth0,helpers,partials,data) {
|
2016-11-07 02:09:12 +00:00
|
|
|
return "disabled";
|
2016-11-07 01:10:31 +00:00
|
|
|
},"3":function(container,depth0,helpers,partials,data) {
|
2016-11-07 02:09:12 +00:00
|
|
|
return "checked";
|
2016-11-07 01:10:31 +00:00
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
|
|
|
|
2016-11-07 03:14:43 +00:00
|
|
|
return "<div class=\"dict well well-sm\" data-title=\""
|
|
|
|
+ alias4(((helper = (helper = helpers.title || (depth0 != null ? depth0.title : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"title","hash":{},"data":data}) : helper)))
|
2016-11-07 01:10:31 +00:00
|
|
|
+ "\">\n <div class=\"row\">\n <div class=\"col-xs-8\">\n <h4><span class=\"text-muted glyphicon glyphicon-book\"></span> "
|
2016-11-07 03:14:43 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.title || (depth0 != null ? depth0.title : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"title","hash":{},"data":data}) : helper)))
|
2016-11-07 01:10:31 +00:00
|
|
|
+ " <small>v."
|
|
|
|
+ alias4(((helper = (helper = helpers.version || (depth0 != null ? depth0.version : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"version","hash":{},"data":data}) : helper)))
|
2016-11-07 17:16:38 +00:00
|
|
|
+ "</small></h4>\n </div>\n <div class=\"col-xs-4 text-right disabled\">\n <button type=\"button\" class=\"dict-delete btn btn-danger\">Delete</button>\n </div>\n </div>\n\n <div class=\"checkbox "
|
2016-11-07 02:09:12 +00:00
|
|
|
+ ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.hasTerms : depth0),{"name":"unless","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ "\">\n <label><input type=\"checkbox\" class=\"dict-enable-terms\" "
|
|
|
|
+ ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.hasTerms : depth0),{"name":"unless","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ " "
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.enableTerms : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ "> Enable term search</label>\n </div>\n <div class=\"checkbox "
|
|
|
|
+ ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.hasKanji : depth0),{"name":"unless","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ "\">\n <label><input type=\"checkbox\" class=\"dict-enable-kanji\" "
|
|
|
|
+ ((stack1 = helpers.unless.call(alias1,(depth0 != null ? depth0.hasKanji : depth0),{"name":"unless","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ " "
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.enableKanji : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ "> Enable Kanji search</label>\n </div>\n</div>\n";
|
2016-11-07 01:10:31 +00:00
|
|
|
},"useData":true});
|
2016-04-18 01:20:39 +00:00
|
|
|
templates['footer.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
2016-04-24 23:18:47 +00:00
|
|
|
var helper;
|
|
|
|
|
|
|
|
return " <script src=\""
|
|
|
|
+ container.escapeExpression(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/js/frame.js\"></script>\n </body>\n</html>\n";
|
2016-04-18 01:20:39 +00:00
|
|
|
},"useData":true});
|
|
|
|
templates['header.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
2016-04-25 03:04:14 +00:00
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-03-29 02:44:28 +00:00
|
|
|
|
2016-05-10 02:07:39 +00:00
|
|
|
return "<!DOCTYPE html>\n<html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <title></title>\n <style>\n @font-face {\n font-family: kanji-stroke-orders;\n src: url('"
|
2016-04-25 03:04:14 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/ttf/kanji-stroke-orders.ttf');\n }\n @font-face {\n font-family: vl-gothic-regular;\n src: url('"
|
2016-05-10 02:07:39 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/ttf/vl-gothic-regular.ttf');\n }\n </style>\n <link rel=\"stylesheet\" href=\""
|
2016-04-25 03:04:14 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/css/frame.css\">\n </head>\n <body>\n";
|
2016-04-18 01:20:39 +00:00
|
|
|
},"useData":true});
|
2016-10-19 15:52:22 +00:00
|
|
|
templates['kanji.html'] = template({"1":function(container,depth0,helpers,partials,data) {
|
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-05-04 05:18:03 +00:00
|
|
|
|
2016-07-18 15:41:46 +00:00
|
|
|
return " <a href=\"#\" title=\"Add Kanji\" class=\"action-add-note disabled\" data-mode=\"kanji\" data-index=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"index","hash":{},"data":data}) : helper)))
|
2016-05-05 02:10:28 +00:00
|
|
|
+ "\"><img src=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/img/add_kanji.png\"></a>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"3":function(container,depth0,helpers,partials,data) {
|
2016-04-25 02:23:13 +00:00
|
|
|
var stack1;
|
|
|
|
|
2016-08-08 02:56:50 +00:00
|
|
|
return " "
|
2016-04-25 02:23:13 +00:00
|
|
|
+ container.escapeExpression(container.lambda(depth0, depth0))
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.unless.call(depth0 != null ? depth0 : {},(data && data.last),{"name":"unless","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-04-25 05:06:49 +00:00
|
|
|
+ "\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"4":function(container,depth0,helpers,partials,data) {
|
2016-05-04 05:18:03 +00:00
|
|
|
return ", ";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"6":function(container,depth0,helpers,partials,data) {
|
2016-08-08 02:56:50 +00:00
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-04-25 03:50:27 +00:00
|
|
|
|
2016-08-08 02:56:50 +00:00
|
|
|
return " <span class=\"tag tag-"
|
|
|
|
+ alias4(((helper = (helper = helpers["class"] || (depth0 != null ? depth0["class"] : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"class","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\" title=\""
|
|
|
|
+ alias4(((helper = (helper = helpers.desc || (depth0 != null ? depth0.desc : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"desc","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\">"
|
|
|
|
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
|
|
|
|
+ "</span>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"8":function(container,depth0,helpers,partials,data) {
|
2016-08-08 02:56:50 +00:00
|
|
|
return " <li><span>"
|
|
|
|
+ container.escapeExpression(container.lambda(depth0, depth0))
|
|
|
|
+ "</span></li>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-04-18 01:35:22 +00:00
|
|
|
|
2016-10-19 15:52:22 +00:00
|
|
|
return "<div class=\"kanji-definition\">\n <div class=\"action-bar\" data-sequence=\""
|
|
|
|
+ alias4(((helper = (helper = helpers.sequence || (depth0 != null ? depth0.sequence : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"sequence","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\">\n"
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.addable : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ " </div>\n\n <div class=\"kanji-glyph\">"
|
|
|
|
+ alias4(((helper = (helper = helpers.character || (depth0 != null ? depth0.character : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"character","hash":{},"data":data}) : helper)))
|
2016-08-08 02:56:50 +00:00
|
|
|
+ "</div>\n\n <div class=\"kanji-reading\">\n <table>\n <tr>\n <th>Kunyomi:</th>\n <td>\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.kunyomi : depth0),{"name":"each","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </td>\n </tr>\n <tr>\n <th>Onyomi:</th>\n <td>\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.onyomi : depth0),{"name":"each","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </td>\n </tr>\n </table>\n </div>\n\n <div class=\"kanji-tags\">\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.tags : depth0),{"name":"each","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </div>\n\n <div class=\"kanji-glossary\">\n <ol>\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.glossary : depth0),{"name":"each","hash":{},"fn":container.program(8, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </ol>\n </div>\n</div>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"useData":true});
|
2016-04-18 03:24:22 +00:00
|
|
|
templates['kanji-link.html'] = template({"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
|
|
var helper;
|
|
|
|
|
2016-04-24 23:48:30 +00:00
|
|
|
return "<a href=\"#\" class=\"kanji-link\">"
|
2016-04-18 03:24:22 +00:00
|
|
|
+ container.escapeExpression(((helper = (helper = helpers.kanji || (depth0 != null ? depth0.kanji : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"kanji","hash":{},"data":data}) : helper)))
|
|
|
|
+ "</a>\n";
|
|
|
|
},"useData":true});
|
2016-05-04 03:53:53 +00:00
|
|
|
templates['kanji-list.html'] = template({"1":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
2016-04-25 01:59:29 +00:00
|
|
|
var stack1;
|
|
|
|
|
2016-10-19 15:52:22 +00:00
|
|
|
return ((stack1 = container.invokePartial(partials["kanji.html"],depth0,{"name":"kanji.html","hash":{"sequence":(depths[1] != null ? depths[1].sequence : depths[1]),"options":(depths[1] != null ? depths[1].options : depths[1]),"root":(depths[1] != null ? depths[1].root : depths[1]),"addable":(depths[1] != null ? depths[1].addable : depths[1])},"data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
2016-05-04 03:53:53 +00:00
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
2016-04-25 01:59:29 +00:00
|
|
|
var stack1;
|
|
|
|
|
|
|
|
return ((stack1 = container.invokePartial(partials["header.html"],depth0,{"name":"header.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
2016-05-29 20:26:09 +00:00
|
|
|
+ ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.definitions : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-04-25 01:59:29 +00:00
|
|
|
+ ((stack1 = container.invokePartial(partials["footer.html"],depth0,{"name":"footer.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
2016-05-04 03:53:53 +00:00
|
|
|
},"usePartial":true,"useData":true,"useDepths":true});
|
2016-11-07 01:56:47 +00:00
|
|
|
templates['model.html'] = template({"1":function(container,depth0,helpers,partials,data) {
|
|
|
|
return " <li><a class=\"marker-link\" href=\"#\">"
|
|
|
|
+ container.escapeExpression(container.lambda(depth0, depth0))
|
|
|
|
+ "</a></li>\n";
|
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
|
|
|
|
|
|
|
return "<tr>\n <td class=\"col-sm-2\">"
|
|
|
|
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
|
|
|
|
+ "</td>\n <td class=\"col-sm-10\">\n <div class=\"input-group\">\n <input type=\"text\" class=\"anki-field-value form-control\" data-field=\""
|
|
|
|
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\" value=\""
|
|
|
|
+ alias4(((helper = (helper = helpers.value || (depth0 != null ? depth0.value : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"value","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\">\n <div class=\"input-group-btn\">\n <button type=\"button\" class=\"btn btn-default dropdown-toggle\" data-toggle=\"dropdown\">\n <span class=\"caret\"></span>\n </button>\n <ul class=\"dropdown-menu dropdown-menu-right\">\n"
|
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.markers : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ " </ul>\n </div>\n </div>\n </td>\n</tr>\n";
|
|
|
|
},"useData":true});
|
2016-10-19 15:52:22 +00:00
|
|
|
templates['term.html'] = template({"1":function(container,depth0,helpers,partials,data) {
|
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-07-16 06:29:36 +00:00
|
|
|
|
2016-07-18 15:08:31 +00:00
|
|
|
return " <a href=\"#\" title=\"Play audio\" class=\"action-play-audio\" data-index=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"index","hash":{},"data":data}) : helper)))
|
2016-07-16 06:29:36 +00:00
|
|
|
+ "\"><img src=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/img/play_audio.png\"></a>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"3":function(container,depth0,helpers,partials,data) {
|
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-05-05 02:10:28 +00:00
|
|
|
|
2016-08-10 15:44:52 +00:00
|
|
|
return " <a href=\"#\" title=\"Add term as expression\" class=\"action-add-note disabled\" data-mode=\"term_kanji\" data-index=\""
|
2016-06-14 16:05:40 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"index","hash":{},"data":data}) : helper)))
|
2016-05-05 02:10:28 +00:00
|
|
|
+ "\"><img src=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/img/add_term_kanji.png\"></a>\n <a href=\"#\" title=\"Add term as reading\" class=\"action-add-note disabled\" data-mode=\"term_kana\" data-index=\""
|
2016-06-14 16:05:40 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.index || (data && data.index)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"index","hash":{},"data":data}) : helper)))
|
2016-05-05 02:10:28 +00:00
|
|
|
+ "\"><img src=\""
|
2016-10-19 15:52:22 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.root || (depth0 != null ? depth0.root : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"root","hash":{},"data":data}) : helper)))
|
2016-10-09 02:40:19 +00:00
|
|
|
+ "/img/add_term_kana.png\"></a>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"5":function(container,depth0,helpers,partials,data) {
|
2016-04-18 02:06:57 +00:00
|
|
|
var stack1, helper, options, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", buffer =
|
2016-04-29 03:36:55 +00:00
|
|
|
" <div class=\"term-expression\"><ruby>";
|
2016-10-19 15:52:22 +00:00
|
|
|
stack1 = ((helper = (helper = helpers.kanjiLinks || (depth0 != null ? depth0.kanjiLinks : depth0)) != null ? helper : alias2),(options={"name":"kanjiLinks","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data}),(typeof helper === alias3 ? helper.call(alias1,options) : helper));
|
2016-04-18 02:06:57 +00:00
|
|
|
if (!helpers.kanjiLinks) { stack1 = helpers.blockHelperMissing.call(depth0,stack1,options)}
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
return buffer + "<rt>"
|
|
|
|
+ container.escapeExpression(((helper = (helper = helpers.reading || (depth0 != null ? depth0.reading : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"reading","hash":{},"data":data}) : helper)))
|
2016-04-14 03:13:41 +00:00
|
|
|
+ "</rt></ruby></div>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"6":function(container,depth0,helpers,partials,data) {
|
2016-04-14 03:13:41 +00:00
|
|
|
var helper;
|
|
|
|
|
2016-04-18 02:06:57 +00:00
|
|
|
return container.escapeExpression(((helper = (helper = helpers.expression || (depth0 != null ? depth0.expression : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},{"name":"expression","hash":{},"data":data}) : helper)));
|
2016-10-19 15:52:22 +00:00
|
|
|
},"8":function(container,depth0,helpers,partials,data) {
|
2016-04-18 02:06:57 +00:00
|
|
|
var stack1, helper, options, buffer =
|
2016-04-29 03:36:55 +00:00
|
|
|
" <div class=\"term-expression\">";
|
2016-10-19 15:52:22 +00:00
|
|
|
stack1 = ((helper = (helper = helpers.kanjiLinks || (depth0 != null ? depth0.kanjiLinks : depth0)) != null ? helper : helpers.helperMissing),(options={"name":"kanjiLinks","hash":{},"fn":container.program(6, data, 0),"inverse":container.noop,"data":data}),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : {},options) : helper));
|
2016-04-18 02:06:57 +00:00
|
|
|
if (!helpers.kanjiLinks) { stack1 = helpers.blockHelperMissing.call(depth0,stack1,options)}
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
return buffer + "</div>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"10":function(container,depth0,helpers,partials,data) {
|
2016-04-17 05:54:19 +00:00
|
|
|
var stack1;
|
2016-04-16 05:33:13 +00:00
|
|
|
|
2016-04-25 02:23:13 +00:00
|
|
|
return " <span class=\"rule\">"
|
2016-04-16 05:33:13 +00:00
|
|
|
+ container.escapeExpression(container.lambda(depth0, depth0))
|
2016-04-17 05:54:19 +00:00
|
|
|
+ "</span> "
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.unless.call(depth0 != null ? depth0 : {},(data && data.last),{"name":"unless","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-04-16 18:41:33 +00:00
|
|
|
+ "\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"11":function(container,depth0,helpers,partials,data) {
|
2016-07-16 06:29:36 +00:00
|
|
|
return "«";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"13":function(container,depth0,helpers,partials,data) {
|
2016-04-19 03:35:40 +00:00
|
|
|
var helper, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression;
|
2016-04-19 02:38:03 +00:00
|
|
|
|
2016-04-25 02:23:13 +00:00
|
|
|
return " <span class=\"tag tag-"
|
2016-04-19 03:35:40 +00:00
|
|
|
+ alias4(((helper = (helper = helpers["class"] || (depth0 != null ? depth0["class"] : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"class","hash":{},"data":data}) : helper)))
|
2016-04-19 02:59:56 +00:00
|
|
|
+ "\" title=\""
|
2016-04-19 02:38:03 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.desc || (depth0 != null ? depth0.desc : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"desc","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\">"
|
2016-04-19 03:35:40 +00:00
|
|
|
+ alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper)))
|
2016-04-17 05:54:19 +00:00
|
|
|
+ "</span>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"15":function(container,depth0,helpers,partials,data) {
|
2016-04-25 02:23:13 +00:00
|
|
|
return " <li><span>"
|
2016-04-14 01:55:31 +00:00
|
|
|
+ container.escapeExpression(container.lambda(depth0, depth0))
|
2016-04-16 05:33:13 +00:00
|
|
|
+ "</span></li>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : {};
|
2016-03-29 02:44:28 +00:00
|
|
|
|
2016-10-19 15:52:22 +00:00
|
|
|
return "<div class=\"term-definition\">\n <div class=\"action-bar\" data-sequence=\""
|
|
|
|
+ container.escapeExpression(((helper = (helper = helpers.sequence || (depth0 != null ? depth0.sequence : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"sequence","hash":{},"data":data}) : helper)))
|
|
|
|
+ "\">\n"
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,((stack1 = (depth0 != null ? depth0.options : depth0)) != null ? stack1.enableAudioPlayback : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.addable : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
|
|
|
+ " </div>\n\n"
|
|
|
|
+ ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.reading : depth0),{"name":"if","hash":{},"fn":container.program(5, data, 0),"inverse":container.program(8, data, 0),"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ "\n <div class=\"term-rules\">\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.rules : depth0),{"name":"each","hash":{},"fn":container.program(10, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </div>\n\n <div class=\"term-tags\">\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.tags : depth0),{"name":"each","hash":{},"fn":container.program(13, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-08-08 02:56:50 +00:00
|
|
|
+ " </div>\n\n <div class=\"term-glossary\">\n <ol>\n"
|
2016-10-19 15:52:22 +00:00
|
|
|
+ ((stack1 = helpers.each.call(alias1,(depth0 != null ? depth0.glossary : depth0),{"name":"each","hash":{},"fn":container.program(15, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-04-25 02:23:13 +00:00
|
|
|
+ " </ol>\n </div>\n</div>\n";
|
2016-10-19 15:52:22 +00:00
|
|
|
},"useData":true});
|
2016-05-04 03:25:35 +00:00
|
|
|
templates['term-list.html'] = template({"1":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
2016-04-18 01:20:39 +00:00
|
|
|
var stack1;
|
|
|
|
|
2016-10-19 15:52:22 +00:00
|
|
|
return ((stack1 = container.invokePartial(partials["term.html"],depth0,{"name":"term.html","hash":{"sequence":(depths[1] != null ? depths[1].sequence : depths[1]),"options":(depths[1] != null ? depths[1].options : depths[1]),"root":(depths[1] != null ? depths[1].root : depths[1]),"addable":(depths[1] != null ? depths[1].addable : depths[1])},"data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
2016-05-04 03:25:35 +00:00
|
|
|
},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data,blockParams,depths) {
|
2016-04-18 01:20:39 +00:00
|
|
|
var stack1;
|
|
|
|
|
|
|
|
return ((stack1 = container.invokePartial(partials["header.html"],depth0,{"name":"header.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "")
|
2016-05-29 20:26:09 +00:00
|
|
|
+ ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.definitions : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0, blockParams, depths),"inverse":container.noop,"data":data})) != null ? stack1 : "")
|
2016-04-18 01:20:39 +00:00
|
|
|
+ ((stack1 = container.invokePartial(partials["footer.html"],depth0,{"name":"footer.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "");
|
2016-05-04 03:25:35 +00:00
|
|
|
},"usePartial":true,"useData":true,"useDepths":true});
|
2016-03-29 02:44:28 +00:00
|
|
|
})();
|