Skip to content

Commit c831615

Browse files
author
redray
committed
changed some stuff around the default indexes (new look for de and en).
1 parent 7227e86 commit c831615

30 files changed

+1667
-852
lines changed
1.37 KB
Binary file not shown.

interface/web/themes/default/templates/main.tpl.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<!--[if lte IE 7]>
99
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
1010
<![endif]-->
11+
<link rel="shortcut icon" href="/themes/default/images/favicon.ico" />
1112
<script type="text/javascript" src="js/yui/yahoo/yahoo-min.js"></script>
1213
<script type="text/javascript" src="js/yui/connection/connection-min.js"></script>
1314
<script type="text/javascript" src="js/scrigo.js.php"></script>

server/conf/index/.htaccess

Whitespace-only changes.

server/conf/index/favicon.ico

1.37 KB
Binary file not shown.

server/conf/index/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /stats/
Lines changed: 60 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,60 @@
1-
<HTML>
2-
<HEAD>
3-
<TITLE>Vitejte!</TITLE>
4-
</HEAD>
5-
<BODY BGCOLOR="#FFFFFF" leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
6-
<CENTER>
7-
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0">
8-
<TR>
9-
<TD BGCOLOR="#025CCA" ALIGN="CENTER">
10-
<HR SIZE="1" COLOR="#FFFFFF">
11-
<TABLE>
12-
<TR>
13-
<TD><FONT SIZE="3" COLOR="#FFFFFF" FACE="Helvetica, Arial"><B>Vitejte na
14-
<!--ADRESSE//-->
15-
Vasem webu!
16-
<!--ADRESSE//-->
17-
</B></FONT></TD>
18-
</TR>
19-
</TABLE>
20-
<HR SIZE="1" COLOR="#FFFFFF">
21-
</TD>
22-
</TR>
23-
<TR>
24-
<TD BGCOLOR="#FFFFFF">
25-
<BR><BR><CENTER>
26-
<FONT COLOR="#000000" SIZE="2" FACE="Helvetica, Arial">Toto je standardni stranka Vaseho webu. Muzete ji bez obav vymazat nebo nahradit jinym souborem. Toto je soubor index.html v adresari <B>web</B>.
27-
<P>Pokud mate jakekoliv dotazy prosim kontaktuje administratora serveru.</FONT> </CENTER>
28-
<BR>
29-
30-
<HR SIZE="1" WIDTH="90%">
31-
<CENTER>
32-
<FONT SIZE="1" COLOR="#000000" FACE="Verdana, Arial">powered by <A HREF="http://www.ispconfig.org">ISPConfig</A> on <a href="http://www.zserver.cz">Zserver s.r.o.</a></FONT>
33-
</CENTER>
34-
</TD>
35-
</TR>
36-
</TABLE>
37-
</CENTER>
38-
</BODY>
39-
</HTML>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>Vitejte!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 0 auto;
21+
padding: 6px 12px;
22+
}
23+
#header{
24+
color: #FFFFFF;
25+
background-color: #6A6A6A;
26+
padding: 6px ;
27+
text-align: center;
28+
}
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color:#6A6A6A;
34+
background: #f9f9f9;
35+
padding: 10px 20px;
36+
border-top: 5px #efefef solid;
37+
font-size: 0.8em;
38+
text-align: center;
39+
}
40+
#footer a {
41+
color: #6A6A6A;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header">
48+
<h1>Vitejte na <!--ADRESSE//-->Vasem webu!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>Toto je standardni stranka Vaseho webu.</h2>
52+
<p>Muzete ji bez obav vymazat nebo nahradit jinym souborem. Toto je soubor <b>index.html</b> v adresari <b>web</b>.</p>
53+
<pPokud mate jakekoliv dotazy prosim kontaktuje administratora serveru.</p>
54+
</div>
55+
<div id="footer">
56+
<p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
57+
</div>
58+
</div>
59+
</body>
60+
</html>
Lines changed: 60 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,60 @@
1-
<HTML>
2-
<HEAD>
3-
<TITLE>Herzlich Willkommen!</TITLE>
4-
</HEAD>
5-
<BODY BGCOLOR="#FFFFFF" leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
6-
<CENTER>
7-
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0">
8-
<TR>
9-
<TD BGCOLOR="#025CCA" ALIGN="CENTER">
10-
<HR SIZE="1" COLOR="#FFFFFF">
11-
<TABLE>
12-
<TR>
13-
<TD><FONT SIZE="3" COLOR="#FFFFFF" FACE="Helvetica, Arial"><B>Herzlich Willkommen auf <!--ADRESSE//-->Ihrer Website!<!--ADRESSE//--></B></FONT></TD>
14-
</TR>
15-
</TABLE>
16-
<HR SIZE="1" COLOR="#FFFFFF">
17-
</TD>
18-
</TR>
19-
<TR>
20-
<TD BGCOLOR="#FFFFFF">
21-
<BR><BR>
22-
<CENTER>
23-
<FONT COLOR="#000000" SIZE="2" FACE="Helvetica, Arial">Dies ist die Standard-Index-Seite Ihres Webs. Sie k&ouml;nnen sie problemlos l&ouml;schen oder durch eine andere Seite ersetzen. Es handelt sich hierbei um die Datei index.html im Verzeichnis <B>web</B>.
24-
<P>Bei Fragen oder Problemen wenden Sie sich bitte an den Server-Administrator.</FONT>
25-
</CENTER>
26-
<BR>
27-
<HR SIZE="1" WIDTH="90%">
28-
<CENTER>
29-
<FONT SIZE="1" COLOR="#000000" FACE="Verdana, Arial">powered by <A HREF="http://www.ispconfig.org">ISPConfig</A></FONT>
30-
</CENTER>
31-
</TD>
32-
</TR>
33-
</TABLE>
34-
</CENTER>
35-
</BODY>
36-
</HTML>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>Herzlich Willkommen!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 0 auto;
21+
padding: 6px 12px;
22+
}
23+
#header{
24+
color: #FFFFFF;
25+
background-color: #6A6A6A;
26+
padding: 6px ;
27+
text-align: center;
28+
}
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color:#6A6A6A;
34+
background: #f9f9f9;
35+
padding: 10px 20px;
36+
border-top: 5px #efefef solid;
37+
font-size: 0.8em;
38+
text-align: center;
39+
}
40+
#footer a {
41+
color: #6A6A6A;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header">
48+
<h1>Herzlich Willkommen auf <!--ADRESSE//-->Ihrer Website!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>Dies ist die Standard-Index-Seite Ihres Webs.</h2>
52+
<p>Sie können sie problemlos löschen oder durch eine andere Seite ersetzen. Es handelt sich hierbei um die Datei <b>index.html</b> im Verzeichnis <b>web</b>.</p>
53+
<p>Bei Fragen oder Problemen wenden Sie sich bitte an den Server-Administrator.</p>
54+
</div>
55+
<div id="footer">
56+
<p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
57+
</div>
58+
</div>
59+
</body>
60+
</html>
Lines changed: 60 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,60 @@
1-
<HTML>
2-
<HEAD>
3-
<TITLE>Welcome!</TITLE>
4-
</HEAD>
5-
<BODY BGCOLOR="#FFFFFF" leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0">
6-
<CENTER>
7-
<TABLE BORDER="0" WIDTH="100%" CELLSPACING="0">
8-
<TR>
9-
<TD BGCOLOR="#025CCA" ALIGN="CENTER">
10-
<HR SIZE="1" COLOR="#FFFFFF">
11-
<TABLE>
12-
<TR>
13-
<TD><FONT SIZE="3" COLOR="#FFFFFF" FACE="Helvetica, Arial"><B>Welcome
14-
to
15-
<!--ADRESSE//-->
16-
your website!
17-
<!--ADRESSE//-->
18-
</B></FONT></TD>
19-
</TR>
20-
</TABLE>
21-
<HR SIZE="1" COLOR="#FFFFFF">
22-
</TD>
23-
</TR>
24-
<TR>
25-
<TD BGCOLOR="#FFFFFF">
26-
<BR><BR><CENTER>
27-
<FONT COLOR="#000000" SIZE="2" FACE="Helvetica, Arial">This is the standard index of your website. You can easily delete it or replace it with another file. This is the index.html file
28-
in the <B>web</B> directory.
29-
<P>For questions or problems please contact the server administrator.</FONT> </CENTER>
30-
<BR>
31-
32-
<HR SIZE="1" WIDTH="90%">
33-
<CENTER>
34-
<FONT SIZE="1" COLOR="#000000" FACE="Verdana, Arial">powered by <A HREF="http://www.ispconfig.org">ISPConfig</A></FONT>
35-
</CENTER>
36-
</TD>
37-
</TR>
38-
</TABLE>
39-
</CENTER>
40-
</BODY>
41-
</HTML>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4+
<head>
5+
<title>Welcome!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<style type="text/css"><!--
9+
body {
10+
color: #444444;
11+
background-color: #EEEEEE;
12+
font-family: 'Trebuchet MS', sans-serif;
13+
font-size: 80%;
14+
}
15+
h1 {}
16+
h2 { font-size: 1.2em; }
17+
#page{
18+
background-color: #FFFFFF;
19+
width: 60%;
20+
margin: 0 auto;
21+
padding: 6px 12px;
22+
}
23+
#header{
24+
color: #FFFFFF;
25+
background-color: #6A6A6A;
26+
padding: 6px ;
27+
text-align: center;
28+
}
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color:#6A6A6A;
34+
background: #f9f9f9;
35+
padding: 10px 20px;
36+
border-top: 5px #efefef solid;
37+
font-size: 0.8em;
38+
text-align: center;
39+
}
40+
#footer a {
41+
color: #6A6A6A;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header">
48+
<h1>Welcome to <!--ADRESSE//-->your website!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>This is the default index page of your website.</h2>
52+
<p>This file may be deleted or overwritten without any difficulty. This is produced by the file <b>index.html</b> in the <b>web</b> directory.</p>
53+
<p>For questions or problems please contact the server administrator.</p>
54+
</div>
55+
<div id="footer">
56+
<p>powered by <a href="http://www.ispconfig.org">ISPConfig</a></p>
57+
</div>
58+
</div>
59+
</body>
60+
</html>

0 commit comments

Comments
 (0)