From 6e8c3241bb14f53c204f0b7ac7cc8649f1a7f0dc Mon Sep 17 00:00:00 2001
From: redray <redray@ispconfig3>
Date: Sun, 28 Dec 2008 21:29:41 -0500
Subject: [PATCH] all default indexes in the new ispc3 look - need for translation corrections ...

---
 server/conf/index/standard_index.html_es |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/server/conf/index/standard_index.html_es b/server/conf/index/standard_index.html_es
index a7b8f0f..d2442ce 100644
--- a/server/conf/index/standard_index.html_es
+++ b/server/conf/index/standard_index.html_es
@@ -5,7 +5,8 @@
     <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"><!--
+    <meta name="robots" content="noindex" />
+	<style type="text/css"><!--
     body {
         color: #444444;
         background-color: #EEEEEE;
@@ -21,11 +22,10 @@
         padding: 12px;
     }
     #header{
-        color: #FFFFFF;    
-        background-color: #83A342;
         padding: 6px ;
         text-align: center;
     }
+    .header{ background-color: #83A342; color: #FFFFFF; }
     #content {
         padding: 4px 0 24px 0;
     }
@@ -44,13 +44,13 @@
 </head>
 <body>
     <div id="page">
-        <div id="header">
-            <h1>Bienvenido a <!--ADRESSE//-->su sitio web!<!--ADRESSE//--></h1>
+        <div id="header" class="header">
+            <h1>Bienvenido a su <!--ADRESSE//-->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>
+            <p>Si tiene dudas o problemas, porfavor contacte al <!--SUPPORT//-->support<!--SUPPORT//-->.</p>
         </div>
         <div id="footer">
             <p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>

--
Gitblit v1.9.1