ДАТА ЗАНЯТИЯ 05 — 29 июня
ВРЕМЯ 20:00-22:00
МЕСТО ПРОВЕДЕНИЯ Студия Seasons м. Дмитровская Дизайн-завод «Флакон» ул. Большая Новодмитровская, д. 36, стр. 12, вход 1
КОНТАКТЫ ШКОЛЫ SEASONS school@seasons-project.ru Мы будем рады ответить на вопросы о наши курсах с 11:00 до 20:00 в будние дни тел. + 7 926 065 06 65
if($('#calendar').length){
var calendar = $('#calendar').calendar({
tmpl_path: 'https://seasons-project.ru/assets/skin/front/custom/tmpls/',
first_day: 1,
day: '2017-06-05',
events_source: [
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1496624400000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1496883600000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1497229200000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1497488400000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1497834000000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1498006800000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1498438800000,
},
{
id: 13860,
title: 'Летний интенсив Хора Seasons ',
//url: "http://example.com",
//'class': 'class-event',
start: 1498611600000,
},
],
views: {
year: {
enable: 0
},
month: {
slide_events: 0,
enable: 1
},
week: {
enable: 0
},
day: {
enable: 0
}
},
holidays: null
});
calendar.setLanguage('ru-RU');
calendar.view();
$('.cal-month-day .events-list').parent().children('span').addClass('today-event');
var _calendarWrapper = $('#calendar').parent();
function _calendarNavigationBind(){
$('.cal-context .slider_controlls a').on('click',function(e) {
e.preventDefault();
calendar.navigate($(this).data('calendar-nav'));
_calendarNavigationBind();
return false;
});
}
_calendarNavigationBind();
}