diff options
Diffstat (limited to 'cgi')
-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> |