From: Loic Baron Date: Thu, 27 Feb 2014 10:54:36 +0000 (+0100) Subject: Institutions: Added logo for ple.upmc dependancy with authority_hrn, we will have... X-Git-Tag: myslice-1.1~277 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=981444de731f10780a07233881787a6ce9b232e6;p=unfold.git Institutions: Added logo for ple.upmc dependancy with authority_hrn, we will have to add logos in this folder for each joining institution ! --- diff --git a/portal/static/img/institutions/ple.upmc.gif b/portal/static/img/institutions/ple.upmc.gif new file mode 100644 index 00000000..1a2d1cbb Binary files /dev/null and b/portal/static/img/institutions/ple.upmc.gif differ diff --git a/portal/templates/institution.html b/portal/templates/institution.html index 8248fca8..771a5e5c 100644 --- a/portal/templates/institution.html +++ b/portal/templates/institution.html @@ -86,7 +86,7 @@ /* 'city','enabled','legal','longitude','onelab_membership','address','parent_authority','slice','user','country', 'tech','abbreviated_name','url','postcode','description','scientific','authority_hrn','latitude','name' */ $.each( data, function( key, val ) { - authority_row = "
"; + authority_row = "
"; authority_row += "
"; authority_row += "authority: "+val.authority_hrn+"
"; authority_row += "
";