move sample.css in trash/ as it's only for the current views
[unfold.git] / templates / widget-topmenu.html
index f41f538..97d20f1 100644 (file)
@@ -1,11 +1,13 @@
 {# <a id='menu_logo' href="/"><img class="logo" src="{{ STATIC_URL }}img/myslice-logo.png" alt="MySlice" /></a> #}
+{% insert_str prelude "bootstrap/js/bootstrap.js" %}
+{% insert_str prelude "bootstrap/css/bootstrap.css" %}
 {% insert_str prelude "css/topmenu.css" %}
 
 <div id='topmenu' class="navbar navbar-fixed-top">
   <div class="navbar-inner">
     <div class="container-fluid">
       <a class="brand" href="/"><img src="{{ STATIC_URL }}img/myslice-logo.png" height="30" alt="MySlice logo" /></a>
-      <div class="nav-collapse">
+      <div class="nav-collapse topmenu">
        <ul class="nav nav-pills" id='menu_ul'>
          {% for d in topmenu_items %}
          {% if d.active %}
@@ -21,7 +23,7 @@
          {% else %}
          Not logged in
          {% endif %}
-      </div><!--/.nav-collapse -->
+      </div><!--nav-collapse-->
     </div><!--container-fluid-->
   </div><!--navbar-inner-->
 </div><!--topmenu-->