diff -r ace2d571aefc -r 2bf0fd3432bf web/mashup/config.php --- a/web/mashup/config.php Tue Jun 28 12:23:36 2011 +0200 +++ b/web/mashup/config.php Tue Jun 28 22:23:56 2011 +0200 @@ -42,8 +42,14 @@ | Inflammable ", // After the event - 'metadata' => "", - 'player' => "res/metadataplayer/src/js/LdtPlayer.js" + 'metadata' => array( + 'conference'=> + array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/b2754186-a0c9-11e0-b8bd-00145ea49a02", 'display'=>'Conférence'), + 'tableronde'=> + array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde') + ), + 'player' => "res/metadataplayer/src/js/LdtPlayer.js", + 'duration' => "4606" ); $player_width = 600;