From 9e80e3736fbe91b60eec2ef96c36101b6f018f17 Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Sat, 08 Aug 2009 23:05:46 -0400
Subject: [PATCH] Initial upload - added standard_index.html_br and user_standard_index.html_br for brazilian portuguese language.
---
server/conf/index/standard_index.html_br | 60 ++++++++++++++++++++++++++++++
server/conf/index/user_standard_index.html_br | 60 ++++++++++++++++++++++++++++++
2 files changed, 120 insertions(+), 0 deletions(-)
diff --git a/server/conf/index/standard_index.html_br b/server/conf/index/standard_index.html_br
new file mode 100644
index 0000000..47acbaf
--- /dev/null
+++ b/server/conf/index/standard_index.html_br
@@ -0,0 +1,60 @@
+<!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>Welcome!</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="shortcut icon" href="/favicon.ico" />
+ <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;
+ }
+ .header{ background-color: #83A342; color: #FFFFFF; }
+ #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="header">
+ <h1>Bem-vindo ao <!--ADRESSE//-->seu site!<!--ADRESSE//--></h1>
+ </div>
+ <div id="content">
+ <h2>Esta é a página index padrão de seu site.</h2>
+ <p>Este arquivo pode ser reescrito ou subistituído sem quaisquer dificuldades. Esta página é produzida pelo arquivo <b>index.html</b> contido no diretório <b>web</b>.</p>
+ <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</p>
+ </div>
+ <div id="footer">
+ <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
+ </div>
+ </div>
+</body>
+</html>
diff --git a/server/conf/index/user_standard_index.html_br b/server/conf/index/user_standard_index.html_br
new file mode 100644
index 0000000..46e63ff
--- /dev/null
+++ b/server/conf/index/user_standard_index.html_br
@@ -0,0 +1,60 @@
+<!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>Welcome!</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="shortcut icon" href="/favicon.ico" />
+ <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;
+ }
+ .header{ background-color: #83A342; color: #FFFFFF; }
+ #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="header">
+ <h1>Bem-vindo ao <!--ADRESSE//-->seu site!<!--ADRESSE//--></h1>
+ </div>
+ <div id="content">
+ <h2>Esta é a página index padrão para o usuário <b>{USER_USERNAME}</b>.</h2>
+ <p>Este arquivo pode ser reescrito ou subistituído sem quaisquer dificuldades. Esta página é produzida pelo arquivo <b>index.html</b> no diretório <b>user/{USER_USERNAME}/web</b>.</p>
+ <p>Tendo quaisquer dúvidas ou problemas contate o <!--SUPPORT//-->suporte<!--SUPPORT//-->.</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