Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1864 → Rev 1865

/trunk/src/org/tela_botanica/del/client/cache/CacheClient.java
83,7 → 83,6
String urlAppliImg = config.getUrl("pictoflora");
setPageCourante(Location.getHash());
GWT.log("initialiserAvecParametres:"+getPageCourante());
String rechercheLibre = Location.getParameter("masque");
String famille = Location.getParameter("masque.famille");
385,10 → 384,6
String url = urlCourante;
String arguments = "";
GWT.log("URL courante:"+urlCourante);
//GWT.log("IdentiPlante:"+urlCourante.contains(urlAppliObs));
//GWT.log("PictoFlora:"+urlCourante.contains(urlAppliImg));
if (urlCourante.contains(urlAppliImg)) {
InformationsRecherche infoRecherche;
infoRecherche = getInformationsRechercheImage();
429,8 → 424,6
url = url.substring(0, url.length()-1);
}
GWT.log("URL de sortie:"+url);
return url;
}