Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1023 Bytes)

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