Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 278 → Rev 279

/trunk/src/org/tela_botanica/client/vues/observation/indicateurs/InformationRepartitionVue.java
117,11 → 117,13
{
String urlAgrandie = urlImage.replace("min", "max") ;
imgZoom.setHtml("<img src=\""+urlAgrandie+"\" />") ;
imgZoom.setHtml("<img height="+Window.getClientHeight()*0.75+"px src=\""+urlAgrandie+"\" />") ;
imgZoom.setPagePosition( Window.getClientWidth()/2, Window.getClientHeight()/5) ;
imgZoom.setAutoHeight(true) ;
imgZoom.setAutoWidth(true) ;
imgZoom.show(this.getElement()) ;
} else {
imgZoom.hide();
}
}