diff options
author | Señor X | 2019-03-31 06:56:41 -0300 |
---|---|---|
committer | Señor X | 2019-03-31 06:56:41 -0300 |
commit | 44f98255c81abce079964dc19d698ad0743e2621 (patch) | |
tree | 80d390c496535ec4771220af0ad185019d707177 /cgi/templates | |
parent | 124279ee2c6e2fbf4ebd751588c8d4bffec6d3e3 (diff) | |
download | weabot-44f98255c81abce079964dc19d698ad0743e2621.tar.gz weabot-44f98255c81abce079964dc19d698ad0743e2621.tar.xz weabot-44f98255c81abce079964dc19d698ad0743e2621.zip |
Agregando selector a lista de hilos
Diffstat (limited to 'cgi/templates')
-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> |