X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Finstitution.html;h=04948553a1a62e96c9cb4101e6b4cbb791cffd8b;hb=c457730e8d49ee507846edeb8a474374f0122f25;hp=26fdf0a938925a144e675b48019b944f2bdcd18b;hpb=1592ab3da5f8f101bca51e156a067b4141c14012;p=unfold.git diff --git a/portal/templates/institution.html b/portal/templates/institution.html index 26fdf0a9..04948553 100644 --- a/portal/templates/institution.html +++ b/portal/templates/institution.html @@ -28,6 +28,9 @@
+
+

{{user_details.parent_authority}}

+
@@ -50,8 +53,8 @@
{%if pi %}
- - + +
{% endif %} @@ -166,7 +169,7 @@ $(document).ready(function() { $.each( data, function( key, val ) { list_users.push( "
  • " + val.user_email + "
  • " ); user_row = ""; - user_row += ""; + user_row += ""; user_row += ""+val.user_email+""; user_row += ""+val.user_hrn+""; /* @@ -193,13 +196,13 @@ $(document).ready(function() { e.preventDefault(); $(this).tab('show'); var id = $(this).attr('href').substr(1); - /* if ((id == 'requests')){ $("#" + id).load('/management/' + id); } - */ + /* if ((id == 'requests') || (id == 'about')) $("#" + id).load('/management/' + id); + */ }); var hash = window.location.hash; if (hash) {