Line 54... |
Line 54... |
54 |
* Ouh c'est pas beau, ça ! Mais avec Google Web Toolshit, ça
|
54 |
* Ouh c'est pas beau, ça ! Mais avec Google Web Toolshit, ça
|
55 |
* marche toujours mieux que quand on fait des trucs beaux :-)
|
55 |
* marche toujours mieux que quand on fait des trucs beaux :-)
|
56 |
*/
|
56 |
*/
|
57 |
private String liens = "<div id=\"liensExt\">"
|
57 |
private String liens = "<div id=\"liensExt\">"
|
58 |
+ "<a id=\"lienRemarques\" title=\""+Msg.get("adresser-remarque-probleme")+"\""
|
58 |
+ "<a id=\"lienRemarques\" title=\""+Msg.get("adresser-remarque-probleme")+"\""
|
59 |
+ " href=\"" + Configuration.getRemarquesBaseUrl() + "?service=" + Configuration.getServiceContact()
|
59 |
+ " href=\"" + Configuration.getRemarquesBaseUrl() + "?lang=" + Msg.getLangue() + "&service=" + Configuration.getServiceContact()
|
60 |
+ "&pageSource=" + URL.encodeQueryString(Window.Location.getHref()) + "\""
|
60 |
+ "&pageSource=" + URL.encodeQueryString(Window.Location.getHref()) + "\""
|
61 |
+ " onClick=\"javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;\""
|
61 |
+ " onClick=\"javascript:window.open(this.getAttribute('href'), 'Tela Botanica - Remarques', config='height=700, width=640, scrollbars=yes, resizable=yes'); return false;\""
|
62 |
+ " target=\"_blank\""
|
62 |
+ " target=\"_blank\""
|
63 |
+ ">"+Msg.get("remarques")+"</a>"
|
63 |
+ ">"+Msg.get("remarques")+"</a>"
|
64 |
+ "<a href=\"#\" id=\"lienAide\">"+Msg.get("aide")+"</a>"
|
64 |
+ "<a href=\"#\" id=\"lienAide\">"+Msg.get("aide")+"</a>"
|