Plugin::displayAction($monitor, $_REQUEST['glpi_tab'], $_POST["withtemplate"]); } } else { switch ($_REQUEST['glpi_tab']) { case -1: Computer_Item::showForItem($monitor); Infocom::showForItem($monitor); Contract::showAssociated($monitor); Document::showAssociated($monitor, $_POST["withtemplate"]); Ticket::showListForItem('Monitor', $_POST["id"]); Link::showForItem('Monitor', $_POST["id"]); Plugin::displayAction($monitor, $_REQUEST['glpi_tab']); break; case 4: Infocom::showForItem($monitor); Contract::showAssociated($monitor); break; case 5: Document::showAssociated($monitor, $_POST["withtemplate"]); break; case 6: Ticket::showListForItem('Monitor', $_POST["id"]); break; case 7: Link::showForItem('Monitor', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Monitor', $_POST["id"]); break; case 11: Reservation::showForItem('Monitor', $_POST["id"]);
} } } else { switch ($_REQUEST['glpi_tab']) { case -1: NetworkPort::showForItem('NetworkEquipment', $_POST["id"]); Infocom::showForItem($netdevice); Contract::showAssociated($netdevice); Document::showAssociated($netdevice, $_POST["withtemplate"]); Ticket::showListForItem('NetworkEquipment', $_POST["id"]); Link::showForItem('NetworkEquipment', $_POST["id"]); Plugin::displayAction($netdevice, $_REQUEST['glpi_tab']); break; case 4: Infocom::showForItem($netdevice); Contract::showAssociated($netdevice); break; case 5: Document::showAssociated($netdevice, $_POST["withtemplate"]); break; case 6: Ticket::showListForItem('NetworkEquipment', $_POST["id"]); break; case 7: Link::showForItem('NetworkEquipment', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'NetworkEquipment', $_POST["id"]); break; case 11: Reservation::showForItem('NetworkEquipment', $_POST["id"]);
} } else { switch ($_REQUEST['glpi_tab']) { case -1: Computer_Item::showForItem($phone); NetworkPort::showForItem('Phone', $_POST["id"], $_POST["withtemplate"]); Infocom::showForItem($phone); Contract::showAssociated($phone); Document::showAssociated($phone); Ticket::showListForItem('Phone', $_POST["id"]); Link::showForItem('Phone', $_POST["id"]); Plugin::displayAction($phone, $_REQUEST['glpi_tab']); break; case 4: Infocom::showForItem($phone); Contract::showAssociated($phone); break; case 5: Document::showAssociated($phone); break; case 6: Ticket::showListForItem('Phone', $_POST["id"]); break; case 7: Link::showForItem('Phone', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Phone', $_POST["id"]); break; case 11: Reservation::showForItem('Phone', $_POST["id"]);
} } else { switch ($_REQUEST['glpi_tab']) { case -1: Computer_Item::showForItem($periph); NetworkPort::showForItem('Peripheral', $_POST["id"], $_POST["withtemplate"]); Infocom::showForItem($periph); Contract::showAssociated($periph); Document::showAssociated($periph); Ticket::showListForItem('Peripheral', $_POST["id"]); Link::showForItem('Peripheral', $_POST["id"]); Plugin::displayAction($periph, $_REQUEST['glpi_tab']); break; case 4: Infocom::showForItem($periph); Contract::showAssociated($periph); break; case 5: Document::showAssociated($periph); break; case 6: Ticket::showListForItem('Peripheral', $_POST["id"]); break; case 7: Link::showForItem('Peripheral', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Peripheral', $_POST["id"]); break; case 11: Reservation::showForItem('Peripheral', $_POST["id"]);
Link::showForItem('Computer', $_POST["id"]); RegistryKey::showForComputer($_POST["id"]); ComputerVirtualMachine::showForVirtualMachine($computer); ComputerVirtualMachine::showForComputer($computer); Plugin::displayAction($computer, $_REQUEST['glpi_tab']); break; case 2: Computer_SoftwareVersion::showForComputer($computer); break; case 3: Computer_Item::showForComputer($_POST['target'], $computer); NetworkPort::showForItem('Computer', $_POST["id"]); break; case 4: Infocom::showForItem($computer); Contract::showAssociated($computer); break; case 5: Document::showAssociated($computer); break; case 6: Ticket::showListForItem('Computer', $_POST["id"]); break; case 7: Link::showForItem('Computer', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Computer', $_POST["id"]); break; case 11: Reservation::showForItem('Computer', $_POST["id"]);
Computer_Item::showForItem($printer); NetworkPort::showForItem('Printer', $_POST["id"], $_POST["withtemplate"]); Infocom::showForItem($printer); Contract::showAssociated($printer); Document::showAssociated($printer); Ticket::showListForItem('Printer', $_POST["id"]); Link::showForItem('Printer', $_POST["id"]); Plugin::displayAction($printer, $_REQUEST['glpi_tab']); break; case 3: Computer_Item::showForItem($printer); NetworkPort::showForItem('Printer', $_POST["id"]); break; case 4: Infocom::showForItem($printer); Contract::showAssociated($printer); break; case 5: Document::showAssociated($printer); break; case 6: Ticket::showListForItem('Printer', $_POST["id"]); break; case 7: Link::showForItem('Printer', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Printer', $_POST["id"]); break; case 11: Reservation::showForItem('Printer', $_POST["id"]);
SoftwareVersion::showForSoftware($soft); SoftwareLicense::showForSoftware($soft); Computer_SoftwareVersion::showForSoftware($soft); Infocom::showForItem($soft); Contract::showAssociated($soft); Document::showAssociated($soft); Ticket::showListForItem('Software', $_POST["id"]); Link::showForItem('Software', $_POST["id"]); Plugin::displayAction($soft, $_REQUEST['glpi_tab']); break; case 2: Computer_SoftwareVersion::showForSoftware($soft); break; case 4: Infocom::showForItem($soft); Contract::showAssociated($soft); break; case 5: Document::showAssociated($soft); break; case 6: Ticket::showListForItem('Software', $_POST["id"]); break; case 7: Link::showForItem('Software', $_POST["id"]); break; case 10: showNotesForm($_POST['target'], 'Software', $_POST["id"]); break; case 11: Reservation::showForItem('Software', $_POST["id"]);