* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this */ $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages($this->getData('list:count') ?? 0 / 25); $footerView->setPage(1); $footerView->setResults($this->getData('list:count') ?? 1); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Parents') ?> | = $this->getHtml('Children') ?> | = $this->getHtml('Members') ?> |
| = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | ||||
| = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getName(), ENT_COMPAT, 'utf-8'); ?> | |||
| = $this->getHtml('Empty', 0, 0); ?> | ||||