]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2525: invalid encoding of non iso-8859-1 error pages
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Nov 2008 12:00:15 +0000 (01:00 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 19 Nov 2008 12:00:15 +0000 (01:00 +1300)
Translation toolkit was not updating the content-type when bundling
translations. It has since been updated to a version which does 'tidy'
the output HTML.

Also updating the default templates ISO-8859-1 coding to UTF-8
to present a usable backup in case of such future failures.

35 files changed:
errors/templates/ERR_ACCESS_DENIED
errors/templates/ERR_CACHE_ACCESS_DENIED
errors/templates/ERR_CACHE_MGR_ACCESS_DENIED
errors/templates/ERR_CANNOT_FORWARD
errors/templates/ERR_CONNECT_FAIL
errors/templates/ERR_DNS_FAIL
errors/templates/ERR_ESI
errors/templates/ERR_FORWARDING_DENIED
errors/templates/ERR_FTP_DISABLED
errors/templates/ERR_FTP_FAILURE
errors/templates/ERR_FTP_FORBIDDEN
errors/templates/ERR_FTP_LISTING
errors/templates/ERR_FTP_NOT_FOUND
errors/templates/ERR_FTP_PUT_CREATED
errors/templates/ERR_FTP_PUT_ERROR
errors/templates/ERR_FTP_PUT_MODIFIED
errors/templates/ERR_FTP_UNAVAILABLE
errors/templates/ERR_ICAP_FAILURE
errors/templates/ERR_INVALID_REQ
errors/templates/ERR_INVALID_RESP
errors/templates/ERR_INVALID_URL
errors/templates/ERR_LIFETIME_EXP
errors/templates/ERR_NO_RELAY
errors/templates/ERR_ONLY_IF_CACHED_MISS
errors/templates/ERR_READ_ERROR
errors/templates/ERR_READ_TIMEOUT
errors/templates/ERR_SECURE_CONNECT_FAIL
errors/templates/ERR_SHUTTING_DOWN
errors/templates/ERR_SOCKET_FAILURE
errors/templates/ERR_TOO_BIG
errors/templates/ERR_UNSUP_REQ
errors/templates/ERR_URN_RESOLVE
errors/templates/ERR_WRITE_ERROR
errors/templates/ERR_ZERO_SIZE_OBJECT
errors/templates/generic

index 3812c8690a3317d0320b035c9b1e38cfd3150c9d..5b446a8c35109b2e28fb4ac6f940e605c3d033d9 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index f6bd6a0926b980c738174dbad54fa9ffce69cd40..92f8e94eb3bd011d77d899e31ef7429acc610592 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Access Denied</title>
 <style type="text/css"><!-- %l --></style>
 </head>
index 71a4621d2c27ad81567731ade817d6cdb181758c..d22fdab3779f97ce31eaf5e43c8583f540ec7ce4 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: Cache Manager Access Denied</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 027b8a808f49f3998246e6e0c40727f313613709..0b5113e78000a1dbe56856de5db7e87872c431b0 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head>
index 71fae8762d4ebb6a77a14430ae226bd24b5703c2..0c19884db610fdc2317325e0ba060c475ea913c0 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index adcb022c38781e332163f2988884344df260d82b..da2d334c0af307280bcd04e61ffb7437c13ad129 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 561503006d72173c57c8b633bb1d5a7b628354ba..c2789e4cea79dc7369f5a716400e6dc865f3dcf1 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 34e2a8be6a4b505aa9168b75793b545df239ca1e..8c5169c6d6addfe300b0e2e27567054e5967439d 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 35f230cc640c076bff3ff8b4c444a568bb2d83f8..5e590b94021d60b1c4208abde6ed618b9bae0676 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 4d16a34a7ca350a5a35bd9bae1ae7fb0dbe6876a..0461dfcbf92ab78f0065df396b1109b1da00afc0 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 1bf0b1ecadce5b764228c36a614beda3a85c100a..ef833b5bcdfacd7d57beaea1989e3902ce6870fd 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index e66771d0ec0bb22d18a6e3df42d0f936dda9755b..727a6e9a17616dcffcb9321532fe22d0131088ea 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP Directory: %U</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 635170ccef2b3d584762821f1d9c540b229d6d42..0d64df0b8b63c352d59adae9d48421e68914c954 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 8bab56472d0a56e41bea07e45f524ee002fd4c7d..e10ada13bb67e4a88e785ace393d4c9f27125e42 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful: File Created</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 6cb1a8ebd23f0ec70014964b1d4f5b7d3f213aeb..32a972d69f89819c82e52a21353bca233bf338d3 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: FTP upload failed</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index b4138c845c3054fffaeb1907ee9f452220842918..6c4f708a52d429fac30aece9aee209178b5d7368 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>FTP PUT Successful: File Updated</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 621e56d62956d7d3ff3a7136e889900a88f54838..d697bc33aae1dcf5e585ce7aab4abb806f894a4d 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 3b7b9450e3ca2e84081df451fda30b0a5bfedc12..27eaed62382e1ece1c523bed55e1c2d3172067ae 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 3a61aa86e80473bcefe1ddeed7e8677a436ebfca..18b644ce728c8a9f63881a74114cf90d20117281 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 23dfecb0f5873b603b0954f6f0cbadf25be51f2a..88084a4f1b574a3917e761ac67d76f89153cd97c 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 652cb7841d758a9602477806dfc7b97e29f9936a..c0a07ee4815f9738f3a4405f1b4c7bc29a470c1c 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index d322f684ec9e2ee3ea94508af889a82785f2e93f..126cfd41c42e375d0a8fbcc6d61eb3e8806d3806 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index bfdb7f1e0b95e2051485e139e2d3bc7da31c8044..6a44957f1249dc20ad781ac7e1b4a3e9bf546a0a 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 5a5cebb46962323ecca66bb44ddaa40776bbb7ef..248da077f731619b9f772111f459b53a0ba31e0e 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 7945872cef548058f9cadcef2181a6537fcab634..273bacfa4ba5119b7fae2ee52e04958003cb9b21 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 3333f2481c7613141ea869a253d9e45898639608..85e77e6c285e8d909ba8e49f9dff27bfef4933cf 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 087f629d188a34803a90d5213582ade2653797f8..6fa00397f3ec8875a7fba7216f3afe76d0419782 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 46f17f6a4d84c94885cffd0ea0cd4003b8363d3c..96281b32a4502b44ee2d075a6dc2de7ae0673bbf 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 19012a9a0a9611a0ec2d0c58d9d39003f6613e4d..4a459bd606ffd803d3987f881e1a90bb46eef78b 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 2995b2682562053c7778e7a2bb3d05573e423141..8241c5af378d5ddfd4896f4e568789a80cda997c 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 7598d2be236c2e7461407985a74e64485dcbba6c..fa6ca73de8a392521ca471e01c5ec9ce680bf062 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index cd2228f1d7e55f2a14a1aa9cd8cadadc114da4d0..6172122fd41b6212b25bb840357fd59c9706b6d1 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URN not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index d47a0e222aa4e962b4dc7abc0637542384bf545d..41d5f99e607a76027b3b188bb4de376bae5cec58 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index 3f8579fae87900b820e0d9df75cea3c0cd9c5e1e..1dac02983526983625b21ac6f1c2bfe7fc875f1e 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>
index ed5e8b7d2a33d9b3bd892596be7e1ffca89e6c29..4ee05eca71a9abbdac61f746ca6349b9dc2354d6 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html><head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>ERROR: The requested URL could not be retrieved</title>
 <style type="text/css"><!-- %l --></style>
 </head><body>