Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1054 Rev 1055
Line 268... Line 268...
268
				'milieu' : $('input[name=milieu]:checked').val(),
268
				'milieu' : $('input[name=milieu]:checked').val(),
269
				'latitude' : $("#latitude").val(),
269
				'latitude' : $("#latitude").val(),
270
				'longitude' : $("#longitude").val(),
270
				'longitude' : $("#longitude").val(),
271
				'tag' : 'Sauvages',
271
				'tag' : 'Sauvages',
272
				//Ajout du champ photo
272
				//Ajout du champ photo
273
				'image' : $("#miniature-img").attr('src'),
273
				'image_nom' : $("#miniature-img").attr('alt'),
-
 
274
				//'image_b64' : $("#miniature-img").attr('alt'),
274
				'notes' : $("#notes").val()});
275
				'notes' : $("#notes").val()});
275
		}
276
		}
276
	});
277
	});
Line 277... Line 278...
277
	
278