Skip to content

Commit 560d4e5

Browse files
committed
new skeleton templates
1 parent 2545b45 commit 560d4e5

File tree

5 files changed

+102
-54
lines changed

5 files changed

+102
-54
lines changed

data/templates/skel/document_errors/403.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3-
<head>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
43
<title>403 &mdash; Forbidden</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="You do not have permission to view this" />
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="description" content="You do not have permission to view this"/>
6+
<style type="text/css">
7+
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
8+
h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
9+
h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10+
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
12+
a:link {color: #28A0CB;}
13+
a:visited {color: #28A0CB;}
14+
a:active {color: #BCBA30;}
15+
a:hover {color: #BCBA30;}
16+
</style>
717
</head>
818

919
<body>
10-
<div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
11-
<br />
12-
<a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
13-
<p style="font-size: 48pt; color: #485357;">Forbidden<br> 403</p>
14-
<p style="font-size: 14pt; color: gray;">Unfortunately, you do not have permission to view this.</p>
20+
<p><a href="http://%domain%/">%domain%</a></p>
21+
22+
<h1>403</h1>
23+
<h2>Forbidden</h2>
24+
<div>
25+
Unfortunately, you do not have permission to view this
1526
</div>
1627
</body>
1728

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3-
<head>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
43
<title>404 &mdash; Not Found</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="Sorry, page not found" />
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="description" content="Sorry, page not found"/>
6+
<style type="text/css">
7+
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
8+
h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
9+
h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10+
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
12+
a:link {color: #28A0CB;}
13+
a:visited {color: #28A0CB;}
14+
a:active {color: #BCBA30;}
15+
a:hover {color: #BCBA30;}
16+
</style>
717
</head>
818

919
<body>
10-
<div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
11-
<br />
12-
<a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
13-
<p style="font-size: 48pt; color: #485357;">Page Not Found <br> 404</p>
14-
<p style="font-size: 14pt; color: gray;">It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved. You can start again from the <a style="color: gray;" href="/">home</a> or go back to <a style="color: gray;" href="javascript: history.go(-1)">previous page</a>.</p>
20+
<p><a href="http://%domain%/">%domain%</a></p>
21+
<h1>404</h1>
22+
<h2>Page Not Found</h2>
23+
<div>
24+
It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
25+
You can start again from the <a href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
1526
</div>
1627
</body>
17-
1828
</html>

data/templates/skel/document_errors/50x.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3-
<head>
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
43
<title>500 &mdash; Internal Sever Error</title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="Sorry, something went wrong. Internal Server Error" />
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
6+
<style type="text/css">
7+
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
8+
h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
9+
h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10+
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
12+
a:link {color: #28A0CB;}
13+
a:visited {color: #28A0CB;}
14+
a:active {color: #BCBA30;}
15+
a:hover {color: #BCBA30;}
16+
</style>
717
</head>
818

919
<body>
10-
<div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
11-
<br />
12-
<a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
13-
<p style="font-size: 48pt; color: #485357;">Internal Sever Error <br> 500</p>
14-
<p style="font-size: 14pt; color: gray;"> Sorry, something went wrong :( </p>
20+
<p><a href="http://%domain%/">%domain%</a></p>
21+
22+
<h1>500</h1>
23+
<h2>Internal Sever Error</h2>
24+
<div>
25+
Sorry, something went wrong :(
1526
</div>
1627
</body>
1728

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3-
<head>
4-
<title>%domain% &mdash; coming soon </title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="Vesta Control Panel. This is a default index page for a new domain." />
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3+
<title>%domain% &mdash; Coming Soon</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="description" content="This is a default index page for a new domain."/>
6+
<style type="text/css">
7+
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
8+
h1 {font-size:64px; color:#333333; margin: 70px 0 50px 0;}
9+
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
10+
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
11+
a:link {color: #28A0CB;}
12+
a:visited {color: #28A0CB;}
13+
a:active {color: #BCBA30;}
14+
a:hover {color: #BCBA30;}
15+
</style>
716
</head>
817

918
<body>
10-
<div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
11-
<p style="font-size: 48pt; color: #485357;">%domain%</p>
12-
<p style="font-size: 14pt; color: gray;">
13-
<a style="color: gray;" href="http://httpd.apache.org/">apache</a> +
14-
<a style="color: gray;" href="http://nginx.net/">nginx</a> +
15-
<a style="color: gray;" href="http://www.percona.com/">percona</a> +
16-
<a style="color: gray;" href="http://vestacp.com/">vesta</a>
17-
</p>
19+
<h1>%domain%</h1>
20+
<div>
21+
<a href="http://httpd.apache.org/">apache</a> +
22+
<a href="http://nginx.com/">nginx</a> +
23+
<a href="http://www.percona.com/">percona</a> +
24+
<a href="http://vestacp.com/">vesta</a>
1825
</div>
1926
</body>
2027

2128
</html>
29+
Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3-
<head>
4-
<title>%domain% &mdash; coming soon </title>
5-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="description" content="Vesta Control Panel. This is a default index page for a new domain." />
2+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3+
<title>%domain% &mdash; Coming Soon</title>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="description" content="This is a default index page for a new domain."/>
6+
<style type="text/css">
7+
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
8+
h1 {font-size:64px; color:#333333; margin: 70px 0 50px 0;}
9+
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
10+
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
11+
a:link {color: #28A0CB;}
12+
a:visited {color: #28A0CB;}
13+
a:active {color: #BCBA30;}
14+
a:hover {color: #BCBA30;}
15+
</style>
716
</head>
817

918
<body>
10-
<div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
11-
<p style="font-size: 48pt; color: #485357;">%domain%</p>
12-
<p style="font-size: 14pt; color: gray;">
13-
<a style="color: gray;" href="http://httpd.apache.org/">apache</a> +
14-
<a style="color: gray;" href="http://nginx.net/">nginx</a> +
15-
<a style="color: gray;" href="http://www.percona.com/">percona</a> +
16-
<a style="color: gray;" href="http://vestacp.com/">vesta</a>
17-
</p>
19+
<h1>%domain%</h1>
20+
<div>
21+
<a href="http://httpd.apache.org/">apache</a> +
22+
<a href="http://nginx.com/">nginx</a> +
23+
<a href="http://www.percona.com/">percona</a> +
24+
<a href="http://vestacp.com/">vesta</a>
1825
</div>
1926
</body>
2027

2128
</html>
29+

0 commit comments

Comments
 (0)