|
|
|
@ -9,7 +9,7 @@ var CandyShop = (function(self) { return self; }(CandyShop || {}));
|
|
|
|
|
CandyShop.Webinar = (function(self, Candy, $) {
|
|
|
|
|
self.init = function(){
|
|
|
|
|
template = {
|
|
|
|
|
pane: '<div class="row"><div class="column-left"><iframe width="960" height="720" src="https://www.youtube.com/embed/yG0oBPtyNb0?rel=0&controls=1&showinfo=0" frameborder="0" allowfullscreen></iframe></div><div class="column-right" id="chat-pane">{{> toolbar}}{{> rooms}}</div></div>{{> modal}}'
|
|
|
|
|
pane: '<div class="row"><div class="column-left"><h1>Каждое воскресенье</h1><h3>Приходите сюда на Школу Рейки</h3><h5>Каждое воскресенье, 17:00 МСК</h5></div><div class="column-right" id="chat-pane">{{> toolbar}}{{> rooms}}</div></div>{{> modal}}'
|
|
|
|
|
};
|
|
|
|
|
for (var attrname in template) {
|
|
|
|
|
Candy.View.Template.Chat[attrname] = template[attrname];
|
|
|
|
|