Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1206 Rev 1208
Line 18... Line 18...
18
	interface Binder extends UiBinder<Widget, LiensVue> {}
18
	interface Binder extends UiBinder<Widget, LiensVue> {}
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
	private static Binder binder = GWT.create(Binder.class);
20
	private static Binder binder = GWT.create(Binder.class);
21
	
21
	
Line 22... Line 22...
22
	@UiField Panel zonePartageUrl;
22
	@UiField Panel zonePartageUrl;
23
	@UiField Anchor ajouterObservation, aidePictoflora, aide, ajouterImage, participerProjet;
23
	@UiField Anchor ajouterObservation, aidePictoflora, aide, participerProjet;
24
	
24
	
25
	public LiensVue() {
25
	public LiensVue() {
Line 40... Line 40...
40
			//SI PICTO
40
			//SI PICTO
41
			ajouterObservation.setVisible(false);
41
			ajouterObservation.setVisible(false);
42
			aide.setVisible(false);
42
			aide.setVisible(false);
43
		} else {
43
		} else {
44
			aidePictoflora.setVisible(false);
44
			aidePictoflora.setVisible(false);
45
			ajouterImage.setVisible(false);
-
 
46
			participerProjet.setVisible(false);
45
			participerProjet.setVisible(false);
47
		}
46
		}
48
	}
47
	}
Line 49... Line 48...
49
	
48