Revision 49342f82 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/templates.js
198 198
function program1(depth0,data) {
199 199
  
200 200
  var buffer = '';
201
  data.buffer.push("\n		");
201
  data.buffer.push("\n			");
202 202
  data.buffer.push(escapeExpression(helpers.view.call(depth0, "Synnefo.ElemView", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data})));
203
  data.buffer.push("\n	");
203
  data.buffer.push("\n		");
204 204
  return buffer;
205 205
  }
206 206

  
207
  data.buffer.push("<div ");
207
  stack1 = helpers._triageMustache.call(depth0, "outlet", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
208
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
209
  data.buffer.push("\n<section class=\"main row\">\n	<div ");
208 210
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
209 211
    'class': (":entities :list-view")
210 212
  },hashTypes:{'class': "STRING"},hashContexts:{'class': depth0},contexts:[],types:[],data:data})));
211
  data.buffer.push(">\n<ul class=\"items-list\">\n	");
213
  data.buffer.push(">\n	<ul class=\"items-list\">\n		");
212 214
  data.buffer.push(escapeExpression((helper = helpers['add-new'] || (depth0 && depth0['add-new']),options={hash:{
213 215
    'type': ("controller.type"),
214 216
    'action': ("openWizard")
215 217
  },hashTypes:{'type': "ID",'action': "STRING"},hashContexts:{'type': depth0,'action': depth0},contexts:[],types:[],data:data},helper ? helper.call(depth0, options) : helperMissing.call(depth0, "add-new", options))));
216
  data.buffer.push("\n	");
218
  data.buffer.push("\n		");
217 219
  stack1 = helpers.each.call(depth0, {hash:{},hashTypes:{},hashContexts:{},inverse:self.noop,fn:self.program(1, program1, data),contexts:[],types:[],data:data});
218 220
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
219
  data.buffer.push("\n</ul>\n</div>");
221
  data.buffer.push("\n	</ul>\n	</div>\n</section>");
220 222
  return buffer;
221 223
  
222 224
});
......
239 241
  
240 242

  
241 243

  
242
  data.buffer.push("<section class=\"overlay-area-custom\">\n	<div id=\"vm-wizard\" class=\"overlay-div wizard\">\n	</div>\n</section>");
244
  data.buffer.push("<section class=\"overlay-area-custom\">\n	<div id=\"vm-wizard\" class=\"overlay-div wizard\">\n		<h2>Wizard</h2>\n	</div>\n</section>");
243 245
  
244 246
});
245 247

  

Also available in: Unified diff