$month = $calendar->view; ?>
|
= Icon::create('arr_2left', 'clickable', ['title' => _('Ein Jahr zurück')])->asImg(16, ['style' => 'vertical-align: text-top;']) ?>
= strftime('%B %Y', strtotime('-1 year', $calendars[0][15]->getStart())) ?>
= Icon::create('arr_1left', 'clickable', ['title' => _('Einen Monat zurück')])->asImg(16, ['style' => 'vertical-align: text-top;']) ?>
= strftime('%B %Y', strtotime('-1 month', $calendars[0][15]->getStart())) ?>
= htmlReady(strftime("%B ", $calendars[0][15]->getStart())) .' '. date('Y', $calendars[0][15]->getStart()); ?>
= strftime('%B %Y', strtotime('+1 month', $calendars[0][15]->getStart())) ?>
= Icon::create('arr_1right', 'clickable', ['title' => _('Einen Monat vor')])->asImg(16, ['style' => 'vertical-align: text-top;']) ?>
= strftime('%B %Y', strtotime('+1 year', $calendars[0][15]->getStart())) ?>
= Icon::create('arr_2right', 'clickable', ['title' => _('Ein Jahr vor')])->asImg(16, ['style' => 'vertical-align: text-top;']) ?>
|
|||||||
| = strftime('%a', $week_day) ?> | endforeach; ?>= _('Woche') ?> | ||||||
|
if (($j + 1) % 7 == 0) : ?>
= $aday ?>
if ($hday["name"] != "") : ?>
= $hday['name'] ?>
endif; ?>
foreach($calendars as $user_calendars) : ?>
$count = sizeof($user_calendars[$j]->events) ?>
if ($count) : ?>
= htmlReady($user_calendars[$j]->range_object->getFullname('no_title')) ?>
= $this->render_partial('calendar/group/_tooltip', ['calendar' => $user_calendars[$j]]) ?>
endif; ?>
endforeach; ?>
|
= strftime("%V", $i) ?> | ||||||