diff options
author | Choom | 2022-12-13 21:13:09 -0300 |
---|---|---|
committer | Choom | 2022-12-13 22:15:24 -0300 |
commit | 5ef5827e02f20fb59e92ac8e88fba85103442b1f (patch) | |
tree | d756b52d77407f1dd8ee2e399bfd8872209852eb /cgi/templates/base_top.html | |
parent | ffd2b09b25c61b285169557b93277e7c1476cd4f (diff) | |
download | weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.gz weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.tar.xz weabot-5ef5827e02f20fb59e92ac8e88fba85103442b1f.zip |
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Agregado buscador a IB
Diffstat (limited to 'cgi/templates/base_top.html')
-rw-r--r-- | cgi/templates/base_top.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index a1f0431..d6a30e8 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -36,12 +36,7 @@ <script type="text/javascript" src="#{static_url}js/autorefresh.js"></script> </head> <body#{' class="res"' if replythread else ''} data-brd="#{board}"> - <div id="main_nav"><span>[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</span> - <?py if not force_css: ?> - <span>[Estilo: <select id="styles"> - <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select>]</span> -<?py #endif ?></div> + <div id="main_nav"><span>[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</span></div> <div class="logo"> <?py if board: ?> #{board_long} @@ -49,4 +44,4 @@ <img src="/static/img/default.png" width="500" height="81" /> <?py #endif ?> </div> - <hr width="90%" size="1" /> + <hr width="90%" size="1" />
\ No newline at end of file |