css color titles = OneLabTitle
[myslice.git] / views / templates / view-login.html
1 {% extends 'layout-unfold2.html' %}
2
3 {% block unfold2_margin %}
4 {% include 'widget-login.html' %}
5 {% endblock unfold2_margin %}
6
7 {% block unfold2_main %}
8 <!--
9 <code> This page is currently connected to two authentication systems:</code>
10 <ul>
11 <li> A manifold server, located at <code>{{ manifold_url }}</code>, (configured in <code>myslice/config.py</code>), and</li>
12 <li>
13 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.
14 Currently hard wired users are:
15 <ul>
16   {% for k,v in hard_wired_users.iteritems %}
17   <li class='well'> Name= <code>{{ k }}</code>, Password= <code>{{ v }}</code> </li>
18   {% endfor %}
19 </ul>
20 </li></ul>
21 -->
22 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
23 <div style='padding: 20px;'>
24   <div class='OneLabTitle'>
25     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
26     <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>
27   </div>
28 <p/>
29   <p>
30 Experimentally-driven research is key to success in exploring the possible
31 futures of the Internet. The OneLab initiative provides an open,
32 general-purpose, shared experimental facility, both large-scale and
33 sustainable, which allows European industry and academia to innovate and assess
34 the performance of their solutions. Based on the results of several different
35 European and national projects, OneLab offers access to a range of  tools and
36 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
37 federated testbeds.
38   </p>
39   <div class="item-separator"></div>
40 </div>
41
42 {% endblock unfold2_main %}