* @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /** * @var \phpOMS\Views\View $this * @var \Modules\Tasks\Models\Task[] $tasks */ $account = $this->getData('account'); $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(1 / 25); $footerView->setPage(1); $footerView->setResults(1); echo $this->getData('nav')->render(); ?>
| = $this->getText('Name'); ?> | = $account->getName3(); ?>, = $account->getName1(); ?> |
|---|---|
| = $this->getText('Occupation'); ?> | Sailor |
| = $this->getText('Birthday'); ?> | 06.09.1934 |
| = $this->getText('Ranks'); ?> | Gosling |
| = $this->getText('Email'); ?> | = $account->getEmail(); ?> |
| Address | |
| Private | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->getText('Phone'); ?> | |
| Private | +01 12345-4567 |
| Mobile | +01 12345-4567 |
| Work | +01 12345-4567 |
| = $this->getText('Registered'); ?> | = $account->getCreatedAt()->format('Y-m-d'); ?> |
| = $this->getText('LastLogin'); ?> | = $account->getLastActive()->format('Y-m-d'); ?> |
| = $this->getText('Status'); ?> | = $account->getStatus(); ?> |
| = $this->getText('ID', 0, 0); ?> | = $this->getText('Name', 'Media'); ?> | = $this->getText('Type', 'Media'); ?> | = $this->getText('Created', 'Media'); ?> |
| = $footerView->render(); ?> | |||
| = $value->getId(); ?> | = $value->getNewestHistory()->getPosition(); ?> | = $value->getNewestHistory()->getPosition(); ?> | = $value->getNewestStatus()->getStatus(); ?> |
| = $this->getText('Empty', 0, 0); ?> | |||