aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar Renard 2019-03-31 17:41:31 -0300
committerLibravatar Renard 2019-03-31 17:41:31 -0300
commitf632cc408e50cff8714044021b683d18abe17a54 (patch)
tree7d9d61c461080a66444b7d879e1333eee494239f /cgi
parentda69561c644b860cb2ce0bf3fc608d8ca714245e (diff)
downloadweabot-f632cc408e50cff8714044021b683d18abe17a54.tar.gz
weabot-f632cc408e50cff8714044021b683d18abe17a54.tar.xz
weabot-f632cc408e50cff8714044021b683d18abe17a54.zip
Selector CSS para IB
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/base_top.html6
-rw-r--r--cgi/templates/board.html6
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