Просмотр исходного кода

Fixed typos and made identical to RHEL version of this page

Caelish 10 лет назад
Родитель
Сommit
9ccbf28203
1 измененных файлов с 6 добавлено и 8 удалено
  1. 6 8
      install/ubuntu/15.10/templates/web/suspend/index.html

+ 6 - 8
install/ubuntu/15.10/templates/web/suspend/index.html

@@ -1,12 +1,12 @@
 <!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>
+    <title>Website Suspended</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-    <meta name="description" content="Sorry, something went wrong. Internal Server Error"/>
+    <meta name="description" content="This website has been suspended."/>
     <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;}
+        h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: 15px 0 25px;}
         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;}
@@ -15,13 +15,11 @@
         a:hover {color: #34536A;}
     </style>
 </head>
-
 <body>
-    <h1>SUSPEND</h1>
-    <h2>This site has been suspended</h2>
+    <h1>SUSPENDED</h1>
+    <h2>This website has been suspended.</h2>
     <div>
-        Please contact technical support departament.
+        Please contact the technical support department.
     </div>
 </body>
-
 </html>