* @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(20); $footerView->setPage(1); $accounts = $this->getData('accounts'); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Activity') ?> |
| = $footerView->render(); ?> | ||
| = htmlspecialchars($account->getId(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($account->getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($account->getLastActive()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||