Subversion Repositories eFlore/Applications.del

Rev

Rev 49 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 135
Line 8... Line 8...
8
 */
8
 */
9
public interface Ressources extends ClientBundle {
9
public interface Ressources extends ClientBundle {
Line 10... Line 10...
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
}