diff options
author | Renard | 2019-03-31 17:41:31 -0300 |
---|---|---|
committer | Renard | 2019-03-31 17:41:31 -0300 |
commit | f632cc408e50cff8714044021b683d18abe17a54 (patch) | |
tree | 7d9d61c461080a66444b7d879e1333eee494239f /cgi/templates/board.html | |
parent | da69561c644b860cb2ce0bf3fc608d8ca714245e (diff) | |
download | weabot-f632cc408e50cff8714044021b683d18abe17a54.tar.gz weabot-f632cc408e50cff8714044021b683d18abe17a54.tar.xz weabot-f632cc408e50cff8714044021b683d18abe17a54.zip |
Selector CSS para IB
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index e91e187..6ded4c5 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -261,4 +261,10 @@ <?py if pagenav: ?> <div class="pg">#{pagenav}</div> <?py #endif ?> +<?py if not force_css: ?> + <div class="selector"><b>Apariencia:</b><select id="styles"> + <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> + </select> + </div> +<?py #endif ?> <?py include('templates/base_bottom.html') ?>
\ No newline at end of file |