Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 518 Rev 576
Line 12... Line 12...
12
	AbstractImagePrototype ajaxLoader();
12
	AbstractImagePrototype ajaxLoader();
Line 13... Line 13...
13
	
13
	
14
	@Resource("ajouter.png")
14
	@Resource("ajouter.png")
Line -... Line 15...
-
 
15
	AbstractImagePrototype ajouter();
-
 
16
	
-
 
17
	@Resource("annuler.png")
15
	AbstractImagePrototype ajouter();
18
	AbstractImagePrototype annuler();
16
	
19
	
Line 17... Line 20...
17
	@Resource("application_formulaire_modifier.png")
20
	@Resource("application_formulaire_modifier.png")
18
	AbstractImagePrototype appFormModifier();
21
	AbstractImagePrototype appFormModifier();
Line 19... Line 22...
19
	
22
	
20
	@Resource("application_panneau_liste.png")
23
	@Resource("application_panneau_liste.png")
Line -... Line 24...
-
 
24
	AbstractImagePrototype appPanneauListe();
-
 
25
	
-
 
26
	@Resource("application.png")
21
	AbstractImagePrototype appPanneauListe();
27
	AbstractImagePrototype application();
22
	
28
	
Line 23... Line 29...
23
	@Resource("application.png")
29
	@Resource("appliquer.png")
24
	AbstractImagePrototype application();
30
	AbstractImagePrototype appliquer();
Line 57... Line 63...
57
	AbstractImagePrototype livreOuvert();
63
	AbstractImagePrototype livreOuvert();
Line 58... Line 64...
58
	
64
	
59
	@Resource("rafraichir.png")
65
	@Resource("rafraichir.png")
Line -... Line 66...
-
 
66
	AbstractImagePrototype rafraichir();
-
 
67
	
-
 
68
	@Resource("reinitialiser.png")
60
	AbstractImagePrototype rafraichir();
69
	AbstractImagePrototype reinitialiser();
61
	
70
	
Line 62... Line 71...
62
	@Resource("supprimer.png")
71
	@Resource("supprimer.png")
63
	AbstractImagePrototype supprimer();
72
	AbstractImagePrototype supprimer();
Line 90... Line 99...
90
	AbstractImagePrototype scriptGo();
99
	AbstractImagePrototype scriptGo();
Line 91... Line 100...
91
	
100
	
92
	@Resource("script_save.png")
101
	@Resource("script_save.png")
Line -... Line 102...
-
 
102
	AbstractImagePrototype scriptSave();
-
 
103
	
-
 
104
	@Resource("valider.png")
93
	AbstractImagePrototype scriptSave();
105
	AbstractImagePrototype valider();