aboutsummaryrefslogtreecommitdiff
path: root/static/example/ib1.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/example/ib1.html')
-rw-r--r--static/example/ib1.html97
1 files changed, 97 insertions, 0 deletions
diff --git a/static/example/ib1.html b/static/example/ib1.html
new file mode 100644
index 0000000..69c5865
--- /dev/null
+++ b/static/example/ib1.html
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html lang="es">
+<head>
+ <title>Ejemplo de B.a.I. IB</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <meta name="robots" content="noindex, nofollow" />
+ <link rel="shortcut icon" href="/favicon.ico" />
+ <link rel="stylesheet" href="/static/css/ib.css" />
+ <link rel="stylesheet" id="css" href="/static/css/dickgirl.css" />
+</head>
+<body>
+<div id="main_nav"><span>[<a href="#">Bienvenido a Internet</a>] [<a href="#">Board 1</a> <a href="#">Board 2</a> <a href="#">Board 3</a>]</span></div>
+
+<div id="logo">Board 1@B.a.I. IB</div>
+
+<hr width="90%" size="1">
+
+<div class="postarea">
+<form name="postform" id="postform" action="#">
+<table class="postform">
+ <tr>
+ <td class="postblock">Asunto</td>
+ <td>
+ <input type="text" name="subject" size="35">
+ <input type="submit" value="Crear hilo">
+ </td>
+ </tr>
+ <tr>
+ <td class="postblock">Mensaje</td>
+ <td><textarea name="message" cols="40" rows="6" style="height:80px"></textarea></td>
+ </tr>
+ <tr>
+ <td colspan="2" id="rules">
+ <ul>
+ <li>Descripción del board.</li>
+ <li><a href="#">Enlace 1</a> (<a href="#">Enlace 2</a>/<a href="#">Enlace 3</a>/<a href="#">Enlace 4</a>)</li>
+ </ul>
+ </td>
+ </tr>
+</table>
+</form>
+</div>
+
+<hr />
+
+<div class="thread">
+ <div class="fs">
+ <span>Nombre de archivo:</span><a href="#" class="expimg">1234567890.gif</a>-(4000 B, 200x260)
+ <small>Imagen miniatura</small> [<a href="#" class="tt">Ocultar hilo</a>]
+ </div>
+ <a href="#"><img class="thumb" src="/basura3.gif" width="192" height="250"></a>
+ <div class="info">
+ <label><input type="checkbox" name="delete" value="1"><span class="subj">Sin asunto</span></label>
+ <span class="name"><b>Sin Nombre</b></span>
+ <span class="date">01/09/93(mie)00:00:01</span>
+ <span class="reflink"><a href="#">No.</a><a href="#">123</a></span>
+ <a class="rep" href="#">rep</a>
+ [<a href="#" class="hsbn">Responder</a>]
+ </div>
+ <blockquote>Mensaje de ejemplo.</blockquote>
+ <table>
+ <tr>
+ <td class="ell">…</td>
+ <td class="reply">
+ <div class="info">
+ <label><input type="checkbox" name="delete" value="1"></label>
+ <span class="name"><b>Sin Nombre</b></span>
+ <span class="date">01/09/93(mie)02:17:49</span>
+ <span class="reflink"><a href="#">No.</a><a href="#">127</a></span>
+ <a class="rep" href="#">rep</a>
+ </div>
+ <blockquote>Mensaje de ejemplo.</blockquote>
+ </td>
+ </tr>
+ </table>
+ <table>
+ <tr>
+ <td class="ell">…</td>
+ <td class="reply">
+ <div class="info">
+ <label><input type="checkbox" name="delete" value="1"></label>
+ <a href="#"><span class="name"><b>Sin Nombre</b></span></a>
+ <span class="date">01/09/93(mie)02:55:36</span>
+ <span class="reflink"><a href="#">No.</a><a href="#">135</a></span>
+ <a class="rep" href="#">rep</a>
+ </div>
+ <blockquote>Mensaje de ejemplo.</blockquote>
+ </td>
+ </tr>
+ </table>
+</div>
+<div class="cut"></div>
+<hr />
+<div id="footer">- <a href="#">weabot</a> -</div>
+</body>
+</html>