X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=d7689fcbb0d567e05ab509f9a56d0cc13715ff2f;hb=refs%2Fheads%2Fonelab;hp=5fb5dcf68e15a833f3a770d1619caa58558e7064;hpb=c3c38ca2ec7e6bffb3cf70897a190729a05d16a1;p=myslice.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 5fb5dcf6..d7689fcb 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -5,71 +5,167 @@ +{% if username %} + +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+
+ Create/Join project +
+ +
+ Your projects and slices +   + +
Loading projects
+
+ {% include theme|add:"_jfed_button.html" %} +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

+ {{person.first_name}} {{person.last_name}} +

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+

+ Documentation & Tutorials +

+ {% include theme|add:"_dashboard_links.html" %} +
+
+
+
+
+

+ + SERVICES +

+

+ +
+ + + Connect to AiC + +
+ + Documentation +

+
+
+
+
+
+{% else %}
-
-
-

- Your Easy Access to Computer Networking Testbeds: -

-

- A wide variety of world class testbeds available through your one account -

-
-
- {% if person %} -
- -
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Email: {{person.email}} -
-
- {% else %} -
- {% widget '_widget-login-user.html' %} -
- {% endif %} - - {% if person %} - -
Loading Slices
- {% else %} - {% endif %} - - -
-
-
-
+
+ {% widget '_slogan.html' %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+ + + +{% endif %} + + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} {% endblock %}