c5f3bfc679a0378dff22bfad1d72f52f1e99c912
[myslice.git] / portal / templates / home-view.html
1 {# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #}
2 {% extends layout_1_or_2 %}
3
4 {% block unfold_margin %}
5 {% include 'widget-login.html' %}
6 {% endblock unfold_margin %}
7
8 {% block unfold_main %}
9 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
10 <!-- xxx ideally only onelab.css but ... xxx -->
11 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
12 <div class='well-lg onelab-title'>
13   <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
14   <h4>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>
15 </div>
16 <div class='well'>
17 <p>
18 Experimentally-driven research is key to success in exploring the possible
19 futures of the Internet. The OneLab initiative provides an open,
20 general-purpose, shared experimental facility, both large-scale and
21 sustainable, which allows European industry and academia to innovate and assess
22 the performance of their solutions. Based on the results of several different
23 European and national projects, OneLab offers access to a range of  tools and
24 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
25 federated testbeds.
26 </p>
27 <p>This UI server is connected to the manifold backend running at <code>{{ MANIFOLD_URL }}</code>.</p>
28 </div>
29
30 {% endblock unfold_main %}