'.print_image ("images/setup.png", true, array ("title" => __('Setup'))).''; $options['setup']['active'] = false; } if ($config["pure"] == 0) { $options['pure']['text'] = '' . print_image ("images/fullscreen.png", true, array ("title" => __('Full screen mode'))) . ""; } else { $options['pure']['text'] = '' . print_image ("images/normalscreen.png", true, array ("title" => __('Back to normal mode'))) . ""; } $options['pure']['active'] = false; ui_print_page_header (__("Visual console") . " » " . $layout_name, "images/monitor.png", false, '', false, $options); print_pandora_visual_map ($id_layout); $values = array (); $values[5] = human_time_description_raw (5); $values[30] = human_time_description_raw (30); $values[60] = human_time_description_raw (60); $values[120] = human_time_description_raw (120); $values[300] = human_time_description_raw (300); $values[600] = human_time_description_raw (600); $values[1800] = human_time_description_raw (1800); $table->width = 500; $table->data = array (); $table->data[0][0] = __('Autorefresh time'); $table->data[0][1] = print_select ($values, 'refr', $config["refr"], '', 'N/A', 0, true, false, false); $table->data[0][2] = print_submit_button (__('Refresh'), '', false, 'class="sub next"', true); echo '