aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r--cgi/templates/board.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html
index ffd0ef8..74ed3ee 100644
--- a/cgi/templates/board.html
+++ b/cgi/templates/board.html
@@ -100,7 +100,7 @@
<?py #endif ?>
<tr class="pass">
<td class="postblock">Clave</td>
- <td><input type="password" name="password" size="8" accesskey="p" /> (para eliminar el post)</td>
+ <td><input type="password" name="password" size="8" accesskey="p" /> (para eliminar el post)</form></td>
</tr>
<tr>
<td colspan="2" id="rules">
@@ -114,11 +114,16 @@
<li>Los hilos son automáticamente eliminados a los <b>#{maxage}</b> días de edad.</li>
<?py #endif ?>
<li>¿Eres nuevo? <a href="/guia.html">Leer antes de postear</a> · <a href="/faq.html">Preguntas frecuentes</a> · <a href="/bai/">Contacto</a></li>
+ <li id="search"><form method="get" action="/tools/search.py" style="display: inline-block;"><input type="hidden" name="board" value="${board}"><label for="searchin">Buscar: </label><input type="text" name="q" id="searchin" value="" size="10"> <input type="submit" value="Ir"></form>
+ <?py if not force_css: ?>
+ · <span>Estilo: <select id="styles">
+ <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?>
+ </select></span>
+ <?py #endif ?></li>
</ul>
</td>
</tr>
</table>
-</form>
</div>
<hr />
<?py if postarea_extra: ?>