diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/base_top.html | 6 | ||||
-rw-r--r-- | cgi/templates/board.html | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index 5389617..a95a257 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -40,11 +40,7 @@ <script type="text/javascript" src="#{static_url}js/autorefresh.js?v=3"></script> </head> <body#{' class="res"' if replythread else ''}> - <div id="main_nav">[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>] - <?py if not force_css: ?> - <span>[<span>Apariencia:</span> - <?py for title in styles: ?> <a href="#" class="ss">#{title}</a><?py #endfor ?>]</span> - <?py #endif ?></div> + <div id="main_nav">[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</div> <div class="logo"> <?py if board: ?> #{board_long} 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 |