Commit 1fda9d30fe802334861f5c9fa505b96c7d394f88

Authored by Daniela Feitosa
1 parent 65a73dc6

Revert "Updating public 500 and 503.html"

This reverts commit 65a73dc68c0b3ef428f0825f4c9ff8ae61eca603.
Showing 2 changed files with 242 additions and 0 deletions   Show diff stats
public/500.html
... ... @@ -0,0 +1,137 @@
  1 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2 +<html xmlns="http://www.w3.org/1999/xhtml" >
  3 + <head>
  4 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5 + <meta http-equiv="refresh" content="60"/>
  6 + <title>Technical problems</title>
  7 + <link rel="stylesheet" type="text/css" href="/designs/themes/default/errors.css"/>
  8 + <link rel="shortcut icon" href='/designs/themes/default/favicon.ico' type="image/x-icon" />
  9 + <script type='text/javascript' src='/javascripts/prototype.js'></script>
  10 + <script type='text/javascript' src='/javascripts/errors.js'></script>
  11 +</head>
  12 +<body onload='display_error_message()'>
  13 + <div id='wrap'>
  14 + <div id='header'>
  15 + <div id='logo'>
  16 + &nbsp;
  17 + </div>
  18 + </div>
  19 +
  20 +
  21 + <div id='de' style='display: none' class='message'>
  22 + <h1>Kurzzeitiges Systemproblem</h1>
  23 + <p>
  24 + Unser technisches Team arbeitet gerade daran, bitte probieren Sie es nachher erneut. Wir entschuldigen uns für die Unannehmlichkeiten.
  25 + </p>
  26 + <ul>
  27 + <li><a href='javascript: history.back()'>Zurück</a></li>
  28 + <li><a href='/'>Gehe zur Homepage</a></li>
  29 + </ul>
  30 + </div>
  31 +
  32 +
  33 + <div id='en' style='display: none' class='message'>
  34 + <h1>Temporary system problem</h1>
  35 + <p>
  36 + Our technical team is working on it, please try again later. Sorry for the inconvenience.
  37 + </p>
  38 + <ul>
  39 + <li><a href='javascript: history.back()'>Go back</a></li>
  40 + <li><a href='/'>Go to the site home page</a></li>
  41 + </ul>
  42 + </div>
  43 +
  44 +
  45 + <div id='eo' style='display: none' class='message'>
  46 + <h1>Temporary system problem</h1>
  47 + <p>
  48 + Our technical team is working on it, please try again later. Sorry for the inconvenience.
  49 + </p>
  50 + <ul>
  51 + <li><a href='javascript: history.back()'>Go back</a></li>
  52 + <li><a href='/'>Go to the site home page</a></li>
  53 + </ul>
  54 + </div>
  55 +
  56 +
  57 + <div id='es' style='display: none' class='message'>
  58 + <h1>Temporary system problem</h1>
  59 + <p>
  60 + Our technical team is working on it, please try again later. Sorry for the inconvenience.
  61 + </p>
  62 + <ul>
  63 + <li><a href='javascript: history.back()'>Go back</a></li>
  64 + <li><a href='/'>Go to the site home page</a></li>
  65 + </ul>
  66 + </div>
  67 +
  68 +
  69 + <div id='fr' style='display: none' class='message'>
  70 + <h1>Problème temporaire du système.</h1>
  71 + <p>
  72 + Notre équipe technique est en train d'y travailler. Merci de réessayer plus tard. Nous sommes désolés de la gêne occasionnée.
  73 + </p>
  74 + <ul>
  75 + <li><a href='javascript: history.back()'>Retour</a></li>
  76 + <li><a href='/'>Aller à la page d'accueil du site</a></li>
  77 + </ul>
  78 + </div>
  79 +
  80 +
  81 + <div id='hy' style='display: none' class='message'>
  82 + <h1>Temporary system problem</h1>
  83 + <p>
  84 + Our technical team is working on it, please try again later. Sorry for the inconvenience.
  85 + </p>
  86 + <ul>
  87 + <li><a href='javascript: history.back()'>Վերադառնալ</a></li>
  88 + <li><a href='/'>Go to the site home page</a></li>
  89 + </ul>
  90 + </div>
  91 +
  92 +
  93 + <div id='pt' style='display: none' class='message'>
  94 + <h1>Problema temporário no sistema</h1>
  95 + <p>
  96 + Nossa equipe técnica está trabalhando nele, por favor tente mais tarde. Perdoe o incoveniente.
  97 + </p>
  98 + <ul>
  99 + <li><a href='javascript: history.back()'>Voltar</a></li>
  100 + <li><a href='/'>Ir para a página inicial do site.</a></li>
  101 + </ul>
  102 + </div>
  103 +
  104 +
  105 + <div id='ru' style='display: none' class='message'>
  106 + <h1>Временная ошибка системы</h1>
  107 + <p>
  108 + Техники уже работают над проблемой, пожалуйста, попробуйте позже.
  109 + </p>
  110 + <ul>
  111 + <li><a href='javascript: history.back()'>Назад</a></li>
  112 + <li><a href='/'>Перейти на домашнюю страницу сайта</a></li>
  113 + </ul>
  114 + </div>
  115 +
  116 + <div id='languages'>
  117 +
  118 + <a href="javascript: display_error_message('de')">Deutsch</a>
  119 +
  120 + <a href="javascript: display_error_message('en')">English</a>
  121 +
  122 + <a href="javascript: display_error_message('eo')">Esperanto</a>
  123 +
  124 + <a href="javascript: display_error_message('es')">Español</a>
  125 +
  126 + <a href="javascript: display_error_message('fr')">Français</a>
  127 +
  128 + <a href="javascript: display_error_message('hy')">հայերեն լեզու</a>
  129 +
  130 + <a href="javascript: display_error_message('pt')">Português</a>
  131 +
  132 + <a href="javascript: display_error_message('ru')">русский язык</a>
  133 +
  134 + </div>
  135 + </div>
  136 +</body>
  137 +</html>
