diff options
author | Renard | 2019-03-30 13:30:18 -0300 |
---|---|---|
committer | bai | 2019-03-30 20:58:09 +0000 |
commit | d854378da5648b14c5fb323f254a2b373eb705bb (patch) | |
tree | 7def49c0bf6f9d9993fd9401f24e454ecb8d186a /cgi/templates/txt_board.html | |
parent | 5f17e76c8f3288b5888e00cd08734e1c01680fae (diff) | |
download | weabot-d854378da5648b14c5fb323f254a2b373eb705bb.tar.gz weabot-d854378da5648b14c5fb323f254a2b373eb705bb.tar.xz weabot-d854378da5648b14c5fb323f254a2b373eb705bb.zip |
Selector de CSS
Fix 1
Fix 2
Conchetumadresan
Cleanup
ahorasi
Ajustes en selector y CSS
Ajustes CSS para Selector de estilo
Fix gif background
Arreglos finales
Diffstat (limited to 'cgi/templates/txt_board.html')
-rw-r--r-- | cgi/templates/txt_board.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index 34fff54..ecb13ab 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -14,9 +14,10 @@ <form method="get" action="/tools/search.py" id="search"><input type="text" name="q" value="" /><input type="hidden" name="board" value="#{board}" /><input type="submit" value="Buscar en mensajes activos" /><input type="submit" value="Buscar en archivo" formaction="/tools/search_kako.py" /></form> </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>Estilo:</b> - <?py for title in txt_styles: ?><a href="#" class="ss">#{title}</a> <?py #endfor ?> - <?py #endif ?></div> + <?py if not force_css: ?>| <b>Estilo: </b><select id="themeSelector"> + <?py for title in txt_styles: ?><option value="#{title}">#{title}</option><?py #endfor ?></select> + <?py #endif ?> +</div> </div> <?py if postarea_extra: ?> <div class="outerbox"><div class="innerbox">#{postarea_extra}</div></div> |