Statistics
| Branch: | Tag: | Revision:

root / templates / footer.html @ e872bc30

History | View | Annotate | Download (1.9 kB)

1 11c1e8d5 Leonidas Poulopoulos
{% load i18n %}
2 bbc3e0ab Leonidas Poulopoulos
3 bbc3e0ab Leonidas Poulopoulos
        <footer class="footer">
4 8a843e63 Leonidas Poulopoulos
      <div id="footcontainer" class="container">
5 9f012dae Leonidas Poulopoulos
               
6 bbc3e0ab Leonidas Poulopoulos
        {% if user.is_authenticated %}
7 e872bc30 Leonidas Poulopoulos
        <p>{% trans "If you have any questions or need help, contact GRNET Helpdesk at <a href='mailto:helpdesk@grnet.gr'>helpdesk@grnet.gr</a> or 800-11-47638." %}</p>
8 11c1e8d5 Leonidas Poulopoulos
        {% endif %}
9 e872bc30 Leonidas Poulopoulos
        <div style="padding-top: 10px;">{% trans "Designed and developed by GRNET NOC" %}</div>
10 e872bc30 Leonidas Poulopoulos
        <div class="row"><a href="http://noc.grnet.gr">{% trans "GRNET" %} NOC</a> | <a href="/fod/info/{{LANGUAGE_CODE}}/">{% trans "Info" %}</a> | <a href="/fod/tos/{{LANGUAGE_CODE}}/">{% trans "Service Terms" %}</a></div>
11 e872bc30 Leonidas Poulopoulos
        <div style="padding-top: 10px;">
12 e872bc30 Leonidas Poulopoulos
        <a href="//facebook.com/noc.grnet.gr" target="_blank"><img src="/fodstatic/img/facebook_img.png" alt="GRNET NOC on Facebook" title="GRNET NOC on Facebook"/></a>  <a href="//twitter.com/grnetnoc"  target="_blank"><img src="/fodstatic/img/twitter_img.png" alt="GRNET NOC on Twitter" title="GRNET NOC on Twitter"/></a>
13 e872bc30 Leonidas Poulopoulos
        </div>
14 e872bc30 Leonidas Poulopoulos
<div style="padding-top: 10px;">
15 8a843e63 Leonidas Poulopoulos
        <p style="text-align: center;"><img width="46" height="40" border="0" class="image image-img_assist_custom-46x40 " src="//noc.grnet.gr/sites/default/files/images/image_PSSYGK.img_assist_custom-46x40.png" alt="Flag ΨΣ" title="Flag ΨΣ"> <img width="49" height="40" border="0" class="image image-img_assist_custom-49x40 " src="//noc.grnet.gr/sites/default/files/images/image_EEflag.img_assist_custom-49x40.png" alt="EU flag" title="EU flag"> <img width="90" height="40" border="0" class="image image-img_assist_custom-90x40 " src="//noc.grnet.gr/sites/default/files/images/image_YPDBMTH.img_assist_custom-90x40.png" alt="Flag ΥΠΔΒΜΘ" title="Flag ΥΠΔΒΜΘ"><img width="67" height="40" border="0" class="image image-img_assist_custom-67x40 " src="//noc.grnet.gr/sites/default/files/images/image_ESPA.img_assist_custom-67x40.png" alt="ESPA" title="ESPA"></p>
16 e872bc30 Leonidas Poulopoulos
        </div>
17 bbc3e0ab Leonidas Poulopoulos
      </div>
18 bbc3e0ab Leonidas Poulopoulos
    </footer>