diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/txt_board.en.html | 4 | ||||
-rw-r--r-- | cgi/templates/txt_board.html | 7 | ||||
-rw-r--r-- | cgi/templates/txt_threadlist.html | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/cgi/templates/txt_board.en.html b/cgi/templates/txt_board.en.html index 67a325a..b4f552b 100644 --- a/cgi/templates/txt_board.en.html +++ b/cgi/templates/txt_board.en.html @@ -14,8 +14,8 @@ <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="Search active posts" /><input type="submit" value="Search archives" formaction="/tools/search_kako.py" /></form> </div> <div class="innerbox links"><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>Styles:</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="themeSelector"> + <?py for title in txt_styles: ?><option value="#{title}">#{title}</option><?py #endfor ?></select> <?py #endif ?></div> </div> <?py if postarea_extra: ?> 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> diff --git a/cgi/templates/txt_threadlist.html b/cgi/templates/txt_threadlist.html index bb09df4..24c3297 100644 --- a/cgi/templates/txt_threadlist.html +++ b/cgi/templates/txt_threadlist.html @@ -9,7 +9,8 @@ <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 #endif ?></div> + <?py #endif ?> + </div> </div> <a name="menu"></a> <div id="threadbox" class="outerbox"><div class="innerbox"> |