diff options
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/banned.html | 5 | ||||
-rw-r--r-- | cgi/templates/exception.html | 7 | ||||
-rw-r--r-- | cgi/templates/kako.html | 7 | ||||
-rw-r--r-- | cgi/templates/news.html | 7 | ||||
-rw-r--r-- | cgi/templates/report.html | 7 | ||||
-rw-r--r-- | cgi/templates/stats.html | 6 | ||||
-rw-r--r-- | cgi/templates/trash.html | 4 | ||||
-rw-r--r-- | cgi/templates/txt_archive.html | 7 |
8 files changed, 22 insertions, 28 deletions
diff --git a/cgi/templates/banned.html b/cgi/templates/banned.html index 16d822e..b816be6 100644 --- a/cgi/templates/banned.html +++ b/cgi/templates/banned.html @@ -1,6 +1,5 @@ -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>Acceso prohibido@Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> diff --git a/cgi/templates/exception.html b/cgi/templates/exception.html index e8453eb..6fd8127 100644 --- a/cgi/templates/exception.html +++ b/cgi/templates/exception.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>Error@Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> @@ -33,4 +32,4 @@ Traceback:<br /> <hr /> <p>La página principal está <a href="/bai.html">aquí</a>.<br />Si esto es inusual intenta <a href="/bai/">contactarnos</a>.</p><?py #endif ?> </body> -</html>
\ No newline at end of file +</html> diff --git a/cgi/templates/kako.html b/cgi/templates/kako.html index 921606e..2ef7d99 100644 --- a/cgi/templates/kako.html +++ b/cgi/templates/kako.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>Archivo de #{board_name}@Bienvenido a Internet BBS</title> <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> @@ -57,4 +56,4 @@ </pre> <address>weabot/<?py include('templates/revision.html') ?> (Debian GNU/Linux) Servidor ubicado en bienvenidoainternet.org Puerto 443</address> </body> -</html>
\ No newline at end of file +</html> diff --git a/cgi/templates/news.html b/cgi/templates/news.html index a3e46c2..51a2401 100644 --- a/cgi/templates/news.html +++ b/cgi/templates/news.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>#{header}</title> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> @@ -37,4 +36,4 @@ h1{font-size:} h2{margin:0;padding:0;font-size:20px;} h3{margin:0;margin-bottom: <a href="#{home_url}bai.html" target="_top">Volver</a> <hr /> <div class="footer">B.a.I. - 2010-2016 · Contacto: <a href="mailto:burocracia@bienvenidoainternet.org">burocracia@bienvenidoainternet.org</a></div> -</center>
\ No newline at end of file +</center> diff --git a/cgi/templates/report.html b/cgi/templates/report.html index d37ca6d..14efc03 100644 --- a/cgi/templates/report.html +++ b/cgi/templates/report.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <?py if finished: ?><title>Post denunciado</title> <?py else: ?><title>Denunciar post ${postshow}</title> @@ -26,4 +25,4 @@ input{border:1px solid #BBB;width:100%} .long{display:block}</style> <hr /><a href="mailto:burocracia@bienvenidoainternet.org" class="long">Contacto</a><hr /> <?py #endif ?> </body> -</html>
\ No newline at end of file +</html> diff --git a/cgi/templates/stats.html b/cgi/templates/stats.html index b284d7a..2856f07 100644 --- a/cgi/templates/stats.html +++ b/cgi/templates/stats.html @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>Estadísticas@Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -157,4 +157,4 @@ td a{display:block;padding:10px} <div id="foot">B.a.I. - 2010-2021 · Contacto: <a href="mailto:burocracia@bienvenidoainternet.org">burocracia@bienvenidoainternet.org</a></div> </body> -</html>
\ No newline at end of file +</html> diff --git a/cgi/templates/trash.html b/cgi/templates/trash.html index 9659ca7..9d0d84d 100644 --- a/cgi/templates/trash.html +++ b/cgi/templates/trash.html @@ -1,5 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>El Basural @ Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index c2adcf4..6a30375 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>#{threads[0]['subject']} - Archivo de #{board_name}@Bienvenido a Internet BBS</title> <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> @@ -72,7 +71,7 @@ <?py #endfor ?> </div> <?py if 'size' in thread: ?> - <div id="size">#{thread['size']}</div> + <div id="size">#{thread['size']}</div> <?py #endif ?> </div> <hr /> |