X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=c9be8b6b117c449ddee14d84373e94e8e80f1eda;hb=16a4bf955a76fee81209cd60458745040ed3c711;hp=08670c874744c53f2623b1479bf6ddccd045f79d;hpb=7464fb5c0d4d4857963b52b944b27df41e4ec1f6;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 08670c87..c9be8b6b 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -6,241 +6,163 @@ {% widget '_widget-news.html' %} --> {% if username %} - - -
- {%if 'no_creds' in user_cred %} -

NO CREDENTIALS are delegated to the portal!

- {%endif%} - {%if 'creds_expired' in user_cred %} -

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

- {%endif%} -
- {%if 'is_pi' in pi %} -
-

- EXPERIMENT -

-
- -
-
- -
-
-

Your slices - - +{% block head %} + +{% endblock head %} -

-
-
-
Loading Slices
-
-
-
-

MANAGEMENT

-
- -
-
- -
-
-
-

- SUPPORT -

-
- -
-
- -
-
- -
-

- ACCOUNT -

-
- -
-
- -
-
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Username: {{person.email}} -
-
-
- {%else%} +{% widget "_widget-no_credentials.html" %} +
-
-

- EXPERIMENT -

-
- -
-
- -
-
-

Your slices - - -

-
-
-
Loading Slices
-
- {% if pending_slices %} -

Pending slices - -

    - {% for slices in pending_slices %} -
  • {{slices}}
  • - {% endfor %} -
- -

- {%endif%} -
-
-

- SUPPORT -

-
- -
-
- -
-
- -
-

- ACCOUNT -

-
- -
-
- -
-
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Username: {{person.email}} -
-
-
- {%endif%} + +
+
+
+

+ EXPERIMENT +

+
+ Create/Join project +
+ +
+ Your projects and slices +   + +
Loading projects
+
+ +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

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

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

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

- Your Easy Access to Computer Networking Testbeds: -

-

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

-
-
-
- {% widget '_widget-login-user.html' %} -
-
-
-
+
+
+
+

+ Your Easy Access to Computer Networking Testbeds: +

+

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

+
+
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
+ + {% endif %} -{# widget "_widget-monitor.html" #} -{# widget "_widget-stats-top-slices.html" #} + + + + +{% widget "_widget-monitor.html" %} {% endblock %}