Commit 6946ce1e51376e8d51d39c00109f99bee88f985e
1 parent
aa586601
Exists in
master
and in
29 other branches
ActionItem172: changes to the application crash page
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1561 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
25 additions
and
19 deletions
Show diff stats
public/500.html
1 | 1 | <html> |
2 | -<head> | |
2 | + <head> | |
3 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
3 | 4 | <title>Noosfero - Application error</title> |
4 | 5 | <style> |
5 | 6 | body { |
6 | 7 | font-family: sans-serif; |
7 | 8 | padding: 100px 0 0 0; |
8 | 9 | } |
9 | - big { | |
10 | - font-size: 30px; | |
11 | - font-weight: bold; | |
12 | - } | |
13 | 10 | h1 { |
14 | 11 | margin: 0px; |
15 | - font-size: 50px; | |
16 | 12 | font-weight: bold; |
13 | + text-align: center; | |
17 | 14 | } |
18 | - p { | |
19 | - margin: 50px 0px 0px 30%; | |
15 | + div#en { | |
16 | + float: right; | |
17 | + width: 45%; | |
18 | + } | |
19 | + div#pt-br { | |
20 | + float: left; | |
21 | + width: 45%; | |
20 | 22 | } |
21 | 23 | </style> |
22 | 24 | </head> |
23 | 25 | <body> |
24 | 26 | |
25 | -<center> | |
26 | - | |
27 | -<big>ERROR CODE 500</big> | |
28 | 27 | <h1>Application error</h1> |
29 | 28 | |
30 | -</center> | |
31 | - | |
29 | +<div id='en'> | |
32 | 30 | <p> |
33 | - Ups... Hããã... Sory. <b>:-(</b> | |
34 | - <br/> | |
35 | - That is a <b>bug</b> in our system! | |
36 | - <br/> | |
37 | - Pleas, help us. | |
38 | - <a href="http://www.colivre.coop.br/Noosfero/BugItem">File this bug.</a> | |
31 | +Oops ... sorry for that. <b>:-(</b> | |
39 | 32 | </p> |
33 | +<p> | |
34 | + This was not your fault, this is a <b>bug</b> in our system! | |
35 | + Please, help us the development by | |
36 | + <a href="http://www.colivre.coop.br/Noosfero/BugItem">reporting the problem</a>. | |
37 | + </p> | |
38 | +</div> | |
39 | + | |
40 | +<div id='pt-br'> | |
41 | + <p>Ops, foi mail. <b>:-(</b></p> | |
42 | + </p> | |
43 | + Isto não foi culpa sua, mas um <b>erro</b> em nosso sistemas! Por favor, nos ajude <a href='http://www.colivre.coop.br/Noosfero/BugItem'>relatando este problema</a>. | |
44 | + </p> | |
45 | +</div> | |
40 | 46 | |
41 | 47 | </body> |
42 | 48 | </html> | ... | ... |