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/user_standard_index.html_it | 98 ++++++++++++++++++++++++++++++-------------------
1 files changed, 60 insertions(+), 38 deletions(-)
diff --git a/server/conf/index/user_standard_index.html_it b/server/conf/index/user_standard_index.html_it
index b294d99..056faed 100644
--- a/server/conf/index/user_standard_index.html_it
+++ b/server/conf/index/user_standard_index.html_it
@@ -1,38 +1,60 @@
-<HTML>
-<HEAD>
-<TITLE>Benvenuti!</TITLE>
-<link rel="shortcut icon" href="/favicon.ico" />
-</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>Benvenuti sul nostro sito!</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">Questa e' la pagina di default per l'utente <b>{USER_USERNAME}</b>.
- Questo file puo' essere cancellato o sovrascritto senza nessuna difficolta'. Questo e' prodotto dal file index.html nella director <B>user/{USER_USERNAME}/web</B>.
- <P>Per domande o problemi contattate l'amministratore del server.</FONT>
- </CENTER>
- <BR>
- <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>Benvenuti!</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:#83A342;
+ background: #f9f9f9;
+ padding: 10px 20px;
+ border-top: 5px #efefef solid;
+ font-size: 0.8em;
+ text-align: center;
+ }
+ #footer a {
+ color: #83A342;
+ }
+ --></style>
+</head>
+<body>
+ <div id="page">
+ <div id="header" class="header">
+ <h1>Benvenuti sul <!--ADRESSE//-->vostro sito!<!--ADRESSE//--></h1>
+ </div>
+ <div id="content">
+ <h2>Questa e' la pagina di default per l'utente <b>{USER_USERNAME}</b>.</h2>
+ <p>Questo file puo' essere cancellato o sovrascritto senza nessuna difficolta. Questo e' prodotto dal file <b>index.html</b> nella directory <b>user/{USER_USERNAME}/web</b>.</p>
+ <p>Per domande o problemi contattate <!--SUPPORT//-->support<!--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