* @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') / 25); $footerView->setPage(1); $footerView->setResults($this->getData('list:count')); echo $this->getData('nav')->render(); ?>
| = $this->getText('ID', 0, 0); ?> | = $this->getText('Status'); ?> | = $this->getText('Name'); ?> | = $this->getText('Activity'); ?> | = $this->getText('Created'); ?> |
| = $footerView->render(); ?> | ||||
| = $value->getId(); ?> | = $value->getStatus(); ?> | = $value->getName1(); ?> | = $value->getLastActive()->format('Y-m-d H:i:s'); ?> | = $value->getCreatedAt()->format('Y-m-d H:i:s'); ?> |
| = $this->getText('Empty', 0, 0); ?> | ||||