From bef47735b2cc8d484a9533a726f1c7a6c42b3f6c Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Sun, 16 May 2010 22:49:43 -0400
Subject: [PATCH] Update brazilian portuguese error and indexes pages to work on any charset encoding.

---
 server/conf/error/br/400.html |  124 +++++++++++++++++++++--------------------
 1 files changed, 63 insertions(+), 61 deletions(-)

diff --git a/server/conf/error/br/400.html b/server/conf/error/br/400.html
index 2a00585..212b1a9 100644
--- a/server/conf/error/br/400.html
+++ b/server/conf/error/br/400.html
@@ -1,61 +1,63 @@
-<!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" xml:lang="en" lang="en">
-<head>
-    <title>ERROR 400 - Requisição ruim!</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="robots" content="noindex" />
-    <style type="text/css"><!--
-    body {
-        color: #444444;
-        background-color: #EEEEEE;
-        font-family: 'Trebuchet MS', sans-serif;
-        font-size: 80%;
-    }
-    h1 {}
-    h2 { font-size: 1.2em; }
-    #page{
-        background-color: #FFFFFF;
-        width: 60%;
-        margin: 24px auto;
-        padding: 12px;
-    }
-    #header {
-        padding: 6px ;
-        text-align: center;
-    }
-    .status3xx { background-color: #475076; color: #FFFFFF; }
-    .status4xx { background-color: #C55042; color: #FFFFFF; }
-    .status5xx { background-color: #F2E81A; color: #000000; }
-    #content {
-        padding: 4px 0 24px 0;
-    }
-    #footer {
-        color: #666666;
-        background: #f9f9f9;
-        padding: 10px 20px;
-        border-top: 5px #efefef solid;
-        font-size: 0.8em;
-        text-align: center;
-    }
-    #footer a {
-        color: #999999;
-    }
-    --></style>
-</head>
-<body>
-    <div id="page">
-        <div id="header" class="status4xx">
-            <h1>ERROR 400 - Requisição ruim!</h1>
-        </div>
-        <div id="content">
-            <h2>O seguinte erro ocorreu:</h2>
-            <p>Você usou uma sintaxe inválida.</p>
-			<P>Se tiver qualquer dúvida extra sobre este erro contate seu webmaster.</p>
-        </div>
-        <div id="footer">
-            <p>Powered by     <a href="http://www.ispconfig.org">ISPConfig</a></p>
-        </div>
-    </div>
-</body>
-</html>
+<!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" xml:lang="en" lang="en">
+<head>
+<title>ERROR 400 - Requisição ruim!</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="robots" content="noindex" />
+<style type="text/css">
+<!--
+    body {
+        color: #444444;
+        background-color: #EEEEEE;
+        font-family: 'Trebuchet MS', sans-serif;
+        font-size: 80%;
+    }
+    h1 {}
+    h2 { font-size: 1.2em; }
+    #page{
+        background-color: #FFFFFF;
+        width: 60%;
+        margin: 24px auto;
+        padding: 12px;
+    }
+    #header {
+        padding: 6px ;
+        text-align: center;
+    }
+    .status3xx { background-color: #475076; color: #FFFFFF; }
+    .status4xx { background-color: #C55042; color: #FFFFFF; }
+    .status5xx { background-color: #F2E81A; color: #000000; }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color: #666666;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #999999;
+    }
+    -->
+</style>
+</head>
+<body>
+<div id="page">
+  <div id="header" class="status4xx">
+    <h1>ERROR 400 - Requisi&ccedil;&atilde;o ruim!</h1>
+  </div>
+  <div id="content">
+    <h2>O seguinte erro ocorreu:</h2>
+    <p>Você usou uma sintaxe inv&aacute;lida.</p>
+    <P>Se tiver qualquer d&uacute;vida extra sobre este erro contate seu webmaster.</p>
+  </div>
+  <div id="footer">
+    <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+  </div>
+</div>
+</body>
+</html>

--
Gitblit v1.9.1