| Line 385... |
Line 385... |
| 385 |
public void ouvrirUrlExterne(String id) {
|
385 |
public void ouvrirUrlExterne(String id) {
|
| 386 |
if (id.equals(ComposantId.MENU_CEL)) {
|
386 |
if (id.equals(ComposantId.MENU_CEL)) {
|
| 387 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Carnet en ligne", "");
|
387 |
Window.open(((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("cel"), "Carnet en ligne", "");
|
| 388 |
} else if (id.equals(ComposantId.MENU_CONTACT)) {
|
388 |
} else if (id.equals(ComposantId.MENU_CONTACT)) {
|
| 389 |
String urlWidgetRemarques = ((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("remarques")
|
389 |
String urlWidgetRemarques = ((Configuration) Registry.get(RegistreId.CONFIG)).getUrl("remarques")
|
| 390 |
+ "?email=coel_remarques@tela-botanica.org&pageSource=" + URL.encodeQueryString(Window.Location.getHref());
|
390 |
+ "?service=coel&pageSource=" + URL.encodeQueryString(Window.Location.getHref());
|
| 391 |
Window.open(urlWidgetRemarques, "Remarques", "");
|
391 |
Window.open(urlWidgetRemarques, "Remarques", "");
|
| 392 |
}
|
392 |
}
|
| 393 |
}
|
393 |
}
|
| Line 394... |
Line 394... |
| 394 |
|
394 |
|