".$layout_name."  "; if ($config["pure"] == 0) { echo ""; echo ""; echo ""; } else { echo ""; echo ""; echo ""; } echo ''; print_pandora_visual_map ($id_layout); $values = array (); $values[5] = "5 ". __('Seconds'); $values[30] = "30 ". __('Seconds'); $values[60] = "1 ". __('minutes'); $values[120] = "2 ". __('minutes'); $values[300] = "5 ". __('minutes'); $values[600] = "10 ". __('minutes'); $values[1800] = "30 ". __('minutes'); $table->width = '500px'; $table->data = array (); $table->data[0][0] = __('Autorefresh time'); $table->data[0][1] = print_select ($values, 'refr', $refr, '', 'N/A', 0, true); $table->data[0][2] = print_submit_button (__('Refresh'), '', false, 'class="sub next"', true); echo "
"; echo "
"; if ($config['pure'] && $refr != 0) { echo '

'; echo '
'; } echo "
"; echo "
"; echo '
'; print_input_hidden ('pure', $config["pure"]); print_input_hidden ('id', $id_layout); print_table ($table); echo "
"; if ($config["pure"] && $refr != 0) { $config['jquery'][] = 'countdown'; $config['css'][] = 'countdown'; } $config['js'][] = 'pandora_visual_console'; ?>