Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1540 Rev 1543
Line 116... Line 116...
116
			vue.ajouterStyleLienAuteur();
116
			vue.ajouterStyleLienAuteur();
117
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
117
			vue.getNomAuteur().addClickHandler(new ClickHandler() {
Line 118... Line 118...
118
				
118
				
119
				@Override
119
				@Override
120
				public void onClick(ClickEvent event) {
120
				public void onClick(ClickEvent event) {
121
					Window.open(new Config().getUrl("urlProfil") + image.getObservation().getIdAuteur(), "Profil utilisateur", null);
121
					Window.open(new Config().getUrl("profil") + image.getObservation().getIdAuteur(), "Profil utilisateur", null);
122
				}
122
				}
123
			});
123
			});
124
		} catch(Exception e) {
124
		} catch(Exception e) {
125
			// pas de bol mon coco
125
			// pas de bol mon coco