From c831615b7a5f534538a0b405aac394415c77cfae Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Thu, 18 Dec 2008 08:03:34 -0500
Subject: [PATCH] changed some stuff around the default indexes (new look for de and en).

---
 server/conf/index/standard_index.html_es |   97 ++++++++++++++++++++++++++++++------------------
 1 files changed, 60 insertions(+), 37 deletions(-)

diff --git a/server/conf/index/standard_index.html_es b/server/conf/index/standard_index.html_es
index ca0811c..ef23e7f 100644
--- a/server/conf/index/standard_index.html_es
+++ b/server/conf/index/standard_index.html_es
@@ -1,37 +1,60 @@
-<HTML>
-<HEAD>
-<TITLE>Bienvenido!</TITLE>
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
-<CENTER>
-<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0">
-  <TR>
-    <TD BGCOLOR="#025CCA" ALIGN="CENTER">
-    <HR SIZE="1" COLOR="#FFFFFF">
-    <TABLE>
-      <TR>
-            <TD><FONT SIZE="3" COLOR="#FFFFFF" FACE="Helvetica, Arial"><B>Bienvenido a su sitio web!</B></FONT></TD>
-      </TR>
-    </TABLE>
-    <HR SIZE="1" COLOR="#FFFFFF">
-    </TD>
-  </TR>
-  <TR>
-    <TD BGCOLOR="#FFFFFF">
-    <BR><BR>
-          <center>
-	<FONT COLOR="#000000" SIZE="2" FACE="Helvetica, Arial">Esta es la p&aacute;gina principal del sitio.
-                     &nbsp;Puede cambiarla por otra simplemente reemplazando este archivo.
-          <P>Si tiene dudas o problemas, porfavor contacte al administrador del sistema.</FONT>
-          <BR>
-          </center>
-        <HR SIZE="1" WIDTH="90%">
-      <CENTER>
-<FONT SIZE="1" COLOR="#000000" FACE="Verdana, Arial">powered by <A HREF="http://www.ispconfig.org">ISPConfig</A></FONT>
-      </CENTER>
-    </TD>
-  </TR>
-</TABLE>
-</CENTER>
-</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>Bienvenido!</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <link rel="shortcut icon" href="/favicon.ico" />
+    <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: 0 auto;
+        padding: 6px 12px;
+    }
+    #header{
+        color: #FFFFFF;    
+        background-color: #6A6A6A;
+        padding: 6px ;
+        text-align: center;
+    }
+    #content {
+        padding: 4px 0 24px 0;
+    }
+    #footer {
+        color:#6A6A6A;
+        background: #f9f9f9;
+        padding: 10px 20px;
+        border-top: 5px #efefef solid;
+        font-size: 0.8em;
+        text-align: center;
+    }
+    #footer a {
+        color: #6A6A6A;
+    }
+    --></style>
+</head>
+<body>
+    <div id="page">
+        <div id="header">
+            <h1>Bienvenido a <!--ADRESSE//-->su sitio web!<!--ADRESSE//--></h1>
+        </div>
+        <div id="content">
+            <h2>Esta es la p&aacute;gina principal del sitio.</h2>
+            <p>Puede cambiarla por otra simplemente reemplazando este archivo. This is produced by the file <b>index.html</b> in the <b>web</b> directory.</p>
+            <p>Si tiene dudas o problemas, porfavor contacte al administrador del sistema.</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