* @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'); $modules = $this->app->moduleManager->getAllModules(); $active = $this->app->moduleManager->getActiveModules(); $installed = $this->app->moduleManager->getInstalledModules(); $footerView->setPages(count($modules) / 25); $footerView->setPage(1); $footerView->setResults(count($modules)); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Version') ?> | = $this->getHtml('Status') ?> |
| = htmlspecialchars($footerView->render(), ENT_COMPAT, 'utf-8'); ?> | |||
| = htmlspecialchars($module['name']['internal'], ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($module['name']['external'], ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($module['version'], ENT_COMPAT, 'utf-8'); ?> | getHtml('Active')); elseif (in_array($module['name']['internal'], $installed)) echo strtolower($this->getHtml('Inactive')); else echo strtolower($this->getHtml('Available')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||