diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 18:59:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 18:59:29 -0700 |
commit | cac6fc1427106420b28777d94907bf27ab1995a3 (patch) | |
tree | e8ab59bed16d7e2ba1ed887ffb2b9ccee510f9a9 /ext/bg/js/templates.js | |
parent | a192a8d8b549d5979a427d86c51f94bb5f4be907 (diff) |
Basic kanji output
Diffstat (limited to 'ext/bg/js/templates.js')
-rw-r--r-- | ext/bg/js/templates.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 1c14e569..1133e41a 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -34,6 +34,19 @@ templates['kanji-link.html'] = template({"compiler":[7,">= 4.0.0"],"main":functi + 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}); +templates['kanji-list.html'] = template({"1":function(container,depth0,helpers,partials,data) { + var stack1; + + return "<div class=\"definition\">\n" + + ((stack1 = container.invokePartial(partials["kanji.html"],depth0,{"name":"kanji.html","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") + + "</div>\n"; +},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { + var stack1; + + return ((stack1 = container.invokePartial(partials["header.html"],depth0,{"name":"header.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") + + ((stack1 = helpers.each.call(depth0 != null ? depth0 : {},(depth0 != null ? depth0.defs : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + + ((stack1 = container.invokePartial(partials["footer.html"],depth0,{"name":"footer.html","data":data,"helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : ""); +},"usePartial":true,"useData":true}); templates['term.html'] = template({"1":function(container,depth0,helpers,partials,data) { var stack1, helper, options, alias1=depth0 != null ? depth0 : {}, alias2=helpers.helperMissing, alias3="function", buffer = "<div class=\"term\"><ruby>"; |