X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=6fd7e1d9e467cf956e19420e0c986f5d9d0eda8f;hb=550fb69fd118f544fb7eb7faa8345654af28a427;hp=636f1502a4bc67c81d400b3f97d896d6ed22a977;hpb=847b6bbe39fd5d106adfef121847c170f2808ad0;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 636f1502..6fd7e1d9 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -26,7 +26,7 @@ {% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} - Email: {{person.email}} + Email: {{person.email}} {% else %} @@ -65,20 +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 @@ $('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 @@ $.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($( "