500.html 1.03 KB
<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>