Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1531 Rev 1543
Line 137... Line 137...
137
			vue.ajouterLienAuteur();
137
			vue.ajouterLienAuteur();
138
			vue.getAuteur().addClickHandler(new ClickHandler() {
138
			vue.getAuteur().addClickHandler(new ClickHandler() {
139
				@Override
139
				@Override
140
				public void onClick(ClickEvent event) {
140
				public void onClick(ClickEvent event) {
141
					Config config = new Config();
141
					Config config = new Config();
142
					Window.open(config.getUrl("annuaire") + idContributeur, "Consultation de l'annuaire", null);
142
					Window.open(config.getUrl("profil") + idContributeur, "Consultation de l'annuaire", null);
143
				}
143
				}
144
			});
144
			});
145
		}
145
		}
146
	}
146
	}