summaryrefslogtreecommitdiff
path: root/app/Template/file/open.php
blob: 9efd77808f4112dd1fc3c0f3ff5deea2dc009d3b (plain)
1
2
3
4
5
6
<div class="page-header">
    <h2><?= $this->e($file['name']) ?></h2>
    <div class="task-file-viewer">
        <img src="<?= $this->u('file', 'image', array('file_id' => $file['id'], 'task_id' => $file['task_id'])) ?>" alt="<?= $this->e($file['name']) ?>"/>
    </div>
</div>