comparison farol/templates/about.j2 @ 149:f2f434eafb66

Always push the footer to the bottom of the page
author Benoît Allard <benoit.allard@greenbone.net>
date Fri, 31 Oct 2014 14:19:16 +0100
parents 0f19ece4e7e5
children e8adc0b2c341
comparison
equal deleted inserted replaced
148:3500cb0c54d1 149:f2f434eafb66
62 {% else %} 62 {% else %}
63 <p>Each session have a <strong>private cache</strong>, sessions are bound to a browser <em>session</em>. They are usually reset when the browser is restarted.</p> 63 <p>Each session have a <strong>private cache</strong>, sessions are bound to a browser <em>session</em>. They are usually reset when the browser is restarted.</p>
64 {% endif %} 64 {% endif %}
65 <hr> 65 <hr>
66 <p><strong>Farol</strong> is published under GPLv2+, and is Copyright &copy; Greenbone Networks GmbH.</p> 66 <p><strong>Farol</strong> is published under GPLv2+, and is Copyright &copy; Greenbone Networks GmbH.</p>
67 <span class="text-muted pull-right"><small>SessionID: {{ session.get('id', '') }}</small></span> 67 {% if session.id %}<span class="text-muted pull-right"><small>SessionID: {{ session.id }}</small></span>{% endif %}
68 <p class="text-muted"><small>Now running: 68 <p class="text-muted"><small>Now running:
69 {% for product, version in versions %} 69 {% for product, version in versions %}
70 {{ product }}: <tt>{{ version }}</tt>{{ ' / ' if not loop.last }} 70 {{ product }}: <tt>{{ version }}</tt>{{ ' / ' if not loop.last }}
71 {% endfor %} 71 {% endfor %}
72 </small></p> 72 </small></p>

http://farol.wald.intevation.org