diff options
author | Choom | 2022-12-13 21:13:09 -0300 |
---|---|---|
committer | Choom | 2022-12-13 22:15:24 -0300 |
commit | 5ef5827e02f20fb59e92ac8e88fba85103442b1f (patch) | |
tree | d756b52d77407f1dd8ee2e399bfd8872209852eb /cgi/templates/board.html | |
parent | ffd2b09b25c61b285169557b93277e7c1476cd4f (diff) | |
download | weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.gz weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.xz weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.zip |
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 9 |
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: ?> |