. @package archires @author Nelly Mahu-Lasson, Xavier Caillaud @copyright Copyright (c) 2016-2021 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 -------------------------------------------------------------------------- */ include ("../../../inc/includes.php"); Html::header(PluginArchiresArchires::getTypeName()." ".PluginArchiresNetworkEquipmentQuery::getTypeName(), '',"tools","pluginarchiresmenu","networkequipment"); $PluginArchiresNetworkEquipmentQuery = new PluginArchiresNetworkEquipmentQuery(); if ($PluginArchiresNetworkEquipmentQuery->canView() || Session::haveRight("config", UPDATE)) { Search::show("PluginArchiresNetworkEquipmentQuery"); } else { Html::displayRightError(); } Html::footer();