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

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