Subversion Repositories eFlore/Applications.del

Rev

Rev 49 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 135
1
package org.tela_botanica.del.client;
1
package org.tela_botanica.del.client;
2
 
2
 
3
import com.google.gwt.resources.client.ClientBundle;
3
import com.google.gwt.resources.client.ClientBundle;
4
import com.google.gwt.resources.client.ImageResource;
4
import com.google.gwt.resources.client.ImageResource;
5
 
5
 
6
/**
6
/**
7
 * Resources used by the entire application.
7
 * Resources used by the entire application.
8
 */
8
 */
9
public interface Ressources extends ClientBundle {
9
public interface Ressources extends ClientBundle {
10
 
10
 
11
	@Source("logo.jpg")
11
	@Source("logo.jpg")
12
	ImageResource logo();
12
	ImageResource logo();
13
	
13
 
14
	@Source("scroll-arrow-left.gif")
14
	@Source("flecheGauche.png")
15
	ImageResource arrowLeft();
15
	ImageResource arrowLeft();
16
	
16
 
17
	@Source("scroll-arrow-right.gif")
17
	@Source("flecheDroite.png")
18
	ImageResource arrowRight();
18
	ImageResource arrowRight();
19
}
19
}