Commit c878150f82d55961f5baa591d7adc276f12f42f0

Authored by Daniela Feitosa
1 parent 96c31761

Esperanto on 500 and 503 pages

Showing 2 changed files with 24 additions and 0 deletions   Show diff stats
public/500.html
... ... @@ -42,6 +42,18 @@
42 42 </div>
43 43  
44 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 +
45 57 <div id='es' style='display: none' class='message'>
46 58 <h1>Temporary system problem</h1>
47 59 <p>
... ... @@ -107,6 +119,8 @@
107 119  
108 120 <a href="javascript: display_error_message('en')">English</a>
109 121  
  122 + <a href="javascript: display_error_message('eo')">Esperanto</a>
  123 +
110 124 <a href="javascript: display_error_message('es')">Español</a>
111 125  
112 126 <a href="javascript: display_error_message('fr')">Français</a>
... ...
public/503.html
... ... @@ -34,6 +34,14 @@
34 34 </div>
35 35  
36 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 +
37 45 <div id='es' style='display: none' class='message'>
38 46 <h1>System maintainance</h1>
39 47 <p>
... ... @@ -79,6 +87,8 @@
79 87  
80 88 <a href="javascript: display_error_message('en')">English</a>
81 89  
  90 + <a href="javascript: display_error_message('eo')">Esperanto</a>
  91 +
82 92 <a href="javascript: display_error_message('es')">Español</a>
83 93  
84 94 <a href="javascript: display_error_message('fr')">Français</a>
... ...