Subversion Repositories eFlore/Applications.cel

Rev

Rev 341 | Go to most recent revision | Show entire file | Ignore 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
				
196
				}
198
				if(obs.getMotsCles() != null) {
197
				
199
					postData += "&mots_cles="+URL.encodeComponent(obs.getMotsCles()) ;
198
				
-
 
199
				
200
				}
Line 200... Line 201...
200
					/*+"&mots_cles="+URL.encodeComponent(obs.getMotsCles()) */;
201
 
Line 201... Line 202...
201
				try {
202
				try {