getData('tcoll'); $rcoll = $this->getData('rcoll'); $cLang = $this->getData('lang'); $template = $this->getData('template'); $report = $this->getData('report'); /** @noinspection PhpIncludeInspection */ $reportLanguage = isset($tcoll['lang']) ? include __DIR__ . '/../../../../' . \ltrim($tcoll['lang']->getPath(), '/') : []; $lang = $reportLanguage[$cLang] ?? []; $settings = isset($tcoll['cfg']) ? \json_decode(\file_get_contents(__DIR__ . '/../../../../' . \ltrim($tcoll['cfg']->getPath(), '/')), true) : []; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Report'); ?> | |
|---|---|
| = $this->getHtml('Name'); ?> | = $this->printHtml($report->title); ?> |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($report->createdBy->name1); ?> |
| = $this->getHtml('Created'); ?> | = $report->createdAt->format('Y-m-d'); ?> |
| = $this->getHtml('Template'); ?> | |
| = $this->getHtml('Name'); ?> | = $this->printHtml($template->name); ?> |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($template->createdBy->name1); ?> |
| = $this->getHtml('Created'); ?> | = $template->createdAt->format('Y-m-d'); ?> |
| = $this->getHtml('Tags'); ?> | getTags(); foreach ($tags as $tag) : ?> = $tag->icon !== null ? '' : ''; ?>= $this->printHtml($tag->getTitle()); ?> |