comparison farol/templates/base.j2 @ 6:bb7334ff114a

Add the Greenbone Logo to the footer.
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 25 Sep 2014 15:49:33 +0200
parents 63b00c10ada8
children 8f41bb7f4681
comparison
equal deleted inserted replaced
5:b75c494e6140 6:bb7334ff114a
120 {% if config.DEBUG and not config.DEBUG_SURE %} 120 {% if config.DEBUG and not config.DEBUG_SURE %}
121 <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about', _anchor='debug')}}">about page</a> for more Details</div> 121 <div class="alert alert-danger"><strong>DEBUG:</strong> This application is running in debug mode. See the <a href="{{ url_for('about', _anchor='debug')}}">about page</a> for more Details</div>
122 {% endif %} 122 {% endif %}
123 </div> 123 </div>
124 <footer class="footer container-fluid"> 124 <footer class="footer container-fluid">
125 <a class="pull-right" href="{{ url_for('about') }}">About ...</a> 125 <div class="text-center">
126 <p class="text-muted">Copyright &copy; 2014 <a href="http://greenbone.net">Greenbone Networks GmbH</a></p> 126 <span class="text-muted">Copyright &copy; 2014 Greenbone Networks GmbH</span>
127 |
128 <span><a href="{{ url_for('about') }}">About ...</a></span>
129 </div>
130 <a href="http://greenbone.net/" id="greenbone" class="logo_img text-hide center-block">Greenbone Networks GmbH</a>
127 </footer> 131 </footer>
128 </body> 132 </body>
129 </html> 133 </html>

http://farol.wald.intevation.org