Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 259 Rev 260
Line 32... Line 32...
32
import com.extjs.gxt.ui.client.widget.layout.FlowLayout;
32
import com.extjs.gxt.ui.client.widget.layout.FlowLayout;
33
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
33
import com.extjs.gxt.ui.client.widget.layout.FormLayout;
34
import com.extjs.gxt.ui.client.widget.layout.TableData;
34
import com.extjs.gxt.ui.client.widget.layout.TableData;
35
import com.extjs.gxt.ui.client.widget.layout.TableLayout;
35
import com.extjs.gxt.ui.client.widget.layout.TableLayout;
36
import com.google.gwt.core.client.GWT;
36
import com.google.gwt.core.client.GWT;
-
 
37
import com.google.gwt.user.client.Window;
37
import com.google.gwt.user.client.ui.Image;
38
import com.google.gwt.user.client.ui.Image;
Line 38... Line 39...
38
 
39
 
Line 39... Line 40...
39
public class PersonneDetailPanneauVue extends TabPanel implements Rafraichissable {
40
public class PersonneDetailPanneauVue extends TabPanel implements Rafraichissable {
Line 309... Line 310...
309
				labelCourriel.setValue(valeurCourriel);
310
				labelCourriel.setValue(valeurCourriel);
310
				fsContact.add(labelCourriel);
311
				fsContact.add(labelCourriel);
311
			}
312
			}
Line -... Line 313...
-
 
313
			
-
 
314
			
-
 
315
			// Url Site Webs
-
 
316
			LinkedList listeUrl = (LinkedList) personne.getChaineDenormaliseAsMapOrList("truk_url");
-
 
317
			if (listeUrl!=null && listeUrl.size() > 0)	{
-
 
318
				String strUrl = "";
-
 
319
				Iterator<String> urlIt = listeUrl.iterator();
-
 
320
				while (urlIt.hasNext())	{
-
 
321
					String urlCourante = urlIt.next();
-
 
322
					strUrl += "<a href=\""+urlCourante+"\">" + urlCourante + "</a> <br/>";
-
 
323
					
-
 
324
					
-
 
325
				}
-
 
326
				
-
 
327
				LabelField urlLabelField = new LabelField();
-
 
328
				urlLabelField.setFieldLabel("Url:");
-
 
329
				urlLabelField.setValue(strUrl);
-
 
330
				fsContact.add(urlLabelField);
-
 
331
			}
312
			
332
			
Line 313... Line 333...
313
			
333
			
Line 346... Line 366...
346
			
366
			
347
			tabAdresse.add(fsAdressePerso);
367
			tabAdresse.add(fsAdressePerso);
Line -... Line 368...
-
 
368
			tabAdresse.setScrollMode(Scroll.AUTO);
-
 
369
			
-
 
370
 
-
 
371
			/*
-
 
372
			 *	Infos naturalistes 
-
 
373
			 * */
348
			tabAdresse.setScrollMode(Scroll.AUTO);
374
			
349
			
375
			// Biographie
350
 
376
			// tabInfosNat
Line 351... Line 377...
351
			layout();
377
			layout();