Subversion Repositories eFlore/Applications.coel

Rev

Rev 777 | Rev 797 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 777 Rev 780
Line 100... Line 100...
100
			if (lstLogos!=null && lstLogos.size() > 0)	{
100
			if (lstLogos!=null && lstLogos.size() > 0)	{
Line 101... Line 101...
101
				
101
				
102
				tabLogos.removeAll();
102
				tabLogos.removeAll();
103
				String urlLogoPrinc = (String) lstLogos.get(0);
103
				String urlLogoPrinc = (String) lstLogos.get(0);
104
				if (!urlLogoPrinc.trim().equals(""))	{
104
				if (!urlLogoPrinc.trim().equals(""))	{
105
					tplEntete = "<div id='personne-logo-div'><img src='{image}' alt='logo' height='40px'/></div>" + tplEntete;
105
					tplEntete = "<div id='personne-logo-div'><img src='{image}' alt='logo' /></div>" + tplEntete;
106
					enteteParams.set("image", urlLogoPrinc);
106
					enteteParams.set("image", urlLogoPrinc);
Line 107... Line 107...
107
				}
107
				}
108
				
108