Printer::showForm PHP Метод

showForm() публичный Метод

Print the printer form
public showForm ( $ID, $options = [] ) : boolean
$ID integer ID of the item
$options array of possible options: - target filename : where to go when done. - withtemplate boolean : template or basic item
Результат boolean item found
    function showForm($ID, $options = array())
    {
        global $CFG_GLPI;
        $target = $this->getFormURL();
        $withtemplate = $this->initForm($ID, $options);
        $this->showFormHeader($options);
        echo "<tr class='tab_bg_1'>";
        //TRANS: %1$s is a string, %2$s a second one without spaces between them : to change for RTL
        echo "<td>" . sprintf(__('%1$s%2$s'), __('Name'), isset($options['withtemplate']) && $options['withtemplate'] ? "*" : "") . "</td>\n";
        echo "<td>";
        $objectName = autoName($this->fields["name"], "name", isset($options['withtemplate']) && $options['withtemplate'] == 2, $this->getType(), $this->fields["entities_id"]);
        Html::autocompletionTextField($this, 'name', array('value' => $objectName));
        echo "</td>\n";
        echo "<td>" . __('Status') . "</td>\n";
        echo "<td>";
        State::dropdown(array('value' => $this->fields["states_id"], 'entity' => $this->fields["entities_id"], 'condition' => "`is_visible_printer`"));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Location') . "</td>\n";
        echo "<td>";
        Location::dropdown(array('value' => $this->fields["locations_id"], 'entity' => $this->fields["entities_id"]));
        echo "</td>\n";
        echo "<td>" . __('Type') . "</td>\n";
        echo "<td>";
        PrinterType::dropdown(array('value' => $this->fields["printertypes_id"]));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Technician in charge of the hardware') . "</td>\n";
        echo "<td>";
        User::dropdown(array('name' => 'users_id_tech', 'value' => $this->fields["users_id_tech"], 'right' => 'own_ticket', 'entity' => $this->fields["entities_id"]));
        echo "</td>\n";
        echo "<td>" . __('Manufacturer') . "</td>\n";
        echo "<td>";
        Manufacturer::dropdown(array('value' => $this->fields["manufacturers_id"]));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Group in charge of the hardware') . "</td>";
        echo "<td>";
        Group::dropdown(array('name' => 'groups_id_tech', 'value' => $this->fields['groups_id_tech'], 'entity' => $this->fields['entities_id'], 'condition' => '`is_assign`'));
        echo "</td>";
        echo "<td>" . __('Model') . "</td>\n";
        echo "<td>";
        PrinterModel::dropdown(array('value' => $this->fields["printermodels_id"]));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Alternate username number') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "contact_num");
        echo "</td>\n";
        echo "<td>" . __('Serial number') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "serial");
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Alternate username') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "contact");
        echo "</td>\n";
        echo "<td>" . sprintf(__('%1$s%2$s'), __('Inventory number'), isset($options['withtemplate']) && $options['withtemplate'] ? "*" : "") . "</td>\n";
        echo "<td>";
        $objectName = autoName($this->fields["otherserial"], "otherserial", isset($options['withtemplate']) && $options['withtemplate'] == 2, $this->getType(), $this->fields["entities_id"]);
        Html::autocompletionTextField($this, 'otherserial', array('value' => $objectName));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('User') . "</td>\n";
        echo "<td>";
        User::dropdown(array('value' => $this->fields["users_id"], 'entity' => $this->fields["entities_id"], 'right' => 'all'));
        echo "</td>\n";
        echo "<td>" . __('Management type') . "</td>";
        echo "<td>";
        $globalitem = array();
        $globalitem['withtemplate'] = $withtemplate;
        $globalitem['value'] = $this->fields["is_global"];
        $globalitem['target'] = $target;
        if ($this->can($ID, UPDATE)) {
            $globalitem['management_restrict'] = $CFG_GLPI["printers_management_restrict"];
        }
        Dropdown::showGlobalSwitch($this->fields["id"], $globalitem);
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Group') . "</td>\n";
        echo "<td>";
        Group::dropdown(array('value' => $this->fields["groups_id"], 'entity' => $this->fields["entities_id"], 'condition' => '`is_itemgroup`'));
        echo "</td>\n";
        echo "<td>" . __('Network') . "</td>\n";
        echo "<td>";
        Network::dropdown(array('value' => $this->fields["networks_id"]));
        echo "</td></tr>\n";
        // Display auto inventory informations
        $rowspan = 5;
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Domain') . "</td>\n";
        echo "<td>";
        Domain::dropdown(array('value' => $this->fields["domains_id"], 'entity' => $this->fields["entities_id"]));
        echo "</td>";
        echo "<td rowspan='{$rowspan}'>" . __('Comments') . "</td>\n";
        echo "<td rowspan='{$rowspan}'>";
        echo "<textarea cols='45' rows='" . ($rowspan + 3) . "' name='comment' >" . $this->fields["comment"];
        echo "</textarea></td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Memory') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "memory_size");
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Initial page counter') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "init_pages_counter", array('size' => 10));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . __('Current counter of pages') . "</td>\n";
        echo "<td>";
        Html::autocompletionTextField($this, "last_pages_counter", array('size' => 10));
        echo "</td></tr>\n";
        echo "<tr class='tab_bg_1'>";
        echo "<td>" . _n('Port', 'Ports', Session::getPluralNumber()) . "</td>";
        echo "<td>\n<table>";
        // serial interface
        echo "<tr><td>" . __('Serial') . "</td><td width='80'>";
        Dropdown::showYesNo("have_serial", $this->fields["have_serial"]);
        echo "</td>";
        // parallel interface?
        echo "<td>" . __('Parallel') . "</td><td width='80'>";
        Dropdown::showYesNo("have_parallel", $this->fields["have_parallel"]);
        echo "</td></tr>";
        // USB interface?
        echo "<tr><td>" . __('USB') . "</td><td>";
        Dropdown::showYesNo("have_usb", $this->fields["have_usb"]);
        echo "</td>";
        // ethernet interface?
        echo "<td>" . __('Ethernet') . "</td><td>";
        Dropdown::showYesNo("have_ethernet", $this->fields["have_ethernet"]);
        echo "</td></tr>";
        // wifi ?
        echo "<tr><td>" . __('Wifi') . "</td><td colspan='3'>";
        Dropdown::showYesNo("have_wifi", $this->fields["have_wifi"]);
        echo "</td></tr></table>\n";
        echo "</td>";
        echo "</tr>";
        // Display auto inventory informations
        if (!empty($ID) && $this->fields["is_dynamic"]) {
            echo "<tr class='tab_bg_1'><td colspan='4'>";
            Plugin::doHook("autoinventory_information", $this);
            echo "</td></tr>";
        }
        $this->showFormButtons($options);
        return true;
    }