".$layout_name." "; if ($config["pure"] == 0) { echo ''; print_image ("images/monitor.png", false, array ("title" => __('Full screen mode'))); echo ""; } else { echo ''; print_image ("images/monitor.png", false, array ("title" => __('Back to normal mode'))); echo ""; } if (give_acl ($config["id_user"], $id_group, "AW")) echo ''.print_image ("images/setup.png", true, array ("title" => __('Setup'))).''; echo ''; 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 '