Subversion Repositories eFlore/Applications.cel

Rev

Rev 341 | Rev 387 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 341 Rev 358
Line 193... Line 193...
193
				
193
				
194
				if(obs.getCoordonneeY() != null) {
194
				if(obs.getCoordonneeY() != null) {
195
					postData += "&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
195
					postData += "&coord_y="+URL.encodeComponent(""+obs.getCoordonneeY());
Line -... Line 196...
-
 
196
				}
-
 
197
				
-
 
198
				if(obs.getMotsCles() != null) {
Line 196... Line -...
196
				}
-
 
197
				
-
 
198
				
199
					postData += "&mots_cles="+URL.encodeComponent(obs.getMotsCles()) ;
Line 199... Line 200...
199
				
200
				}
Line 200... Line 201...
200
					/*+"&mots_cles="+URL.encodeComponent(obs.getMotsCles()) */;
201