update CSS for embed player
authorsamuel huron <admin@cybunk.com>
Mon, 14 Jun 2010 15:23:07 +0200
changeset 40 06e691528710
parent 39 b620041cc891
child 41 73753ea1dcef
child 49 af3778eab5e8
update CSS for embed player update link to json with absolute URL (temporaly ) <- modify this
web/eulalie/templates/eulalie/embed_popup.html
web/eulalie/templates/eulalie/partial/embed.html
--- a/web/eulalie/templates/eulalie/embed_popup.html	Mon Jun 14 15:18:58 2010 +0200
+++ b/web/eulalie/templates/eulalie/embed_popup.html	Mon Jun 14 15:23:07 2010 +0200
@@ -31,11 +31,11 @@
 			});
 		</script>
 		
-		<link rel="stylesheet" href="{{MEDIA_URL}}css/custom_player.css" type="text/css"/>
+		
 		<link rel="stylesheet" href="{{MEDIA_URL}}css/workspace.css" type="text/css"/>
 		<link type="text/css" href="{{MEDIA_URL}}css/jq-css/themes/base/jquery.ui.all.css" rel="stylesheet" />
 		<link type="text/css" href="{{MEDIA_URL}}css/jq-css/demos.css" rel="stylesheet" />
-		
+		<link rel="stylesheet" href="{{MEDIA_URL}}css/LdtPlayer.css" type="text/css"/>
 	</head>
 
 	<body id="init_embed_popup">
--- a/web/eulalie/templates/eulalie/partial/embed.html	Mon Jun 14 15:18:58 2010 +0200
+++ b/web/eulalie/templates/eulalie/partial/embed.html	Mon Jun 14 15:23:07 2010 +0200
@@ -1,5 +1,5 @@
 <div id="{{ player_id }}">
 </div>
 <script type="text/javascript">
-    playerLdt(550,310, "{{ json_url }}","{{ player_id }}","/eulalie/static/swf/player.swf");
+    playerLdt(550,310, "http://web.iri.centrepompidou.fr/eulalie/eulalie/{{ json_url }}","{{ player_id }}","/eulalie/static/swf/player.swf");
 </script>
\ No newline at end of file