Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1551 Rev 1552
Line 62... Line 62...
62
	public String getPageCourante() {
62
	public String getPageCourante() {
63
		return pageCourante;
63
		return pageCourante;
64
	}
64
	}
Line 65... Line 65...
65
 
65
 
-
 
66
	public void setPageCourante(String pageCourante) {
66
	public void setPageCourante(String pageCourante) {
67
		pageCourante = pageCourante.replaceAll("#", "");
67
		this.pageCourante = pageCourante;
68
		this.pageCourante = pageCourante;
Line 68... Line 69...
68
	}
69
	}
Line 356... Line 357...
356
		String urlAppliObs = config.getUrl("identiplante");
357
		String urlAppliObs = config.getUrl("identiplante");
357
		String urlAppliImg = config.getUrl("pictoflora");
358
		String urlAppliImg = config.getUrl("pictoflora");
358
		String url = urlCourante;
359
		String url = urlCourante;
359
		String arguments = "";
360
		String arguments = "";
Line 360... Line 361...
360
		
361
		
361
		//GWT.log("URL courante:"+urlCourante);
362
		GWT.log("URL courante:"+urlCourante);
362
		//GWT.log("IdentiPlante:"+urlCourante.contains(urlAppliObs));
363
		//GWT.log("IdentiPlante:"+urlCourante.contains(urlAppliObs));
Line 363... Line 364...
363
		//GWT.log("PictoFlora:"+urlCourante.contains(urlAppliImg));
364
		//GWT.log("PictoFlora:"+urlCourante.contains(urlAppliImg));
364
		
365
		
Line 397... Line 398...
397
		// TODO: factoriser toute la fonction 
398
		// TODO: factoriser toute la fonction 
398
		url = url.replaceAll("&#", "#");
399
		url = url.replaceAll("&#", "#");
399
		url = url.replaceAll("&&", "&");
400
		url = url.replaceAll("&&", "&");
400
		url = url.replaceAll("\\?&", "?");
401
		url = url.replaceAll("\\?&", "?");
Line 401... Line 402...
401
		
402
		
Line 402... Line 403...
402
		//GWT.log("URL de sortie:"+url);
403
		GWT.log("URL de sortie:"+url);
403
		
404
		
Line 404... Line 405...
404
		return url;
405
		return url;