Compare commits
2 Commits
46e8124525
...
cc0daa1dfe
Author | SHA1 | Date | |
---|---|---|---|
cc0daa1dfe | |||
236997cbc2 |
@@ -1,5 +1,4 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
||||||
<!--
|
<!--
|
||||||
vim: expandtab ts=4 sw=4 sts=4 tw=78
|
vim: expandtab ts=4 sw=4 sts=4 tw=78
|
||||||
-->
|
-->
|
||||||
|
@@ -72,8 +72,7 @@ if (is_array($foreignData['disp_row'])) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xml:lang="<?php echo $available_languages[$lang][1]; ?>"
|
xml:lang="<?php echo $available_languages[$lang][1]; ?>"
|
||||||
lang="<?php echo $available_languages[$lang][1]; ?>"
|
lang="<?php echo $available_languages[$lang][1]; ?>"
|
||||||
|
@@ -97,8 +97,7 @@ $replaces = array(
|
|||||||
header('Content-type: text/html; charset=utf-8');
|
header('Content-type: text/html; charset=utf-8');
|
||||||
echo '<?xml version="1.0" encoding="utf-8"?'.'>';
|
echo '<?xml version="1.0" encoding="utf-8"?'.'>';
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||||
|
@@ -91,8 +91,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
|
|||||||
// start output
|
// start output
|
||||||
include ('./libraries/header_http.inc.php');
|
include ('./libraries/header_http.inc.php');
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xml:lang="<?php echo $lang_iso_code; ?>"
|
xml:lang="<?php echo $lang_iso_code; ?>"
|
||||||
lang="<?php echo $lang_iso_code; ?>"
|
lang="<?php echo $lang_iso_code; ?>"
|
||||||
|
@@ -12,7 +12,7 @@ if (! defined('PHPMYADMIN')) {
|
|||||||
|
|
||||||
header('Content-Type: text/html; charset=utf-8');
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $lang; ?>" dir="<?php echo $dir; ?>">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $lang; ?>" dir="<?php echo $dir; ?>">
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||||
|
@@ -68,7 +68,7 @@ function PMA_exportHeader() {
|
|||||||
xmlns:x="urn:schemas-microsoft-com:office:word"
|
xmlns:x="urn:schemas-microsoft-com:office:word"
|
||||||
xmlns="http://www.w3.org/TR/REC-html40">
|
xmlns="http://www.w3.org/TR/REC-html40">
|
||||||
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-type" content="text/html;charset=' . (isset($charset_of_file) ? $charset_of_file : $charset) . '" />
|
<meta http-equiv="Content-type" content="text/html;charset=' . (isset($charset_of_file) ? $charset_of_file : $charset) . '" />
|
||||||
|
@@ -31,8 +31,7 @@ if ($GLOBALS['text_dir'] == 'ltr') {
|
|||||||
/* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
|
/* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
|
||||||
|
@@ -38,8 +38,7 @@ if ($text_dir == 'ltr') {
|
|||||||
$cell_align_right = 'left';
|
$cell_align_right = 'left';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $available_languages[$lang][1]; ?>" lang="<?php echo $available_languages[$lang][1]; ?>" dir="<?php echo $text_dir; ?>">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $available_languages[$lang][1]; ?>" lang="<?php echo $available_languages[$lang][1]; ?>" dir="<?php echo $text_dir; ?>">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@@ -787,6 +787,20 @@ if ($action == 'tbl_create.php') {
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
<div id="properties_message"></div>
|
<div id="properties_message"></div>
|
||||||
</form>
|
</form>
|
||||||
|
<?php
|
||||||
|
if ($action == 'tbl_addfield.php') {
|
||||||
|
?>
|
||||||
|
<script type="text/javascript">
|
||||||
|
// <![CDATA[
|
||||||
|
document.forms
|
||||||
|
.<?php echo ($action == 'tbl_create.php' ? 'create_table_form' : 'append_fields_form'); ?>
|
||||||
|
.querySelector('input[name="field_name[0]"]')
|
||||||
|
.focus();
|
||||||
|
// ]]>
|
||||||
|
</script>
|
||||||
|
<?php
|
||||||
|
} // end if ($action == 'tbl_addfield.php')
|
||||||
|
?>
|
||||||
|
|
||||||
<div id="enum_editor">
|
<div id="enum_editor">
|
||||||
<a class="close_enum_editor"><?php echo __('Close'); ?></a>
|
<a class="close_enum_editor"><?php echo __('Close'); ?></a>
|
||||||
|
@@ -110,8 +110,7 @@ require_once './libraries/header_http.inc.php';
|
|||||||
// xml declaration moves IE into quirks mode, making much trouble with CSS
|
// xml declaration moves IE into quirks mode, making much trouble with CSS
|
||||||
/* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
|
/* echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>'; */
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xml:lang="<?php echo $available_languages[$lang][1]; ?>"
|
xml:lang="<?php echo $available_languages[$lang][1]; ?>"
|
||||||
lang="<?php echo $available_languages[$lang][1]; ?>"
|
lang="<?php echo $available_languages[$lang][1]; ?>"
|
||||||
|
@@ -18,8 +18,7 @@ $tables_all_keys = get_all_keys();
|
|||||||
$hidden = "hidden";
|
$hidden = "hidden";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][1]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset ?>" />
|
||||||
|
@@ -15,8 +15,7 @@
|
|||||||
* Displays the form
|
* Displays the form
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@@ -35,8 +35,7 @@ function show_page($contents) {
|
|||||||
header('Content-Type: text/html; charset=utf-8');
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
|
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
||||||
|
@@ -37,8 +37,7 @@ if (isset($_POST['user'])) {
|
|||||||
header('Content-Type: text/html; charset=utf-8');
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
|
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
|
||||||
|
@@ -25,7 +25,7 @@ if (!file_exists("./setup/frames/$page.inc.php")) {
|
|||||||
// send no-cache headers
|
// send no-cache headers
|
||||||
require './libraries/header_http.inc.php';
|
require './libraries/header_http.inc.php';
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
@@ -19,8 +19,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
|
|||||||
// start output
|
// start output
|
||||||
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
<!DOCTYPE html>
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xml:lang="<?php echo $lang_iso_code; ?>"
|
xml:lang="<?php echo $lang_iso_code; ?>"
|
||||||
lang="<?php echo $lang_iso_code; ?>"
|
lang="<?php echo $lang_iso_code; ?>"
|
||||||
|
Reference in New Issue
Block a user