Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1562 Rev 1592
Line 351... Line 351...
351
	
351
	
352
	public boolean getReferentielNonModifiable() {
352
	public boolean getReferentielNonModifiable() {
353
		return referentielNonModifiable;
353
		return referentielNonModifiable;
Line -... Line 354...
-
 
354
	}
-
 
355
	
-
 
356
	public String getUrlPageSignalerMauvaiseId(String id) {
-
 
357
		Config config = new Config();
-
 
358
		String urlSignalerMauvaiseId = config.getUrl("identiplante");
-
 
359
		if (!GWT.isScript()) {
-
 
360
			urlSignalerMauvaiseId += "?gwt.codesvr="+Location.getParameter("gwt.codesvr")+"";
-
 
361
		}
-
 
362
		return urlSignalerMauvaiseId+"#"+ConstantesNavigation.PAGE_DETAIL_OBS+"~"+id;
-
 
363
		
354
	}
364
	}
355
	
365
	
356
	public String genererUrlCourante() {
366
	public String genererUrlCourante() {
357
		String urlCourante = Window.Location.getHref();
367
		String urlCourante = Window.Location.getHref();
358
		Config config = new Config();
368
		Config config = new Config();