comparison farol/templates/base.j2 @ 26:33a3a36b5bf6

Use the navbar-inverse theme to come closer to greenbone, and apply it to footer also
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 02 Oct 2014 12:07:40 +0200
parents 4a3fdd3f2723
children 6c65b16f2680
comparison
equal deleted inserted replaced
25:4a3fdd3f2723 26:33a3a36b5bf6
33 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> 33 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
34 </head> 34 </head>
35 <body> 35 <body>
36 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> 36 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
37 <script src="{{ url_for('static', filename='bootstrap.js') }}"></script> 37 <script src="{{ url_for('static', filename='bootstrap.js') }}"></script>
38 <nav class="navbar navbar-default" role="navigation"> 38 <nav class="navbar navbar-inverse" role="navigation">
39 <div class="container"> 39 <div class="container">
40 {# Brand and toggle get grouped for better mobile display #} 40 {# Brand and toggle get grouped for better mobile display #}
41 <div class="navbar-header"> 41 <div class="navbar-header">
42 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> 42 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
43 <span class="sr-only">Toggle navigation</span> 43 <span class="sr-only">Toggle navigation</span>
124 </div> 124 </div>
125 {% if config.DEBUG and not config.DEBUG_SURE %} 125 {% if config.DEBUG and not config.DEBUG_SURE %}
126 <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about') }}#debug">about page</a> for more Details</div> 126 <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about') }}#debug">about page</a> for more Details</div>
127 {% endif %} 127 {% endif %}
128 </div> 128 </div>
129 <footer class="footer container-fluid"> 129 <footer class="footer container-fluid navbar-inverse">
130 <div class="text-center"> 130 <div class="text-center">
131 <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span> 131 <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span>
132 | 132 |
133 <span><a href="{{ url_for('about') }}">About Farol</a></span> 133 <span><a href="{{ url_for('about') }}">About Farol</a></span>
134 </div> 134 </div>

http://farol.wald.intevation.org