From: Ciro Scognamiglio Date: Thu, 27 Feb 2014 16:02:24 +0000 (+0100) Subject: Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab X-Git-Tag: myslice-1.1~271 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=550fb69fd118f544fb7eb7faa8345654af28a427;hp=-c;p=myslice.git Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab --- 550fb69fd118f544fb7eb7faa8345654af28a427 diff --combined portal/templates/onelab/onelab_home-view.html index 636f1502,a1206de1..6fd7e1d9 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@@ -1,7 -1,7 +1,7 @@@ -{% extends "layout-unfold1.html" %} +{% extends "base.html" %} -{% block unfold_main %} -
+{% block content %} +
{% else %} @@@ -65,20 -65,17 +65,17 @@@ {% if person %} - {% if person.last_name %} -
{{person.first_name}} {{person.last_name}}
{% endif %} -
Email: {{person.email}}
+ {% else %} {% include 'onelab__widget-login-manager.html' %} {% endif %} - + -
-
+ @@@ -92,6 -89,9 +89,9 @@@ $('div.home-panel').hide(); $('div#'+$(this).data('panel')).show(); }); + $('button#validaterequestbtn').click(function() { + window.location="/portal/validate/"; + }); $('button#ticketbtn').click(function() { window.location="/portal/contact/"; }); @@@ -103,7 -103,7 +103,7 @@@ $.post("/rest/user/",{'filters':{'user_hrn':'$user_hrn'}}, function( data ) { var items = []; $.each( data[0].slice, function( key, val ) { - items.push( "
  • " + val.slice_hrn + "
  • " ); + items.push( "
  • " + val.slice_hrn + "
  • " ); }); $("div#home-slice-list").html($( "