integ/js/iri.js
changeset 14 6f60170b9674
parent 10 bdfc6ff39081
--- a/integ/js/iri.js	Tue Apr 09 11:37:43 2013 +0200
+++ b/integ/js/iri.js	Tue Apr 09 15:16:04 2013 +0200
@@ -56,8 +56,7 @@
 		}	
 		var urlFichePersonne = 'http://www.allocine.fr/personne/fichepersonne_gen_cpersonne='+codeActor+'.html';
 		var itemStar = 
-			'<li>'+
-
+			'<li class="cinecard-draggable" draggable="true">'+
 				'<a class="tool-info" target="_blank" href="'+ urlFichePersonne +'" title="'+ name +'">'+
 					'<img src="'+ urlPicture +'" alt="'+ name +'" />'+
 				'</a>'+
@@ -86,8 +85,8 @@
 		var title = v.title;
 		var urlAllocine = 'http://www.allocine.fr/film/fichefilm-'+ idMovie +'/photos/detail/?cmediafile='+ rcode;
 		var itemImagess = 
-			'<li>'+
-				'<a target="_blank" href="'+ urlAllocine +'">'+
+			'<li class="cinecard-draggable" draggable="true">'+
+				'<a target="_blank" href="'+ urlAllocine +'" title="'+title+'">'+
 					'<img src="'+ urlThumb +'" alt="'+title+'" />'+
 				'</a>'+
 			'</li>';
@@ -126,8 +125,8 @@
 		var code = v.code;
 		var url = 'http://www.allocine.fr/video/player_gen_cmedia='+code+'&cfilm='+idMovie+'.html';
 		var itemVideo = 
-			'<li>'+
-				'<a target="_blank" href="'+ url +'">'+
+			'<li class="cinecard-draggable" draggable="true">'+
+				'<a target="_blank" href="'+ url +'" title="'+title+'">'+
 					'<img src="'+ urlThumbnail +'" alt="'+title+'" />'+
 				'</a>'+
 			'</li>';