Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1531 Rev 1543
Line 267... Line 267...
267
			if (! observation.getIdAuteur().equals("0")) {
267
			if (! observation.getIdAuteur().equals("0")) {
268
				vue.getLienAuteur().addClickHandler(new ClickHandler() {
268
				vue.getLienAuteur().addClickHandler(new ClickHandler() {
269
					@Override
269
					@Override
270
					public void onClick(ClickEvent event) {
270
					public void onClick(ClickEvent event) {
271
						Config config = new Config();
271
						Config config = new Config();
272
						Window.open(config.getUrl("annuaire") + observation.getIdAuteur(), "Consultation de l'annuaire", null);
272
						Window.open(config.getUrl("profil") + observation.getIdAuteur(), "Consultation de l'annuaire", null);
273
					}
273
					}
274
				});
274
				});
Line 275... Line 275...
275
				
275
				
276
				vue.activerLienAuteur();
276
				vue.activerLienAuteur();