Added alternate view for Helpdesk
[flowspy] / templates / welcome.html
index 569555d..75b0b67 100644 (file)
@@ -2,20 +2,37 @@
 {% load i18n %}
 {% block title %}{% trans "Login" %}{% endblock %}
 {% block brcrmb_container %}{% endblock %}
-{% block content %}
-<div id="welcome">
-<h3>{% trans "Welcome" %}</h3>
-{% blocktrans %}
-<p>Welcome to GRNET's FoD service.</p>
-<p>If you are new to the service, take some time to read the service description <a href="/about/info">here</a>.</p>
-<p>For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.</p>
-{% endblocktrans %}</p>
-</div>
-
-<div id="loginform">
+                       {% block contentplaceholder %}
+                       <div id="content" class="container">
+                               <div class="hero-unit" style="text-align:center"><h2>GRNET - Firewall on Demand</h2>
+                               <p>
+                                       <iframe width="640" height="360" src="https://www.youtube.com/embed/VZy7DG8sjSk?rel=0" frameborder="0" allowfullscreen></iframe>                        
+                               </p>
+                               
+                               <p>{% blocktrans %}Welcome to GRNET's FoD service.{% endblocktrans %}</p>
+                               </div>
+                               <div class="row-fluid">
+                               <div class="span4 well"><h3>{% trans "What" %}?</h3><hr>
+                               <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>
+                               <p>{% blocktrans %}Before asking why? take some time to look at the{% endblocktrans %} <a href="/fod/tos/{{LANGUAGE_CODE}}/">{% trans "Service Terms" %}</a></p>
+                               
+                               </div>
+                               <div class="span4 well"><h3>{% trans "How" %}?</h3><hr>
+                               <p>{% blocktrans %}If you have properly set your Shibboleth attributes, you may proceed{% endblocktrans %}</p>
+                               <div style="text-align: center;">
                                        <a href="{% url login %}">
-                                       <img src="/static/shib_login.png" style="border:none;">
-                                       <p>Shibboleth Login</p>
+                                       <img src="/fodstatic/shib_login.png" style="border:none;">
+                                       <p>{% trans "Shibboleth Login" %}</p>
                                </a>
+       
 </div>
-{% endblock %}
+                               </div>
+                               <div class="span4 well"><h3>{% trans "Help" %}?</h3><hr>
+                               <p>
+                               <p>{% blocktrans %}For troubleshooting info and remarks do not hesitate to contact GRNET's Helpdesk.{% endblocktrans %}</p>
+                               </p>
+                               </div>
+</div>
+
+                       </div>
+                       {% endblock %}
\ No newline at end of file