Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / footer.html @ 24ea227b

History | View | Annotate | Download (727 Bytes)

1
{% load i18n %}
2
<div id="footer-container">
3
    <div id='footer'>
4
        <div id='footer-text'>
5
            {% if BRANDING_FOOTER_EXTRA_MESSAGE %}
6
                <div class="extra-msg">{{ BRANDING_FOOTER_EXTRA_MESSAGE|safe }}</div>
7
            {% endif %}
8
            {% if BRANDING_SHOW_COPYRIGHT %}
9
            <div class='grnet-sign'><a href="{{ BRANDING_COMPANY_URL }}" target="_blank" title="{{ BRANDING_COMPANY_NAME }}">{{  BRANDING_COPYRIGHT_MESSAGE }}</a></div>
10
            {% endif %}
11
        </div>
12

    
13
        <div id="footer-bg">
14
        </div>
15
        <div class="software">Powered by <a href="http://www.synnefo.org/">Synnefo</a> <span class="version">v{{ BRANDING_SYNNEFO_VERSION }}</span></div>
16
    </div>
17
</div>