update CSS for embed player
update link to json with absolute URL (temporaly ) <- modify this
--- 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