From 897af06af9522ded99b1e0f46730299e89856ffe Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 11 Jun 2012 05:00:57 -0400 Subject: [PATCH] Updated version number to 3.0.4.6 --- server/conf/index/standard_index.html_cz | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/conf/index/standard_index.html_cz b/server/conf/index/standard_index.html_cz index 236c717..f9077b4 100644 --- a/server/conf/index/standard_index.html_cz +++ b/server/conf/index/standard_index.html_cz @@ -5,7 +5,8 @@ <title>Vitejte!</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>Vitejte na <!--ADRESSE//-->Vasem webu!<!--ADRESSE//--></h1> </div> <div id="content"> <h2>Toto je standardni stranka Vaseho webu.</h2> <p>Muzete ji bez obav vymazat nebo nahradit jinym souborem. Toto je soubor <b>index.html</b> v adresari <b>web</b>.</p> - <pPokud mate jakekoliv dotazy prosim kontaktuje administratora serveru.</p> + <p>Pokud mate jakekoliv dotazy prosim kontaktuje <!--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