comparison farol/templates/layout.j2 @ 144:1fc9c0cff398

Update Bootstrap to version 3.3
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 30 Oct 2014 15:15:22 +0100
parents 97fafc195ca0
children b3129fdd1ab0
comparison
equal deleted inserted replaced
143:97fafc195ca0 144:1fc9c0cff398
29 29
30 <html lang="en"> 30 <html lang="en">
31 <head> 31 <head>
32 <meta charset="utf-8"> 32 <meta charset="utf-8">
33 <title>Farol - {% block title %}{% endblock %}</title> 33 <title>Farol - {% block title %}{% endblock %}</title>
34 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}"> 34 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.min.css') }}">
35 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> 35 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
36 <link rel="icon" type="image/gif" href="{{ url_for('static', filename='farol_favicon.gif') }}" /> 36 <link rel="icon" type="image/gif" href="{{ url_for('static', filename='farol_favicon.gif') }}" />
37 </head> 37 </head>
38 <body> 38 <body>
39 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> 39 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
40 <script src="{{ url_for('static', filename='bootstrap.js') }}"></script> 40 <script src="{{ url_for('static', filename='bootstrap.min.js') }}"></script>
41 <nav class="navbar navbar-inverse" role="navigation"> 41 <nav class="navbar navbar-inverse" role="navigation">
42 <div class="container"> 42 <div class="container">
43 {# Brand and toggle get grouped for better mobile display #} 43 {# Brand and toggle get grouped for better mobile display #}
44 <div class="navbar-header"> 44 <div class="navbar-header">
45 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> 45 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">

http://farol.wald.intevation.org