Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / footer.html @ 9cd9bfe7

History | View | Annotate | Download (566 Bytes)

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