... ...
public/503.html
... ... @@ -0,0 +1,105 @@
  1 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2 +<html xmlns="http://www.w3.org/1999/xhtml" >
  3 + <head>
  4 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5 + <meta http-equiv="refresh" content="60"/>
  6 + <title>Noosfero - System Maintainance</title>
  7 + <link rel="stylesheet" type="text/css" href="/designs/themes/default/errors.css"/>
  8 + <link rel="shortcut icon" href='/designs/themes/default/favicon.ico' type="image/x-icon" />
  9 + <script type='text/javascript' src='/javascripts/prototype.js'></script>
  10 + <script type='text/javascript' src='/javascripts/errors.js'></script>
  11 +</head>
  12 +<body onload='display_error_message()'>
  13 + <div id='wrap'>
  14 + <div id='header'>
  15 + <div id='logo'>
  16 + &nbsp;
  17 + </div>
  18 + </div>
  19 +
  20 +
  21 + <div id='de' style='display: none' class='message'>
  22 + <h1>Systempflege</h1>
  23 + <p>
  24 + Das System wird gerade gepflegt. Es wird in ein paar Stunden wieder verfügbar sein.
  25 + </p>
  26 + </div>
  27 +
  28 +
  29 + <div id='en' style='display: none' class='message'>
  30 + <h1>System maintainance</h1>
  31 + <p>
  32 + This system is under maintainance. It should be back in a few moments.
  33 + </p>
  34 + </div>
  35 +
  36 +
  37 + <div id='eo' style='display: none' class='message'>
  38 + <h1>System maintainance</h1>
  39 + <p>
  40 + This system is under maintainance. It should be back in a few moments.
  41 + </p>
  42 + </div>
  43 +
  44 +
  45 + <div id='es' style='display: none' class='message'>
  46 + <h1>System maintainance</h1>
  47 + <p>
  48 + This system is under maintainance. It should be back in a few moments.
  49 + </p>
  50 + </div>
  51 +
  52 +
  53 + <div id='fr' style='display: none' class='message'>
  54 + <h1>Maintenance du système</h1>
  55 + <p>
  56 + This system is under maintainance. It should be back in a few moments.
  57 + </p>
  58 + </div>
  59 +
  60 +
  61 + <div id='hy' style='display: none' class='message'>
  62 + <h1>System maintainance</h1>
  63 + <p>
  64 + This system is under maintainance. It should be back in a few moments.
  65 + </p>
  66 + </div>
  67 +
  68 +
  69 + <div id='pt' style='display: none' class='message'>
  70 + <h1>Manutenção do sistema</h1>
  71 + <p>
  72 + Este sistema está em manutenção. Ele deve estar de volta em alguns instantes.
  73 + </p>
  74 + </div>
  75 +
  76 +
  77 + <div id='ru' style='display: none' class='message'>
  78 + <h1>Работы над системой</h1>
  79 + <p>
  80 + This system is under maintainance. It should be back in a few moments.
  81 + </p>
  82 + </div>
  83 +
  84 + <div id='languages'>
  85 +
  86 + <a href="javascript: display_error_message('de')">Deutsch</a>
  87 +
  88 + <a href="javascript: display_error_message('en')">English</a>
  89 +
  90 + <a href="javascript: display_error_message('eo')">Esperanto</a>
  91 +
  92 + <a href="javascript: display_error_message('es')">Español</a>
  93 +
  94 + <a href="javascript: display_error_message('fr')">Français</a>
  95 +
  96 + <a href="javascript: display_error_message('hy')">հայերեն լեզու</a>
  97 +
  98 + <a href="javascript: display_error_message('pt')">Português</a>
  99 +
  100 + <a href="javascript: display_error_message('ru')">русский язык</a>
  101 +
  102 + </div>
  103 + </div>
  104 +</body>
  105 +</html>
... ...