Skip to content

Commit 57c8b25

Browse files
AntennipasiAntennipasi
authored andcommitted
Added finnish index-pages.
1 parent 53a61f7 commit 57c8b25

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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>Tervetuloa!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<meta name="robots" content="noindex" />
9+
<style type="text/css"><!--
10+
body {
11+
color: #444444;
12+
background-color: #EEEEEE;
13+
font-family: 'Trebuchet MS', sans-serif;
14+
font-size: 80%;
15+
}
16+
h1 {}
17+
h2 { font-size: 1.2em; }
18+
#page{
19+
background-color: #FFFFFF;
20+
width: 60%;
21+
margin: 24px auto;
22+
padding: 12px;
23+
}
24+
#header{
25+
padding: 6px ;
26+
text-align: center;
27+
}
28+
.header{ background-color: #83A342; color: #FFFFFF; }
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color: #666666;
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: #999999;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header" class="header">
48+
<h1>Tervetuloa <!--ADRESSE//-->internet-sivullesi!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>Tämä on sivustosi oletusaloitussivu.</h2>
52+
<p>Tämä sivu voidaan poistaa tai vaihtaa ilman mitään vaikeuksia. Tämä sivu on <b>index.html</b>-tiedosto kotihakemistosi <b>web</b>-kansiossa.</p>
53+
<p>Jos sinulla on ongelmia tai kysyttävää, ota yhteyttä <!--SUPPORT//-->asiakastukeen<!--SUPPORT//-->.</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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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>Tervetuloa!</title>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
<link rel="shortcut icon" href="/favicon.ico" />
8+
<meta name="robots" content="noindex" />
9+
<style type="text/css"><!--
10+
body {
11+
color: #444444;
12+
background-color: #EEEEEE;
13+
font-family: 'Trebuchet MS', sans-serif;
14+
font-size: 80%;
15+
}
16+
h1 {}
17+
h2 { font-size: 1.2em; }
18+
#page{
19+
background-color: #FFFFFF;
20+
width: 60%;
21+
margin: 24px auto;
22+
padding: 12px;
23+
}
24+
#header{
25+
padding: 6px ;
26+
text-align: center;
27+
}
28+
.header{ background-color: #83A342; color: #FFFFFF; }
29+
#content {
30+
padding: 4px 0 24px 0;
31+
}
32+
#footer {
33+
color: #666666;
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: #999999;
42+
}
43+
--></style>
44+
</head>
45+
<body>
46+
<div id="page">
47+
<div id="header" class="header">
48+
<h1>Tervetuloa <!--ADRESSE//-->internet-sivullesi!<!--ADRESSE//--></h1>
49+
</div>
50+
<div id="content">
51+
<h2>Tämä on käyttäjän <b>{USER_USERNAME}</b>oletusaloitussivu.</h2>
52+
<p>Tämä sivu voidaan poistaa tai vaihtaa ilman mitään vaikeuksia. Tämä sivu on <b>index.html</b>-tiedosto sivuston <b>user/{USER_USERNAME}/web</b>-kansiossa.</p>
53+
<p>Jos sinulla on ongelmia tai kysyttävää, ota yhteyttä <!--SUPPORT//-->asiakastukeen<!--SUPPORT//-->.</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)