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

Also available in: Unified diff