File tree Expand file tree Collapse file tree 11 files changed +222
-0
lines changed
Expand file tree Collapse file tree 11 files changed +222
-0
lines changed Original file line number Diff line number Diff line change 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>Vitajte!</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>Vitajte na <!--ADRESSE//-->Vašej webstránke!<!--ADRESSE//--></h1>
49+ </div>
50+ <div id="content">
51+ <h2>Toto je štandardná stránka Vašej webstránky.</h2>
52+ <p>Môžete ju bez obáv vymazať alebo nahradiť iným súborom. Toto je súbor <b>index.html</b> v adresári <b>web</b>.</p>
53+ <p>Ak máte akékoľvek otázky kontaktujte <!--SUPPORT//-->podporu<!--SUPPORT//-->.</p>
54+ </div>
55+ <div id="footer">
56+ <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
57+ </div>
58+ </div>
59+ </body>
60+ </html>
Original file line number Diff line number Diff line change 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>Vitajte!</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>Vitajte na <!--ADRESSE//-->Vašej webstránke!<!--ADRESSE//--></h1>
49+ </div>
50+ <div id="content">
51+ <h2>Toto je štandardná stránka Vašej webstránky <b>{USER_USERNAME}</b></h2>
52+ <p>Môžete ju bez obáv vymazať alebo nahradiť iným súborom. Toto je súbor <b>index.html</b> v adresári <b>user/{USER_USERNAME}/web</b>.</p>
53+ <p>Ak máte akékoľvek otázky kontaktujte <!--SUPPORT//-->podporu<!--SUPPORT//-->.</p>
54+ </div>
55+ <div id="footer">
56+ <p>Powered by <a href="https://www.ispconfig.org">ISPConfig</a></p>
57+ </div>
58+ </div>
59+ </body>
60+ </html>
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Upozornenie na veľkosť databázy
7+
8+ Databáza {database_name} je blízko alebo prekročila limit veľkosti.
9+
10+ Databáza: {database_name}
11+ Využité miesto: {used}
12+ Limit: {quota}
13+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Veľkosť databázy ok
7+
8+ Databáza {database_name} už nie je blízko ani neprekračuje limit veľkosti.
9+
10+ Databáza: {database_name}
11+ Využité miesto: {used}
12+ Limit: {quota}
13+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Upozornenie na veľkosť poštovej schránky
7+
8+ Poštová schránka {email} je blízko alebo prekročila limit veľkosti.
9+
10+ Poštová schránka: {email}
11+ Meno: {name}
12+ Využité miesto: {used}
13+ Limit: {quota}
14+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Veľkosť poštovej schránky ok
7+
8+ Poštová schránka {email} už nie je blízko ani neprekračuje limit veľkosti.
9+
10+ Poštová schránka: {email}
11+ Meno: {name}
12+ Využité miesto: {used}
13+ Limit: {quota}
14+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Upozornenie na veľkosť webstránky
7+
8+ Webstránka {domain} je blízko alebo prekročila limit veľkosti.
9+
10+ Doména: {domain}
11+ Využité miesto: {used}
12+ Mäkký limit: {soft}
13+ Tvrdý limit: {hard}
14+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Veľkosť webstránky ok
7+
8+ Webstránka {domain} už nie je blízko ani neprekračuje limit veľkosti.
9+
10+ Doména: {domain}
11+ Využité miesto: {used}
12+ Mäkký limit: {soft}
13+ Tvrdý limit: {hard}
14+ Percento využitia: {ratio}
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Upozornenie na dátovú premávku webstránky
7+
8+ Webstránka {domain} prekročila limit dátovej premávky a bola zablokovaná.
Original file line number Diff line number Diff line change 1+ MIME-Version: 1.0
2+ Content-type: text/plain; charset=utf-8
3+ Content-Transfer-Encoding: 8bit
4+ From: {admin_mail}
5+ Reply-To: {admin_mail}
6+ Subject: Upozornenie na dátovú premávku webstránky
7+
8+ Webstránka {domain} prekročila limit dátovej premávky.
You can’t perform that action at this time.
0 commit comments