Remove mis-pasted code
[flowspy] / templates / welcome.html
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>
9                                         <iframe width="640" height="360" src="https://www.youtube.com/embed/VZy7DG8sjSk?rel=0" frameborder="0" allowfullscreen></iframe>                        
10                                 </p>
11                                 
12                                 <p>{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}</p>
13                                 </div>
14                                 <div class="row-fluid">
15                                 <div class="span4 well"><h3>{% trans "What" %}?</h3><hr>
16                                 <p>{% blocktrans %}If you are new to the service, take some time to read the{% endblocktrans %} <a href="/info/{{LANGUAGE_CODE}}/">{% trans "Service Description" %}</a></p>
17                                 <p>{% blocktrans %}Before asking why? take some time to look at the{% endblocktrans %} <a href="/tos/{{LANGUAGE_CODE}}/">{% trans "Service Terms" %}</a></p>
18                                 
19                                 </div>
20                                 <div class="span4 well"><h3>{% trans "How" %}?</h3><hr>
21                                 <p>{% blocktrans %}If you have properly set your Shibboleth attributes, you may proceed{% endblocktrans %}</p>
22                                 <div style="text-align: center;">
23                                         <a href="{% url login %}">
24                                         <img src="{{STATIC_URL}}shib_login.png" style="border:none;">
25                                         <p>{% trans "Shibboleth Login" %}</p>
26                                 </a>
27         
28 </div>
29                                 </div>
30                                 <div class="span4 well"><h3>{% trans "Help" %}?</h3><hr>
31                                 <p>
32                                 <p>{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}</p>
33                                 </p>
34                                 </div>
35 </div>
36
37                         </div>
38                         {% endblock %}