Login page: 'register' redirection works and 'the project' redirects to onelab.eu
[myslice.git] / views / templates / view-login.html
index 5a5aeb4..d68f8cf 100644 (file)
@@ -1,15 +1,16 @@
-{% extends 'layout-myslice.html' %}
+{% extends 'layout-unfold2.html' %}
 
-{% block content_related %}
+{% block unfold2_margin %}
 {% include 'widget-login.html' %}
-{% endblock content_related %}
+{% endblock unfold2_margin %}
 
-{% block content_main %}
+{% block unfold2_main %}
+<!--
 <code> This page is currently connected to two authentication systems:</code>
 <ul>
 <li> A manifold server, located at <code>{{ manifold_url }}</code>, (configured in <code>myslice/config.py</code>), and</li>
 <li>
-as a proof of concept, a set of hardwired user accounts, see <code>auth/backend.py</code> for more details. 
+as a proof of concept, a set of hardwired user accounts, see <code>auth/backend.py</code> for more details. However these won't of course have the ability to run real queries at the backend so it's more for testing login and all this.
 Currently hard wired users are:
 <ul>
   {% for k,v in hard_wired_users.iteritems %}
@@ -17,4 +18,25 @@ Currently hard wired users are:
   {% endfor %}
 </ul>
 </li></ul>
-{% endblock content_main %}
+-->
+
+<div style='padding: 20px;'>
+  <div style=' padding-top: 12px; background-color: orange; border: 1px solid #61210B; text-align: center;'>
+    <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
+    <h3>New to OneLab? Please <a href="../portal/user/register">register</a> or learn more about <a href="http://www.onelab.eu/" target="_blank">the project</a>.</h3>
+  </div>
+<p/>
+  <p>
+Experimentally-driven research is key to success in exploring the possible
+futures of the Internet. The OneLab initiative provides an open,
+general-purpose, shared experimental facility, both large-scale and
+sustainable, which allows European industry and academia to innovate and assess
+the performance of their solutions. Based on the results of several different
+European and national projects, OneLab offers access to a range of  tools and
+testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
+federated testbeds.
+  </p>
+  <div class="item-separator"></div>
+</div>
+
+{% endblock unfold2_main %}