aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar Señor X 2019-03-31 06:56:41 -0300
committerLibravatar Señor X 2019-03-31 06:56:41 -0300
commit44f98255c81abce079964dc19d698ad0743e2621 (patch)
tree80d390c496535ec4771220af0ad185019d707177 /cgi
parent124279ee2c6e2fbf4ebd751588c8d4bffec6d3e3 (diff)
downloadweabot-44f98255c81abce079964dc19d698ad0743e2621.tar.gz
weabot-44f98255c81abce079964dc19d698ad0743e2621.tar.xz
weabot-44f98255c81abce079964dc19d698ad0743e2621.zip
Agregando selector a lista de hilos
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/txt_threadlist.html4
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&oacute;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>