From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 server/conf/index/user_standard_index.html_en |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/server/conf/index/user_standard_index.html_en b/server/conf/index/user_standard_index.html_en
index 8b909a6..bb3a7aa 100644
--- a/server/conf/index/user_standard_index.html_en
+++ b/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;
@@ -17,20 +18,19 @@
     #page{
         background-color: #FFFFFF;
         width: 60%;
-        margin: 0 auto;
-        padding: 6px 12px;
+        margin: 24px auto;
+        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>

--
Gitblit v1.9.1