. @package archires @author Nelly Mahu-Lasson, Xavier Caillaud @copyright Copyright (c) 2016-2018 Archires plugin team @license AGPL License 3.0 or (at your option) any later version http://www.gnu.org/licenses/agpl-3.0-standalone.html @link https://forge.glpi-project.org/projects/archires @since version 2.2 -------------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access directly to this file"); } class PluginArchiresArchires extends CommonDBTM { static $rightname = "plugin_archires"; protected $usenotepad = true; static function getTypeName($nb=0) { return _n('Network Architecture', 'Network Architectures', $nb, 'archires'); } static function showSummary() { $dbu = new DbUtils(); echo "
| ".__('Summary')." |
|---|
| "; echo "".PluginArchiresView::getTypeName(2).""; echo " |
| "; echo "". sprintf(__('%1$s - %2$s'), self::getTypeName(1), PluginArchiresLocationQuery::getTypeName(1)).""; echo " |
| "; echo "". sprintf(__('%1$s - %2$s'), self::getTypeName(1), PluginArchiresNetworkEquipmentQuery::getTypeName(1)).""; echo " |
| "; echo "". sprintf(__('%1$s - %2$s'), self::getTypeName(1), PluginAppliancesAppliance::getTypeName(1)).""; echo " |
| "; echo "".__('Add view', 'archires').""; echo " |