Revision a2110608 snf-cyclades-app/synnefo/ui/templates/footer.html

b/snf-cyclades-app/synnefo/ui/templates/footer.html
2 2
<div id="footer-container">
3 3
    <div id='footer'>
4 4
        <div id='footer-text'>
5
            {% if BRANDING_EXTRA_FOOTER_LINKS %}
5 6
            <a href="{{ BRANDING_SERVICE_ABOUT_URL }}">{% trans "About" %}</a>
6 7
                &nbsp;|&nbsp;
7 8
            <a href="{{ BRANDING_SERVICE_CONTACT_URL }}">{% trans "Contact" %}</a>
8 9
                &nbsp;|&nbsp;
9 10
            <a href="{{ BRANDING_SERVICE_SUPPORT_URL }}">{% trans "Support" %}</a>
11
            {% endif %}
10 12
            {% comment %}
11 13
                &nbsp;|&nbsp;
12 14
            <a href="#">{% trans "Terms" %}</a>
......
14 16
            <a href="#">{% trans "Privacy" %}</a>
15 17
            {% endcomment %}
16 18
            <br/>
19
            {% if BRANDING_SHOW_COPYRIGHT %}
17 20
            <div class='grnet-sign'><a href="{{ BRANDING_COMPANY_URL }}" target="_blank" title="{{ BRANDING_COMPANY_NAME }}">{{  BRANDING_COPYRIGHT_MESSAGE }}</a></div>
21
            {% endif %}
18 22
        </div>
19 23
        <div id="footer-bg">
20 24
        </div>
21
        <div class="software">powered by <a href="http://www.synnefo.org/">synnefo</a> <span class="version">v{{ synnefo_version }}</span></div>
25
        <div class="software">Powered by <a href="http://www.synnefo.org/">synnefo</a> <span class="version">v{{ synnefo_version }}</span></div>
22 26
    </div>
23 27
</div>

Also available in: Unified diff