cosmetic
[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 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
9 <div style='padding: 20px;'>
10   <div class='OneLabTitle'>
11     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
12     <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>
13   </div>
14 <p/>
15   <p>
16 Experimentally-driven research is key to success in exploring the possible
17 futures of the Internet. The OneLab initiative provides an open,
18 general-purpose, shared experimental facility, both large-scale and
19 sustainable, which allows European industry and academia to innovate and assess
20 the performance of their solutions. Based on the results of several different
21 European and national projects, OneLab offers access to a range of  tools and
22 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
23 federated testbeds.
24   </p>
25   <div class="item-separator"></div>
26 <p>This UI server is connected to the manifold backend running at <code>{{ manifold_url }}</code>.</p>
27 </div>
28
29 {% endblock unfold2_main %}