' . html_print_image("images/normalscreen.png", true, array("title" => __('Normal screen'))) . ''; } else { // Fullscreen $link = '' . html_print_image("images/fullscreen.png", true, array("title" => __('Full screen'))) . ''; } ui_print_page_header (__("SNMP Browser"), "images/computer_error.png", false, "", false, $link); // Target selection $table->width = '100%'; $table->size = array (); $table->data = array (); // String search_string $table->data[0][0] = ''.__('Target IP').''; $table->data[0][1] = html_print_input_text ('target_ip', '', '', 25, 0, true); $table->data[0][2] = ''.__('Community').''; $table->data[0][3] = html_print_input_text ('community', '', '', 25, 0, true); $table->data[0][4] = html_print_image ("images/fullscreen.png", true, array ('title' => __('Expand the tree') . ' (' . __('can be slow') . ')', 'style' => 'vertical-align: middle;', 'onclick' => 'expandAll();')); $table->data[0][4] .= ' ' . html_print_image ("images/normalscreen.png", true, array ('title' => __('Collapse the tree'), 'style' => 'vertical-align: middle;', 'onclick' => 'collapseAll();')); $table->data[1][0] = ''.__('Starting OID').''; $table->data[1][1] = html_print_input_text ('starting_oid', '', '', 25, 0, true); $table->data[1][2] = ''.__('Search text').''; $table->data[1][3] = html_print_input_text ('search_text', '', '', 25, 0, true); $table->data[1][4] = html_print_image ("images/lupa.png", true, array ('title' => __('Search'), 'style' => 'vertical-align: middle;', 'onclick' => 'searchText();')); $table->data[1][4] .= ' ' . html_print_image ("images/go_first.png", true, array ('title' => __('First match'), 'style' => 'vertical-align: middle;', 'onclick' => 'searchFirstMatch();')); $table->data[1][4] .= ' ' . html_print_image ("images/go_previous.png", true, array ('title' => __('Previous match'), 'style' => 'vertical-align: middle;', 'onclick' => 'searchPrevMatch();')); $table->data[1][4] .= ' ' . html_print_image ("images/go_next.png", true, array ('title' => __('Next match'), 'style' => 'vertical-align: middle;', 'onclick' => 'searchNextMatch();')); $table->data[1][4] .= ' ' . html_print_image ("images/go_last.png", true, array ('title' => __('Last match'), 'style' => 'vertical-align: middle;', 'onclick' => 'searchLastMatch();')); echo '