Statistics
| Branch: | Tag: | Revision:

root / ui / templates / footer.html @ f533f224

History | View | Annotate | Download (537 Bytes)

1
{% load i18n %}
2

    
3
<div id='footer'>
4
    <div id='footer-text'>
5
        <a href="#">{% trans "Copyright (c) 2011 GRNET S.A." %}</a>
6
            &nbsp;|&nbsp;
7
        <a href="#">{% trans "About" %}</a>
8
            &nbsp;|&nbsp;
9
        <a href="#">{% trans "Help" %}</a>
10
            &nbsp;|&nbsp;
11
        <a href="#">{% trans "Contact" %}</a>
12
            &nbsp;|&nbsp;
13
        <a href="#">{% trans "Terms" %}</a>
14
            &nbsp;|&nbsp;
15
        <a href="#">{% trans "Privacy" %}</a>
16
    </div>
17
    <div id="footer-bg">
18
    </div>
19
</div>