cosmetic
[myslice.git] / views / templates / view-login.html
index cff2c44..b28f13c 100644 (file)
@@ -5,23 +5,9 @@
 {% endblock unfold2_margin %}
 
 {% 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. 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 %}
-  <li class='well'> Name= <code>{{ k }}</code>, Password= <code>{{ v }}</code> </li>
-  {% endfor %}
-</ul>
-</li></ul>
--->
-
+<link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
 <div style='padding: 20px;'>
-  <div style=' padding-top: 12px; background-color: orange; border: 1px solid #61210B; text-align: center;'>
+  <div class='OneLabTitle'>
     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
     <h3>New to OneLab? Please <a href="/portal/register">register</a> or learn more about <a href="http://www.onelab.eu/" target="_blank">the project</a>.</h3>
   </div>
@@ -37,6 +23,7 @@ testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
 federated testbeds.
   </p>
   <div class="item-separator"></div>
+<p>This UI server is connected to the manifold backend running at <code>{{ manifold_url }}</code>.</p>
 </div>
 
 {% endblock unfold2_main %}