Statistics
| Branch: | Tag: | Revision:

root / ui / templates / footer.html @ 8d08f18a

History | View | Annotate | Download (651 Bytes)

1
{% load i18n %}
2
<div id="footer-container">
3
<div id='footer'>
4
    <div id='footer-text'>
5
        <a href="#">{% trans "About" %}</a>
6
            &nbsp;|&nbsp;
7
        <a href="#">{% trans "Help" %}</a>
8
            &nbsp;|&nbsp;
9
        <a href="#">{% trans "Contact" %}</a>
10
            &nbsp;|&nbsp;
11
        <a href="#">{% trans "Terms" %}</a>
12
            &nbsp;|&nbsp;
13
        <a href="#">{% trans "Privacy" %}</a>
14
        <br/>
15
        <div class='grnet-sign'><a href="http://www.grnet.gr/" target="_blank">{% trans "Copyright (c) 2011 Greek Research and Technology Network" %}</a></div>
16
    </div>
17
    <div id="footer-bg">
18
    </div>
19
</div>
20
</div>