| |   |
| 5 | 5 | |
| 6 | 6 | <head> |
| 7 | 7 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 8 | | <title>We're sorry, but something went wrong (500)</title> |
| 8 | <title>Page not found (404)</title> |
| 9 | 9 | <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" /> |
| 10 | 10 | <style type="text/css">; } |
| 11 | 11 | div.dialog { |
| … | … | |
| 18 | 18 | } |
| 19 | 19 | </style> |
| 20 | 20 | </head> |
| 21 | | |
| 22 | 21 | <body> |
| 22 | <div id="header"> |
| 23 | <h1 id="logo"> |
| 24 | <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a> |
| 25 | </h1> |
| 26 | <ul id="menu"> |
| 27 | <li><a href="/">Home</a></li> |
| 28 | </ul> |
| 29 | </div> |
| 23 | 30 | <div id="container"> |
| 24 | | <div id="header"> |
| 25 | | <div id="logo"> |
| 26 | | <a href="/"><img src="/images/logo.png" /></a> |
| 27 | | </div> |
| 28 | | <div id="menu"> |
| 29 | | <ul> |
| 30 | | <li><a href="/">Home</a></li> |
| 31 | | </ul> |
| 32 | | </div> |
| 33 | | </div> |
| 34 | 31 | <div id="main"> |
| 35 | 32 | <div id="content"> |
| 36 | 33 | <div class="dialog"> |
| toggle raw diff |
--- a/public/404.html
+++ b/public/404.html
@@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>We're sorry, but something went wrong (500)</title>
+ <title>Page not found (404)</title>
<link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
<style type="text/css">; }
div.dialog {
@@ -18,19 +18,16 @@
}
</style>
</head>
-
<body>
+ <div id="header">
+ <h1 id="logo">
+ <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
+ </h1>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ </ul>
+ </div>
<div id="container">
- <div id="header">
- <div id="logo">
- <a href="/"><img src="/images/logo.png" /></a>
- </div>
- <div id="menu">
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </div>
- </div>
<div id="main">
<div id="content">
<div class="dialog"> |
| |   |
| 5 | 5 | |
| 6 | 6 | <head> |
| 7 | 7 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 8 | | <title>We're sorry, but something went wrong (500)</title> |
| 8 | <title>change rejected (422)</title> |
| 9 | 9 | <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" /> |
| 10 | 10 | <style type="text/css">; } |
| 11 | 11 | div.dialog { |
| … | … | |
| 20 | 20 | </head> |
| 21 | 21 | |
| 22 | 22 | <body> |
| 23 | <div id="header"> |
| 24 | <h1 id="logo"> |
| 25 | <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a> |
| 26 | </h1> |
| 27 | <ul id="menu"> |
| 28 | <li><a href="/">Home</a></li> |
| 29 | </ul> |
| 30 | </div> |
| 23 | 31 | <div id="container"> |
| 24 | | <div id="header"> |
| 25 | | <div id="logo"> |
| 26 | | <a href="/"><img src="/images/logo.png" /></a> |
| 27 | | </div> |
| 28 | | <div id="menu"> |
| 29 | | <ul> |
| 30 | | <li><a href="/">Home</a></li> |
| 31 | | </ul> |
| 32 | | </div> |
| 33 | | </div> |
| 34 | 32 | <div id="main"> |
| 35 | 33 | <div id="content"> |
| 36 | 34 | <div class="dialog"> |
| toggle raw diff |
--- a/public/422.html
+++ b/public/422.html
@@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title>We're sorry, but something went wrong (500)</title>
+ <title>change rejected (422)</title>
<link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
<style type="text/css">; }
div.dialog {
@@ -20,17 +20,15 @@
</head>
<body>
+ <div id="header">
+ <h1 id="logo">
+ <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
+ </h1>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ </ul>
+ </div>
<div id="container">
- <div id="header">
- <div id="logo">
- <a href="/"><img src="/images/logo.png" /></a>
- </div>
- <div id="menu">
- <ul>
- <li><a href="/">Home</a></li>
- </ul>
- </div>
- </div>
<div id="main">
<div id="content">
<div class="dialog"> |
| |   |
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 5 | |
| 6 | <head> |
| 7 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 8 | <title>Proxy Upstream Error (502)</title> |
| 9 | <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" /> |
| 10 | <style type="text/css">; } |
| 11 | div.dialog { |
| 12 | width: 25em; |
| 13 | padding: 0 4em; |
| 14 | margin: 4em auto 0 auto; |
| 15 | border: 1px solid #ccc; |
| 16 | border-right-color: #999; |
| 17 | border-bottom-color: #999; |
| 18 | } |
| 19 | </style> |
| 20 | </head> |
| 21 | |
| 22 | <body> |
| 23 | <div id="header"> |
| 24 | <h1 id="logo"> |
| 25 | <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a> |
| 26 | </h1> |
| 27 | <ul id="menu"> |
| 28 | <li><a href="/">Home</a></li> |
| 29 | </ul> |
| 30 | </div> |
| 31 | <div id="container"> |
| 32 | <div id="main"> |
| 33 | <div id="content"> |
| 34 | <div class="dialog"> |
| 35 | <h1>Oops, couldn't connect to the upstream server</h1> |
| 36 | <p>Chances are it is being restarted, try refreshing the page shortly</p> |
| 37 | </div> |
| 38 | </div> |
| 39 | </div> |
| 40 | </div> |
| 41 | </body> |
| 42 | </html> |
| toggle raw diff |
--- /dev/null
+++ b/public/502.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <title>Proxy Upstream Error (502)</title>
+ <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
+ <style type="text/css">; }
+ div.dialog {
+ width: 25em;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ border: 1px solid #ccc;
+ border-right-color: #999;
+ border-bottom-color: #999;
+ }
+ </style>
+</head>
+
+<body>
+ <div id="header">
+ <h1 id="logo">
+ <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
+ </h1>
+ <ul id="menu">
+ <li><a href="/">Home</a></li>
+ </ul>
+ </div>
+ <div id="container">
+ <div id="main">
+ <div id="content">
+ <div class="dialog">
+ <h1>Oops, couldn't connect to the upstream server</h1>
+ <p>Chances are it is being restarted, try refreshing the page shortly</p>
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+</html>
\ No newline at end of file |