500.html
1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Noosfero - Application error</title>
<style>
body {
font-family: sans-serif;
padding: 100px 0 0 0;
background-color: #f99;
}
h1 {
margin: 0px;
font-weight: bold;
text-align: center;
}
div#en {
float: right;
width: 45%;
}
div#pt-br {
float: left;
width: 45%;
}
</style>
</head>
<body>
<div id='en'>
<h1>Application error</h1>
<p>
Oops ... sorry for that. <b>:-(</b>
</p>
<p>
This was not your fault, this is a <b>bug</b> in our system!
Please, help us the development by
<a href="http://www.colivre.coop.br/Noosfero/BugItem">reporting the problem</a>.
</p>
</div>
<div id='pt-br'>
<h1>Erro no sistema</h1>
<p>Ops, foi mail. <b>:-(</b></p>
</p>
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>.
</p>
</div>
</body>
</html>