summaryrefslogtreecommitdiff
path: root/app/Template/calendar/show.php
blob: 0406414c82545676326d964d2b9a17f2753b864c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<section id="main">
    <?= $this->render('project/filters', array(
        'project' => $project,
        'filters' => $filters,
    )) ?>

    <div id="calendar"
         data-save-url="<?= $this->url->href('calendar', 'save') ?>"
         data-check-url="<?= $this->url->href('calendar', 'project', array('project_id' => $project['id'])) ?>"
         data-check-interval="<?= $check_interval ?>"
    >
    </div>
</section>