Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1559 Rev 2627
Line 1... Line 1...
1
package org.tela_botanica.client.vues.observation.indicateurs;
1
package org.tela_botanica.client.vues.observation.indicateurs;
Line -... Line 2...
-
 
2
 
2
 
3
import org.tela_botanica.client.i18n.Msg;
3
import org.tela_botanica.client.interfaces.Rafraichissable;
4
import org.tela_botanica.client.interfaces.Rafraichissable;
Line 4... Line 5...
4
import org.tela_botanica.client.observation.ObservationMediateur;
5
import org.tela_botanica.client.observation.ObservationMediateur;
5
 
6
 
Line 32... Line 33...
32
	
33
	
33
	private String urlImage = "" ;
34
	private String urlImage = "" ;
Line 34... Line 35...
34
	private String urlImageMax = "" ;
35
	private String urlImageMax = "" ;
Line 35... Line 36...
35
	
36
	
Line 36... Line 37...
36
	
37
	
37
	private com.gwtext.client.widgets.Window imgZoom = new com.gwtext.client.widgets.Window("Agrandissement") ;
38
	private com.gwtext.client.widgets.Window imgZoom = new com.gwtext.client.widgets.Window(Msg.get("agrandissement")) ;
38
	
39