Serghey Rodin 13 лет назад
Родитель
Сommit
3d44d6dc23

+ 6 - 6
data/templates/web/skel/document_errors/403.html

@@ -5,14 +5,14 @@
     <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;}
+        h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
+        h2 {color: #DE6C5D; 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;}
+        a:link {color: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
     </style>
 </head>
 

+ 6 - 6
data/templates/web/skel/document_errors/404.html

@@ -5,14 +5,14 @@
     <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;}
+        h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
+        h2 {color: #DE6C5D; 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;}
+        a:link {color: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
     </style>
 </head>
 

+ 6 - 6
data/templates/web/skel/document_errors/50x.html

@@ -5,14 +5,14 @@
     <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;}
+        h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
+        h2 {color: #DE6C5D; 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;}
+        a:link {color: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
     </style>
 </head>
 

+ 7 - 10
data/templates/web/skel/public_html/index.html

@@ -4,24 +4,21 @@
     <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;}
+        body {font-size:10px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:64px; color:#555555; 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;}
+        a:link {color: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
     </style>
 </head>
 
 <body>
     <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>
+        <a href="http://vestacp.com/">Powered by VESTA</a>
     </div>
 </body>
 

+ 7 - 10
data/templates/web/skel/public_shtml/index.html

@@ -4,24 +4,21 @@
     <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;}
+        body {font-size:10px; color:#777777; font-family:arial; text-align:center;}
+        h1 {font-size:64px; color:#555555; 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;}
+        a:link {color: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
     </style>
 </head>
 
 <body>
     <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>
+        <a href="http://vestacp.com/">Powered by VESTA</a>
     </div>
 </body>
 

+ 2 - 0
data/templates/web/suspend/.htaccess

@@ -0,0 +1,2 @@
+ErrorDocument 403 /index.html
+ErrorDocument 404 /index.html

+ 27 - 0
data/templates/web/suspend/index.html

@@ -0,0 +1,27 @@
+<!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>SUSPEND</title>
+    <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:84px; color:#99A7AF; margin: 70px 0 0 0;}
+        h2 {color: #DE6C5D; font-family: arial; font-size: 20px; 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: #34536A;}
+        a:visited {color: #34536A;}
+        a:active {color: #34536A;}
+        a:hover {color: #34536A;}
+    </style>
+</head>
+
+<body>
+    <h1>SUSPEND</h1>
+    <h2>Your site has been suspended</h2>
+    <div>
+        Please contact technical support departament.
+    </div>
+</body>
+
+</html>