diff options
author | Yoshiyuki Asaba | 2008-03-18 09:00:42 +0000 |
---|---|---|
committer | Yoshiyuki Asaba | 2008-03-18 09:00:42 +0000 |
commit | 88cf09b3667925a0444a609a9ebb6a638c553b51 (patch) | |
tree | eb21ef1eea1d5c08f809b393a233689e826d959a /doc | |
parent | c2df0932afb5b8cd3dd9e18693cb7da4f96cccb0 (diff) |
Fixed wrong <meta> tag position. pgpoolAdmin showed empty pages when
lang setting was Japanese.
<title>Japanese title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
"Japanese title" is encoded by UTF-8. The following order is correct.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Japanese title</title>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/changePassword.html | 2 | ||||
-rw-r--r-- | doc/en/config.html | 2 | ||||
-rw-r--r-- | doc/en/errorCode.html | 2 | ||||
-rw-r--r-- | doc/en/install.html | 2 | ||||
-rw-r--r-- | doc/en/login.html | 2 | ||||
-rw-r--r-- | doc/en/logout.html | 2 | ||||
-rw-r--r-- | doc/en/nodeServerStatus.html | 2 | ||||
-rw-r--r-- | doc/en/pgconfig.html | 2 | ||||
-rw-r--r-- | doc/en/queryCache.html | 2 | ||||
-rw-r--r-- | doc/en/status.html | 2 | ||||
-rw-r--r-- | doc/en/systemDb.html | 2 | ||||
-rw-r--r-- | doc/index_en.html | 2 | ||||
-rw-r--r-- | doc/index_ja.html | 2 | ||||
-rw-r--r-- | doc/ja/changePassword.html | 2 | ||||
-rw-r--r-- | doc/ja/config.html | 2 | ||||
-rw-r--r-- | doc/ja/errorCode.html | 2 | ||||
-rw-r--r-- | doc/ja/install.html | 2 | ||||
-rw-r--r-- | doc/ja/login.html | 2 | ||||
-rw-r--r-- | doc/ja/logout.html | 2 | ||||
-rw-r--r-- | doc/ja/nodeServerStatus.html | 2 | ||||
-rw-r--r-- | doc/ja/pgconfig.html | 2 | ||||
-rw-r--r-- | doc/ja/queryCache.html | 2 | ||||
-rw-r--r-- | doc/ja/status.html | 2 | ||||
-rw-r--r-- | doc/ja/systemDb.html | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/doc/en/changePassword.html b/doc/en/changePassword.html index 6392eb5..572664f 100644 --- a/doc/en/changePassword.html +++ b/doc/en/changePassword.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Change Password</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Change Password</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/config.html b/doc/en/config.html index 51e9075..485803a 100644 --- a/doc/en/config.html +++ b/doc/en/config.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpoolAdmin Setting</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpoolAdmin Setting</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/errorCode.html b/doc/en/errorCode.html index 83b0189..6d15b89 100644 --- a/doc/en/errorCode.html +++ b/doc/en/errorCode.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>{$message.strNodeStatus|escape}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>{$message.strNodeStatus|escape}</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/en/install.html b/doc/en/install.html index 7769a47..95238f9 100644 --- a/doc/en/install.html +++ b/doc/en/install.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Installing pgpool Management Tool</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>Installing pgpool Management Tool</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/login.html b/doc/en/login.html index c2b77b8..3bbf6ad 100644 --- a/doc/en/login.html +++ b/doc/en/login.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Login</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Login</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/logout.html b/doc/en/logout.html index 6b6c485..6c1a305 100644 --- a/doc/en/logout.html +++ b/doc/en/logout.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Logout</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Logout</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/nodeServerStatus.html b/doc/en/nodeServerStatus.html index 4e0de05..f13e4b5 100644 --- a/doc/en/nodeServerStatus.html +++ b/doc/en/nodeServerStatus.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Node Satsus</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Node Satsus</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/en/pgconfig.html b/doc/en/pgconfig.html index d7693fe..9aafdd5 100644 --- a/doc/en/pgconfig.html +++ b/doc/en/pgconfig.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Setting</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Setting</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/queryCache.html b/doc/en/queryCache.html index 2d8aa61..65b18ac 100644 --- a/doc/en/queryCache.html +++ b/doc/en/queryCache.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Query Cache</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Query Cache</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/status.html b/doc/en/status.html index d7662de..d199432 100644 --- a/doc/en/status.html +++ b/doc/en/status.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Status</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Status</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/en/systemDb.html b/doc/en/systemDb.html index 0b3917e..9fad54c 100644 --- a/doc/en/systemDb.html +++ b/doc/en/systemDb.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Partitioning Rule</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Partitioning Rule</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/index_en.html b/doc/index_en.html index 74aa177..6c1afb4 100644 --- a/doc/index_en.html +++ b/doc/index_en.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Administration Tool</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Administration Tool</title> <link href="screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/index_ja.html b/doc/index_ja.html index 4251e34..839b072 100644 --- a/doc/index_ja.html +++ b/doc/index_ja.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool Administration Tool</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool Administration Tool</title> <link href="screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/changePassword.html b/doc/ja/changePassword.html index a69aca0..af02bb8 100644 --- a/doc/ja/changePassword.html +++ b/doc/ja/changePassword.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>パスワード変更</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>パスワード変更</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/config.html b/doc/ja/config.html index feb185e..fe29e4f 100644 --- a/doc/ja/config.html +++ b/doc/ja/config.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>管理ツール設定</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>管理ツール設定</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/errorCode.html b/doc/ja/errorCode.html index c9d2627..2551454 100644 --- a/doc/ja/errorCode.html +++ b/doc/ja/errorCode.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>エラーコード</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>エラーコード</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/ja/install.html b/doc/ja/install.html index f0d09a6..9eee8e7 100644 --- a/doc/ja/install.html +++ b/doc/ja/install.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool管理ツールインストール方法</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>pgpool管理ツールインストール方法</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/login.html b/doc/ja/login.html index 9b97e53..370c88e 100644 --- a/doc/ja/login.html +++ b/doc/ja/login.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>ログイン</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>ログイン</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/logout.html b/doc/ja/logout.html index d4ac738..6be8ece 100644 --- a/doc/ja/logout.html +++ b/doc/ja/logout.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>ログアウト</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>ログアウト</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/nodeServerStatus.html b/doc/ja/nodeServerStatus.html index 5c44854..6efd794 100644 --- a/doc/ja/nodeServerStatus.html +++ b/doc/ja/nodeServerStatus.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>ノードステータス</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>ノードステータス</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> diff --git a/doc/ja/pgconfig.html b/doc/ja/pgconfig.html index 25a4f09..de766f0 100644 --- a/doc/ja/pgconfig.html +++ b/doc/ja/pgconfig.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpool.conf設定</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpool.conf設定</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/queryCache.html b/doc/ja/queryCache.html index b48727b..0633e94 100644 --- a/doc/ja/queryCache.html +++ b/doc/ja/queryCache.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>クエリキャッシュ</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>クエリキャッシュ</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/status.html b/doc/ja/status.html index 385eabe..62c25e4 100644 --- a/doc/ja/status.html +++ b/doc/ja/status.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>pgpoolステータス</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>pgpoolステータス</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> diff --git a/doc/ja/systemDb.html b/doc/ja/systemDb.html index 1fedbb0..fd10fc8 100644 --- a/doc/ja/systemDb.html +++ b/doc/ja/systemDb.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>分散ルール</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>分散ルール</title> <link href="../screen.css" rel="stylesheet" type="text/css" /> </head> <body> |