Commit 6946ce1e51376e8d51d39c00109f99bee88f985e
1 parent
aa586601
Exists in
master
and in
28 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 | <html> | 1 | <html> |
| 2 | -<head> | 2 | + <head> |
| 3 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
| 3 | <title>Noosfero - Application error</title> | 4 | <title>Noosfero - Application error</title> |
| 4 | <style> | 5 | <style> |
| 5 | body { | 6 | body { |
| 6 | font-family: sans-serif; | 7 | font-family: sans-serif; |
| 7 | padding: 100px 0 0 0; | 8 | padding: 100px 0 0 0; |
| 8 | } | 9 | } |
| 9 | - big { | ||
| 10 | - font-size: 30px; | ||
| 11 | - font-weight: bold; | ||
| 12 | - } | ||
| 13 | h1 { | 10 | h1 { |
| 14 | margin: 0px; | 11 | margin: 0px; |
| 15 | - font-size: 50px; | ||
| 16 | font-weight: bold; | 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 | </style> | 23 | </style> |
| 22 | </head> | 24 | </head> |
| 23 | <body> | 25 | <body> |
| 24 | 26 | ||
| 25 | -<center> | ||
| 26 | - | ||
| 27 | -<big>ERROR CODE 500</big> | ||
| 28 | <h1>Application error</h1> | 27 | <h1>Application error</h1> |
| 29 | 28 | ||
| 30 | -</center> | ||
| 31 | - | 29 | +<div id='en'> |
| 32 | <p> | 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 | </p> | 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 | </body> | 47 | </body> |
| 42 | </html> | 48 | </html> |