Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / footer.html @ 9766a80e

History | View | Annotate | Download (565 Bytes)

1
{% load i18n %}
2
<div id="footer-container">
3
    <div id='footer'>
4
        <div id='footer-text'>
5
            {% if BRANDING_SHOW_COPYRIGHT %}
6
            <div class='grnet-sign'><a href="{{ BRANDING_COMPANY_URL }}" target="_blank" title="{{ BRANDING_COMPANY_NAME }}">{{  BRANDING_COPYRIGHT_MESSAGE }}</a></div>
7
            {% endif %}
8
        </div>
9
        <div id="footer-bg">
10
        </div>
11
        <div class="software">Powered by <a href="http://www.synnefo.org/">Synnefo</a> <span class="version">v{{ BRANDING_SYNNEFO_VERSION }}</span></div>
12
    </div>
13
</div>