ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
server/conf/index/user_standard_index.html_en
@@ -5,7 +5,8 @@
    <title>Welcome!</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,16 +22,15 @@
        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;
    }
    #footer {
        color:#83A342;
        color: #666666;
        background: #f9f9f9;
        padding: 10px 20px;
        border-top: 5px #efefef solid;
@@ -38,22 +38,22 @@
        text-align: center;
    }
    #footer a {
        color: #83A342;
        color: #999999;
    }
    --></style>
</head>
<body>
    <div id="page">
        <div id="header">
        <div id="header" class="header">
            <h1>Welcome to <!--ADRESSE//-->your website!<!--ADRESSE//--></h1>
        </div>
        <div id="content">
            <h2>This is the default index page for user <b>{USER_USERNAME}</b>.</h2>
            <p>This file may be deleted or overwritten without any difficulty. This is produced by the file <b>index.html</b> in the <b>user/{USER_USERNAME}/web</b> directory.</p>
            <p>For questions or problems please contact the server administrator.</p>
            <p>For questions or problems please contact the <!--SUPPORT//-->support<!--SUPPORT//-->.</p>
        </div>
        <div id="footer">
            <p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
            <p>Powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
        </div>
    </div>
</body>