Statistics
| Branch: | Tag: | Revision:

root / templates / welcome.html @ e872bc30

History | View | Annotate | Download (1.5 kB)

1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Login" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
                        {% block contentplaceholder %}
6
                        <div id="content" class="container">
7
                                <div class="hero-unit" style="text-align:center"><h2>GRNET - Firewall on Demand</h2>
8
                                <p><img src="/fodstatic/img/fod_footer_logo.png" /></p>
9
                                <p>{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}</p>
10
                                </div>
11
                                <div class="row-fluid">
12
                                <div class="span4 well"><h3>{% trans "What" %}?</h3><hr>
13
                                <p>{% blocktrans %}If you are new to the service, take some time to read the{% endblocktrans %} <a href="/fod/info/{{LANGUAGE_CODE}}/">{% trans "Service Description" %}</a></p>
14
                                <p>{% blocktrans %}Before asking why? take some time to look at the{% endblocktrans %} <a href="/fod/tos/{{LANGUAGE_CODE}}/">{% trans "Service Terms" %}</a></p>
15
                                </div>
16
                                <div class="span4 well"><h3>{% trans "How" %}?</h3><hr>
17
                                <p>{% blocktrans %}If you have properly set your Shibboleth attributes, you may proceed{% endblocktrans %}</p>
18
                                <div style="text-align: center;">
19
                                        <a href="{% url login %}">
20
                                        <img src="/fodstatic/shib_login.png" style="border:none;">
21
                                        <p>{% trans "Shibboleth Login" %}</p>
22
                                </a>
23
        
24
</div>
25
                                </div>
26
                                <div class="span4 well"><h3>{% trans "Help" %}?</h3><hr>
27
                                {% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}</div>
28
</div>
29

    
30
                        </div>
31
                        {% endblock %}