X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=bb5b16c22191011d1c17ce423fa420a1472d812d;hb=87be70ddfd98c34b6d422368c244343a3b36e497;hp=d2d190e4c0fbdae51f5e6c76e1e38d46761b0248;hpb=ba476841726dc818c0efd3ed25e42955a39fc504;p=myslice.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index d2d190e4..bb5b16c2 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -6,8 +6,16 @@ {% widget '_widget-news.html' %} --> {% if username %} +{% widget "_widget-no_credentials.html" %}
+ {%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 pi %}

EXPERIMENT @@ -16,46 +24,68 @@

- + +
+
+

Your slices + + + +

Loading Slices
-
- -
-
- -
+ onclick="return launchApplication('http://jfed.iminds.be/releases/5.4-dev/r2289/webstart/experimenter/jfed-experimenter.jnlp');"> + jFed

MANAGEMENT

+
+ +
+
+

Your projects + + +

+
+
+
Loading projects
+
+

SUPPORT

- +
+

+
+ +
- +
@@ -73,10 +103,93 @@ {% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} - Email: {{person.email}} + Username: {{person.email}} +
+ + + {%else%} +
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + +

+
+
+
Loading Slices
+
+ {% if pending_slices %} +

Pending slices + +

+ +

+ {%endif%} +

Experiment now

+ + jFed +
+
+

+ SUPPORT +

+
+ +
+
+ +
+

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Username: {{person.email}}
+ {%endif%} + {% else %}
@@ -84,13 +197,13 @@

- Your Easy Access to Computer Networking Testbeds. + Fed4FIRE Portal

- A wide variety of world class testbeds available through your one account. + Your easy access to Future Internet Research and Experimentation testbeds belonging to the Fed4FIRE federation.

- Want to learn more? + Want to learn more?

@@ -113,24 +226,32 @@ $('div#'+$(this).data('panel')).show(); }); $('button#validaterequestbtn').click(function() { - window.location="/portal/validate/"; + window.location="/portal/institution#requests"; }); $('button#ticketbtn').click(function() { window.location="/portal/contact/"; }); + $('button#statbtn').click(function() { + window.location="https://flsmonitor.fed4fire.eu"; + }); + $('button#repbtn').click(function() { + window.location="/portal/reputation"; + }); $('button#signupbtn').click(function() { window.location="/portal/register/"; }); $('button#slicerequestbtn').click(function() { window.location="/portal/slice_request/"; }); -/*------- -List of slices has been moved in -portal/templates/base.html -This should go into session ---------*/ + $('button#projectrequestbtn').click(function() { + window.location="/portal/project_request/"; + }); + + myslice.loadSlices(); }); + + +{# widget "_widget-monitor.html" #} +{# widget "_widget-stats-top-slices.html" #} + {% endblock %}