Jelajahi Sumber

new skeleton templates

Serghey Rodin 14 tahun lalu
induk
melakukan
560d4e548e

+ 20 - 9
data/templates/skel/document_errors/403.html

@@ -1,17 +1,28 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>403 &mdash; Forbidden</title>
     <title>403 &mdash; Forbidden</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="description" content="You do not have permission to view this" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="description" content="You do not have permission to view this"/>
+    <style type="text/css">
+        body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
+        h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
+        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        a:link {color: #28A0CB;}
+        a:visited {color: #28A0CB;}
+        a:active {color: #BCBA30;}
+        a:hover {color: #BCBA30;}
+    </style>
 </head>
 </head>
 
 
 <body>
 <body>
-    <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
-        <br />
-        <a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
-        <p style="font-size: 48pt; color: #485357;">Forbidden<br> 403</p>
-        <p style="font-size: 14pt; color: gray;">Unfortunately, you do not have permission to view this.</p>
+    <p><a href="http://%domain%/">%domain%</a></p>
+
+    <h1>403</h1>
+    <h2>Forbidden</h2>
+    <div>
+        Unfortunately, you do not have permission to view this
     </div>
     </div>
 </body>
 </body>
 
 

+ 20 - 10
data/templates/skel/document_errors/404.html

@@ -1,18 +1,28 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>404 &mdash; Not Found</title>
     <title>404 &mdash; Not Found</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="description" content="Sorry, page not found" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="description" content="Sorry, page not found"/>
+    <style type="text/css">
+        body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
+        h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
+        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        a:link {color: #28A0CB;}
+        a:visited {color: #28A0CB;}
+        a:active {color: #BCBA30;}
+        a:hover {color: #BCBA30;}
+    </style>
 </head>
 </head>
 
 
 <body>
 <body>
-    <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
-        <br />
-        <a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
-        <p style="font-size: 48pt; color: #485357;">Page Not Found <br> 404</p>
-        <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>
+    <p><a href="http://%domain%/">%domain%</a></p>
+    <h1>404</h1>
+    <h2>Page Not Found</h2>
+    <div>
+        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 href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
     </div>
     </div>
 </body>
 </body>
-
 </html>
 </html>

+ 20 - 9
data/templates/skel/document_errors/50x.html

@@ -1,17 +1,28 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     <title>500 &mdash; Internal Sever Error</title>
     <title>500 &mdash; Internal Sever Error</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="description" content="Sorry, something went wrong. Internal Server Error" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
+    <style type="text/css">
+        body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;}
+        h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
+        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        a:link {color: #28A0CB;}
+        a:visited {color: #28A0CB;}
+        a:active {color: #BCBA30;}
+        a:hover {color: #BCBA30;}
+    </style>
 </head>
 </head>
 
 
 <body>
 <body>
-    <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
-        <br />
-        <a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a>
-        <p style="font-size: 48pt; color: #485357;">Internal Sever Error <br> 500</p>
-        <p style="font-size: 14pt; color: gray;"> Sorry, something went wrong :( </p>
+    <p><a href="http://%domain%/">%domain%</a></p>
+
+    <h1>500</h1>
+    <h2>Internal Sever Error</h2>
+    <div>
+        Sorry, something went wrong :(
     </div>
     </div>
 </body>
 </body>
 
 

+ 21 - 13
data/templates/skel/public_html/index.html

@@ -1,21 +1,29 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>%domain% &mdash; coming soon </title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="description" content="Vesta Control Panel. This is a default index page for a new domain." />
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
+    <title>%domain% &mdash; Coming Soon</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="description" content="This is a default index page for a new domain."/>
+    <style type="text/css">
+        body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:64px; color:#333333; margin: 70px 0 50px 0;}
+        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        a:link {color: #28A0CB;}
+        a:visited {color: #28A0CB;}
+        a:active {color: #BCBA30;}
+        a:hover {color: #BCBA30;}
+    </style>
 </head>
 </head>
 
 
 <body>
 <body>
-    <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
-        <p style="font-size: 48pt; color: #485357;">%domain%</p>
-        <p style="font-size: 14pt; color: gray;">
-            <a style="color: gray;" href="http://httpd.apache.org/">apache</a> + 
-            <a style="color: gray;"  href="http://nginx.net/">nginx</a> + 
-            <a style="color: gray;"  href="http://www.percona.com/">percona</a> + 
-            <a style="color: gray;"  href="http://vestacp.com/">vesta</a>
-        </p>
+    <h1>%domain%</h1>
+    <div>
+        <a href="http://httpd.apache.org/">apache</a> + 
+        <a href="http://nginx.com/">nginx</a> + 
+        <a href="http://www.percona.com/">percona</a> + 
+        <a href="http://vestacp.com/">vesta</a>
     </div>
     </div>
 </body>
 </body>
 
 
 </html>
 </html>
+

+ 21 - 13
data/templates/skel/public_shtml/index.html

@@ -1,21 +1,29 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-    <title>%domain% &mdash; coming soon </title>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta name="description" content="Vesta Control Panel. This is a default index page for a new domain." />
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
+    <title>%domain% &mdash; Coming Soon</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+    <meta name="description" content="This is a default index page for a new domain."/>
+    <style type="text/css">
+        body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:64px; color:#333333; margin: 70px 0 50px 0;}
+        p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
+        div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
+        a:link {color: #28A0CB;}
+        a:visited {color: #28A0CB;}
+        a:active {color: #BCBA30;}
+        a:hover {color: #BCBA30;}
+    </style>
 </head>
 </head>
 
 
 <body>
 <body>
-    <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}">
-        <p style="font-size: 48pt; color: #485357;">%domain%</p>
-        <p style="font-size: 14pt; color: gray;">
-            <a style="color: gray;" href="http://httpd.apache.org/">apache</a> + 
-            <a style="color: gray;"  href="http://nginx.net/">nginx</a> + 
-            <a style="color: gray;"  href="http://www.percona.com/">percona</a> + 
-            <a style="color: gray;"  href="http://vestacp.com/">vesta</a>
-        </p>
+    <h1>%domain%</h1>
+    <div>
+        <a href="http://httpd.apache.org/">apache</a> + 
+        <a href="http://nginx.com/">nginx</a> + 
+        <a href="http://www.percona.com/">percona</a> + 
+        <a href="http://vestacp.com/">vesta</a>
     </div>
     </div>
 </body>
 </body>
 
 
 </html>
 </html>
+