Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 202 Rev 233
Line 20... Line 20...
20
		  			 
20
		  			 
21
			 if (GWT.isScript()) { 
21
			 if (GWT.isScript()) { 
22
				 new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
22
				 new Viewport(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne()) ;
23
			 } 
23
			 } 
24
			 else { // Mode hosted
24
			 else { // Mode hosted
25
				 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
25
				RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
Line 26... Line 26...
26
			 }
26
			 }
27
			 
27
			 
28
			 carnetEnLigneMediateur.getEtatUtilisateur() ;
28
			 carnetEnLigneMediateur.getEtatUtilisateur() ;