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->getTitle()); ?> |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($report->getCreatedBy()->getName1()); ?> |
| = $this->getHtml('Created'); ?> | = $report->getCreatedAt()->format('Y-m-d'); ?> |
| = $this->getHtml('Template') ?> | |
| = $this->getHtml('Name'); ?> | = $this->printHtml($template->getName()); ?> |
| = $this->getHtml('Creator'); ?> | = $this->printHtml($template->getCreatedBy()->getName1()); ?> |
| = $this->getHtml('Created'); ?> | = $template->getCreatedAt()->format('Y-m-d'); ?> |