= 7)) ? "\n" . ' onfocus="if (typeof(document.layers) == \'undefined\' || typeof(textarea_selected) == \'undefined\') {textarea_selected = 1; this.form.elements[\'sql_query\'].select();}"' : ''; // for better administration $strHiddenFields = ' ' ."\n" . ' ' .PMA_generate_common_hidden_inputs() . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n" . ' ' . "\n"; ?>
onsubmit="return checkSqlQuery(this)" name="sqlform"> ' . "\n" . '' . "\n" . '' . "\n" . ' ' . "\n"; echo ' ' . ' ' . "\n\n"; } // end if (isfirst > 0) @closedir($handle); } else { $upload_dir_error = '' . "\n" . '' . "\n" . '' . "\n"; } } // end if (web-server upload directory) // Charset conversion options if ($is_upload || $is_upload_dir) { echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; } // Encoding setting form appended by Y.Kawada if (function_exists('PMA_set_enc_form')) { echo PMA_set_enc_form(' '); } // modified by mkkeck 2004-05-08 // showing UploadDir Error at the end of all option for SQL-Queries if (isset($upload_dir_error)) { echo $upload_dir_error; } ?>
:
  '; // some browsers should respect this :) echo ' ' . PMA_generateHiddenMaxFileSize($max_upload_size) . "\n"; $is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen')); $is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress')); if ($is_bzip || $is_gzip) { echo '
' . "\n"; echo '   ' . $strCompression . ':
   ' . "\n" . '   ' . "\n" . '   ' . "\n"; if ($is_gzip) { echo '   ' . "\n"; } if ($is_bzip) { echo '   ' . "\n"; } } else { ?>
' . "\n"; echo '  ' . $strWebServerUploadDirectory . ': ' . "\n"; echo '
' . "\n"; // add 2004-05-08 by mkkeck // todo: building a php script for indexing files in UploadDir //if ($cfg['UploadDirIndex']) { // echo ' ' . $cfg['UploadDir'] . ' '; //} // end indexing echo ' ' . "\n" . '
' . $strError . '
' . $strWebServerUploadDirectoryError . '
' . "\n"; if (PMA_MYSQL_INT_VERSION < 40100 && $cfg['AllowAnywhereRecoding'] && $allow_recoding) { $temp_charset = reset($cfg['AvailableCharsets']); echo ' ' . $strCharsetOfFile . "\n" . '
' . "\n" . ' '; } elseif (PMA_MYSQL_INT_VERSION >= 40100) { echo $strCharsetOfFile . "\n"; echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_CHARSET, 'charset_of_file', NULL, 'utf8', FALSE); } // end if (recoding) echo '