diff options
author | Señor X | 2019-03-31 06:51:36 -0300 |
---|---|---|
committer | Señor X | 2019-03-31 06:51:36 -0300 |
commit | 36026f3edd4c8c2f1a5f00ccd57d21ea2a6792b2 (patch) | |
tree | 42f553b53d4e34bc5e74b44529d24532eba3a047 | |
parent | 1d407963d14bac1f21a491370542463e088ca33a (diff) | |
download | weabot-36026f3edd4c8c2f1a5f00ccd57d21ea2a6792b2.tar.gz weabot-36026f3edd4c8c2f1a5f00ccd57d21ea2a6792b2.tar.xz weabot-36026f3edd4c8c2f1a5f00ccd57d21ea2a6792b2.zip |
Agregando selector a lista de hilos
-rw-r--r-- | cgi/templates/txt_threadlist.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_threadlist.html b/cgi/templates/txt_threadlist.html index 24c3297..0d68abb 100644 --- a/cgi/templates/txt_threadlist.html +++ b/cgi/templates/txt_threadlist.html @@ -7,8 +7,8 @@ <div id="titlebox" class="outerbox"> <div class="innerbox"><h1>#{board_long}</h1></div> <div class="innerbox links"><b>¿Eres nuevo?</b> <a href="/guia.html"><b>Cómo postear</b></a> | <a href="/faq.html"><b>Preguntas frecuentes</b></a> | <a href="/bai/"><b>Contacto</b></a> - <?py if not force_css: ?>| <b>Apariencia:</b> - <?py for title in txt_styles: ?><a href="#" class="ss">#{title}</a> <?py #endfor ?> + <?py if not force_css: ?>| <b>Estilo: </b><select id="styles"> + <?py for title in txt_styles: ?><option value="#{title}">#{title}</option><?py #endfor ?></select> <?py #endif ?> </div> </div> |