305b5c6dc6d318d4c748c3417d7806d50f101cbe
[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 one authentication system:</code>
10 <ul>
11 <li> A manifold server, located at <code>{{ manifold_url }}</code>, (configured in <code>myslice/config.py</code>), and</li>
12 </ul>
13 <p>
14 as a proof of concept, a set of hardwired user accounts used to be available but as these would not let you do anything valuable with the backend it is now turned off.
15 </p>
16 -->
17 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/register.css" />
18 <div style='padding: 20px;'>
19   <div class='OneLabTitle'>
20     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
21     <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>
22   </div>
23 <p/>
24   <p>
25 Experimentally-driven research is key to success in exploring the possible
26 futures of the Internet. The OneLab initiative provides an open,
27 general-purpose, shared experimental facility, both large-scale and
28 sustainable, which allows European industry and academia to innovate and assess
29 the performance of their solutions. Based on the results of several different
30 European and national projects, OneLab offers access to a range of  tools and
31 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
32 federated testbeds.
33   </p>
34   <div class="item-separator"></div>
35 <p>This UI server is connected to the manifold backend running at <code>{{ manifold_url }}</code>.</p>
36 </div>
37
38 {% endblock unfold2_main %}