Revision 83506b33 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js
311 311
  
312 312
});
313 313

  
314
Ember.TEMPLATES["items"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
314
Ember.TEMPLATES["items-list"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
315 315
this.compilerInfo = [4,'>= 1.0.0'];
316 316
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
317
  var buffer = '', stack1, helper, options, helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, self=this;
317
  var buffer = '', stack1, helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression, self=this;
318 318

  
319 319
function program1(depth0,data) {
320 320
  
321 321
  var buffer = '', helper, options;
322
  data.buffer.push("\n			");
322
  data.buffer.push("\n    ");
323 323
  data.buffer.push(escapeExpression((helper = helpers.render || (depth0 && depth0.render),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0,depth0],types:["STRING","ID"],data:data},helper ? helper.call(depth0, "item", "", options) : helperMissing.call(depth0, "render", "item", "", options))));
324
  data.buffer.push("\n		");
324
  data.buffer.push("\n");
325 325
  return buffer;
326 326
  }
327 327

  
328
  data.buffer.push(escapeExpression((helper = helpers.partial || (depth0 && depth0.partial),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "actions-bar", options) : helperMissing.call(depth0, "partial", "actions-bar", options))));
329
  data.buffer.push("\n<section class=\"main row\">\n	<div ");
330
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
331
    'class': (":entities viewCls")
332
  },hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));
333
  data.buffer.push(">\n		<ul class=\"items-list\">\n			<li data-status=\"add-new\" class=\"add-new not-selectable\">\n				<div class=\"container\">\n					<div class=\"check\"></div>\n					<div class=\"img-wrap\">\n						<span ");
328
  data.buffer.push("<li data-status=\"add-new\" class=\"add-new not-selectable\">\n    <div class=\"container\">\n        <div class=\"check\"></div>\n        <div class=\"img-wrap\">\n            <span ");
334 329
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
335 330
    'class': (":snf-font newIcon")
336 331
  },hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));
337
  data.buffer.push("></span>\n					</div>\n					<h4>");
332
  data.buffer.push("></span>\n        </div>\n        <h4>");
338 333
  stack1 = helpers._triageMustache.call(depth0, "newTxt", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
339 334
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
340
  data.buffer.push("</h4>\n				</div>\n			</li>\n\n		");
335
  data.buffer.push("</h4>\n    </div>\n</li>\n");
341 336
  stack1 = helpers.each.call(depth0, {hash:{},hashTypes:{},hashContexts:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[],types:[],data:data});
342 337
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
343
  data.buffer.push("\n\n\n		</ul>\n	</div>\n</section>");
338
  data.buffer.push("\n");
339
  return buffer;
340
  
341
});
342

  
343
Ember.TEMPLATES["items"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
344
this.compilerInfo = [4,'>= 1.0.0'];
345
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
346
  var buffer = '', helper, options, helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
347

  
348

  
349
  data.buffer.push(escapeExpression((helper = helpers.partial || (depth0 && depth0.partial),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "actions-bar", options) : helperMissing.call(depth0, "partial", "actions-bar", options))));
350
  data.buffer.push("\n<section class=\"main row\">\n	<div ");
351
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
352
    'class': (":entities viewCls")
353
  },hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));
354
  data.buffer.push(">\n		");
355
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "App.itemsListView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
356
  data.buffer.push("\n	</div>\n</section>");
357
  return buffer;
358
  
359
});
360

  
361
Ember.TEMPLATES["lt-bar"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
362
this.compilerInfo = [4,'>= 1.0.0'];
363
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
364
  var buffer = '', escapeExpression=this.escapeExpression;
365

  
366

  
367
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "App.toggleLtBarView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
368
  data.buffer.push("\n<div class=\"lt-bar\">\n    ");
369
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "App.scrollWrapView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
370
  data.buffer.push("\n</div>");
344 371
  return buffer;
345 372
  
346 373
});
......
407 434
  
408 435
});
409 436

  
437
Ember.TEMPLATES["scroll-wrap"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
438
this.compilerInfo = [4,'>= 1.0.0'];
439
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
440
  var escapeExpression=this.escapeExpression;
441

  
442

  
443
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "App.itemsListView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
444
  
445
});
446

  
410 447
Ember.TEMPLATES["side-actions"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
411 448
this.compilerInfo = [4,'>= 1.0.0'];
412 449
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
......
448 485
  
449 486
});
450 487

  
488
Ember.TEMPLATES["toggle-lt-bar"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
489
this.compilerInfo = [4,'>= 1.0.0'];
490
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
491
  
492

  
493

  
494
  data.buffer.push("...");
495
  
496
});
497

  
451 498
Ember.TEMPLATES["vm"] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
452 499
this.compilerInfo = [4,'>= 1.0.0'];
453 500
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
......
488 535
  }
489 536

  
490 537
  data.buffer.push(escapeExpression((helper = helpers.partial || (depth0 && depth0.partial),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "actions-bar", options) : helperMissing.call(depth0, "partial", "actions-bar", options))));
491
  data.buffer.push("\n<section class=\"main row\">\n\n	");
492
  data.buffer.push(escapeExpression((helper = helpers.outlet || (depth0 && depth0.outlet),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data},helper ? helper.call(depth0, "items", options) : helperMissing.call(depth0, "outlet", "items", options))));
493
  data.buffer.push("\n\n	<div ");
538
  data.buffer.push("\n<section class=\"main row\">\n\n	<div ");
494 539
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
495 540
    'class': (":details status")
496 541
  },hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));
497
  data.buffer.push(">\n		<section class=\"top\">\n			<div class=\"lt\">\n				");
542
  data.buffer.push(">\n		");
543
  data.buffer.push(escapeExpression((helper = helpers.outlet || (depth0 && depth0.outlet),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data},helper ? helper.call(depth0, "lt-bar", options) : helperMissing.call(depth0, "outlet", "lt-bar", options))));
544
  data.buffer.push("\n		<section class=\"top\">\n			<div class=\"lt\">\n				");
498 545
  data.buffer.push(escapeExpression((helper = helpers.partial || (depth0 && depth0.partial),options={hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["STRING"],data:data},helper ? helper.call(depth0, "img-wrap", options) : helperMissing.call(depth0, "partial", "img-wrap", options))));
499 546
  data.buffer.push("\n			</div>\n			<div class=\"rt\">\n				<div class=\"title\">\n					<h1>");
500 547
  stack1 = helpers._triageMustache.call(depth0, "name", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});

Also available in: Unified diff