Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 69 Rev 70
Line 19... Line 19...
19
			 CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
19
			 CarnetEnLigneMediateur carnetEnLigneMediateur= CarnetEnLigneMediateur.Instance();
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 {
24
			 else { // Mode hosted
25
				 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
25
				 RootPanel.get().add(carnetEnLigneMediateur.getPanneauPrincipalCarnetEnLigne());
Line 26... Line 26...
26
			 }
26
			 }
27
		  
27