Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 691 Rev 697
Line 15... Line 15...
15
	// Général
15
	// Général
16
	String chargement();
16
	String chargement();
17
	String oui();
17
	String oui();
18
	String non();
18
	String non();
19
	String autres();
19
	String autres();
-
 
20
	String nom();
Line 20... Line 21...
20
 
21
 
21
	// Boutons
22
	// Boutons
22
	String ajouter();
23
	String ajouter();
23
	String modifier();
24
	String modifier();
Line 35... Line 36...
35
	String demanderValeur();
36
	String demanderValeur();
36
	String valeurDejaPresente();
37
	String valeurDejaPresente();
Line 37... Line 38...
37
	
38
	
38
	// Téléphone
39
	// Téléphone
-
 
40
	String FIX();
-
 
41
	String GSM();
39
	String FIX();
42
	String FAX();
40
	String PORT1();
43
	String PORT1();
Line 41... Line 44...
41
	String PORT2();
44
	String PORT2();
42
	
45
	
Line 80... Line 83...
80
	String structureInfoPersonnel();
83
	String structureInfoPersonnel();
81
	String titrePersonnel();
84
	String titrePersonnel();
82
	String titreMembre();
85
	String titreMembre();
83
	String nbrePersonnelCollection();
86
	String nbrePersonnelCollection();
84
	String fonction();
87
	String fonction();
85
	String prenom();
-
 
86
	String nom();
-
 
87
	String telephoneFixe();
-
 
88
	String fax();
-
 
89
	String courrielPrincipal();
88
	String courrielPrincipal();
90
	String statut();
89
	String statut();
91
	String tpsTravail();
90
	String tpsTravail();
92
	String specialite();
91
	String specialite();
93
	String boolContact();
92
	String boolContact();
Line 212... Line 211...
212
	String page();
211
	String page();
213
	String sur();
212
	String sur();
214
	String parPage();
213
	String parPage();
215
	String afficher();
214
	String afficher();
216
	String elements();
215
	String elements();
217
	
-
 
218
	//Truk
-
 
219
	String GSM();
-
 
220
}
216
}
221
217