Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1672 Rev 1687
Line 133... Line 133...
133
			vue.ajouterStyleLienAuteur();
133
			vue.ajouterStyleLienAuteur();
134
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
134
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
Line 135... Line 135...
135
				
135
				
136
				@Override
136
				@Override
-
 
137
				public void onClick(ClickEvent event) {
137
				public void onClick(ClickEvent event) {
138
					Config config = new Config();
138
					Window.open(new Config().getUrl("profil") + image.getObservation().getIdAuteur(), "Profil utilisateur", null);
139
					Window.open(new Config().getUrl("profil") + image.getObservation().getIdAuteur(), "Profil utilisateur", config.getInfo("popupOptions"));
139
				}
140
				}
140
			});
141
			});
141
		} catch(Exception e) {
142
		} catch(Exception e) {
142
			// pas de bol mon coco
143
			// pas de bol mon coco