Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1531 Rev 1553
Line 41... Line 41...
41
	@UiField
41
	@UiField
42
	Anchor lienIdentiplante; 
42
	Anchor lienIdentiplante; 
Line 43... Line 43...
43
	
43
	
44
	public MetadonneesVue() {
44
	public MetadonneesVue() {
-
 
45
		initWidget(binder.createAndBindUi(this));
45
		initWidget(binder.createAndBindUi(this));
46
 
-
 
47
		// Le lien ne doit être affiché que sur pictoflora
-
 
48
		String urlCourante = Window.Location.getHref();
-
 
49
		Config config = new Config();
46
		//Le lien ne doit être affiché que sur pictoflora
50
		String urlAppliImg = config.getUrl("pictoflora");
47
		if (!CacheClient.getInstance().getPageCourante().equals(ConstantesNavigation.PAGE_RECHERCHE_IMAGES)) {
51
		if (urlCourante.contains(urlAppliImg)) {
48
			lienIdentiplante.setVisible(false);
52
			lienIdentiplante.setVisible(false);
49
		}
53
		}
Line 50... Line 54...
50
	}
54
	}