* @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'); ?>
$account) : $count++; $url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/profile/single?{?}&id=' . $account->getId()); ?>
getHtml('Profiles') ?>
getHtml('ID', 0, 0); ?> getHtml('Name') ?> getHtml('Activity') ?>
render(); ?>
getId(), ENT_COMPAT, 'utf-8'); ?> getName3() . ' ' . $account->getName2() . ' ' . $account->getName1(), ENT_COMPAT, 'utf-8'); ?> getLastActive()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?>
getHtml('Empty', 0, 0); ?>