|
|
|
@ -74,23 +74,25 @@ templates['chat'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
return buffer;
|
|
|
|
|
},"useData":true});
|
|
|
|
|
templates['msg'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
templates['msg'] = template({"1":function(depth0,helpers,partials,data,depths) {
|
|
|
|
|
var stack1, helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, buffer = "<div class=\"msg "
|
|
|
|
|
+ escapeExpression(((helper = (helper = helpers.type || (depth0 != null ? depth0.type : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"type","hash":{},"data":data}) : helper)))
|
|
|
|
|
+ " ";
|
|
|
|
|
stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.self : depth0), {"name":"if","hash":{},"fn":this.program(2, data),"inverse":this.noop,"data":data});
|
|
|
|
|
stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.self : depth0), {"name":"if","hash":{},"fn":this.program(2, data, depths),"inverse":this.noop,"data":data});
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
buffer += "\">\n <span class=\"time\">\n "
|
|
|
|
|
+ escapeExpression(((helpers.tz || (depth0 && depth0.tz) || helperMissing).call(depth0, (depth0 != null ? depth0.time : depth0), {"name":"tz","hash":{},"data":data})))
|
|
|
|
|
+ "\n </span>\n <span class=\"from\">\n";
|
|
|
|
|
stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.from : depth0), {"name":"if","hash":{},"fn":this.program(4, data),"inverse":this.noop,"data":data});
|
|
|
|
|
stack1 = helpers['if'].call(depth0, (depth0 != null ? depth0.from : depth0), {"name":"if","hash":{},"fn":this.program(4, data, depths),"inverse":this.noop,"data":data});
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
buffer += " </span>\n <span class=\"text\">\n <em class=\"type\">"
|
|
|
|
|
+ escapeExpression(((helper = (helper = helpers.type || (depth0 != null ? depth0.type : depth0)) != null ? helper : helperMissing),(typeof helper === functionType ? helper.call(depth0, {"name":"type","hash":{},"data":data}) : helper)))
|
|
|
|
|
+ "</em>\n";
|
|
|
|
|
stack1 = ((helpers.equal || (depth0 && depth0.equal) || helperMissing).call(depth0, (depth0 != null ? depth0.type : depth0), "toggle", {"name":"equal","hash":{},"fn":this.program(6, data),"inverse":this.program(9, data),"data":data}));
|
|
|
|
|
stack1 = ((helpers.equal || (depth0 && depth0.equal) || helperMissing).call(depth0, (depth0 != null ? depth0.type : depth0), "toggle", {"name":"equal","hash":{},"fn":this.program(6, data, depths),"inverse":this.program(9, data, depths),"data":data}));
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
return buffer + " </span>\n</div>\n";
|
|
|
|
|
return buffer + " </span>\n</div>\n"
|
|
|
|
|
+ escapeExpression(((helpers['unread-messages-marker'] || (depth0 && depth0['unread-messages-marker']) || helperMissing).call(depth0, (data && data.index), ((stack1 = (depths[1] != null ? depths[1].messages : depths[1])) != null ? stack1.length : stack1), (depths[1] != null ? depths[1].unread : depths[1]), {"name":"unread-messages-marker","hash":{},"data":data})))
|
|
|
|
|
+ "\n";
|
|
|
|
|
},"2":function(depth0,helpers,partials,data) {
|
|
|
|
|
return "self";
|
|
|
|
|
},"4":function(depth0,helpers,partials,data) {
|
|
|
|
@ -118,12 +120,12 @@ templates['msg'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
stack1 = ((helpers.parse || (depth0 && depth0.parse) || helperMissing).call(depth0, (depth0 != null ? depth0.text : depth0), {"name":"parse","hash":{},"data":data}));
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
return buffer + "\n";
|
|
|
|
|
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
|
|
|
|
},"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data,depths) {
|
|
|
|
|
var stack1, buffer = "";
|
|
|
|
|
stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.messages : depth0), {"name":"each","hash":{},"fn":this.program(1, data),"inverse":this.noop,"data":data});
|
|
|
|
|
stack1 = helpers.each.call(depth0, (depth0 != null ? depth0.messages : depth0), {"name":"each","hash":{},"fn":this.program(1, data, depths),"inverse":this.noop,"data":data});
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
return buffer;
|
|
|
|
|
},"useData":true});
|
|
|
|
|
},"useData":true,"useDepths":true});
|
|
|
|
|
templates['network'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
|
|
|
|
|
return "<section id=\"network-"
|
|
|
|
@ -177,6 +179,9 @@ templates['toggle'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
if (stack1 != null) { buffer += stack1; }
|
|
|
|
|
return buffer;
|
|
|
|
|
},"useData":true});
|
|
|
|
|
templates['unreadmarker'] = template({"compiler":[6,">= 2.0.0-beta.1"],"main":function(depth0,helpers,partials,data) {
|
|
|
|
|
return "<div class=\"unread-marker\">\n <hr/>\n <hr/>\n <hr/>\n</div>\n";
|
|
|
|
|
},"useData":true});
|
|
|
|
|
templates['user'] = template({"1":function(depth0,helpers,partials,data) {
|
|
|
|
|
var stack1, helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
|
|
|
|
|
return "<div class=\"count\">\n <input class=\"search\" placeholder=\""
|
|
|
|
|