Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 358 Rev 387
Line 192... Line 192...
192
				}
192
				}
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());
196
				}
-
 
197
				
-
 
198
				if(obs.getMotsCles() != null) {
-
 
199
					postData += "&mots_cles="+URL.encodeComponent(obs.getMotsCles()) ;
-
 
Line 200... Line 196...
200
				}
196
				}
Line 201... Line 197...
201
 
197