aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_error.html
blob: d8ae7cdd02173af4c36e73957332c50a5cbb1600 (plain) (blame)
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
50
51
52
<html>
<head>
<title>Error</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
* {word-wrap:break-word;}
body {margin:8px;}
.h {font-weight:bold; font-size:large;}
.err {color:red;}
.sub1 {color:#00AA00;} .sub2 {color:#DD00DD;}
blockquote {margin-left:40px; margin-right:40px;}
ul {padding-left:40px;}
@media(max-width:650px){
  blockquote {margin-left:20px; margin-right:20px;}
  ul {padding-left:20px;}
}
</style>
</head>
<body>
<div class="h err">ERROR: #{error}</div>
<blockquote>
  Host <b>${info['host']}</b>
  <br>
  <blockquote>
    Nombre: <b>${info['name']}</b><br>
    E-mail: ${info['email']}<br>
    Mensaje: <br>
    ${info['message']}
  </blockquote>
</blockquote>
<hr>
<ul>
  <div class="h sub1">¿No sabes qué sucede?</div>
  <ul style="line-height:1.5;">
    ¡Revisemos!<br>
    <b>
    [<a href="/guia.html">¿Eres nuevo?</a>]<br />
    [<a href="/faq.html">Preguntas frecuentes</a>]<br />
    [<a href="#{boards_url}#{board}">Ir a la sección</a>]<br />
    [<a href="#{cgi_url}threadlist/#{board}">Ir a la lista de hilos</a>]<br />
    </b>
  </ul>
  <br>
  <div class="h sub2">Contacto</div>
  <ul style="line-height:1.5;">
    Cualquier problema con el sitio por favor hacerlo llegar al staff de BaI.<br />
    Para ello contáctanos en la <a href="/bai/">sección de discusión</a>.
  </ul>
</ul>
</body>
</html>