equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 $config = array( |
3 $config = array( |
4 'hashtag' => '#fens', |
4 'hashtag' => '#fens', |
5 'date' => '21.06.2011', |
5 'date' => '21.06.2011', |
6 'heure' => '17h30-19h30', |
6 'heure' => '17h30-19h30', |
7 'place' => 'IRI - Salle Piazza - Centre Pompidou', |
7 'place' => 'IRI - Salle Piazza - Centre Pompidou', |
8 'duration' => '5628200', |
8 'duration' => '5628200', |
18 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a> |
18 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a> |
19 | <a href='http://www.ensci.com/' class='footerLink' target='_blank'> ENSCI </a> |
19 | <a href='http://www.ensci.com/' class='footerLink' target='_blank'> ENSCI </a> |
20 | <a href='http://www.esilv.fr/' class='footerLink' target='_blank' > ESILV </a> |
20 | <a href='http://www.esilv.fr/' class='footerLink' target='_blank' > ESILV </a> |
21 | <a href='http://www.stratecollege.fr/' class='footerLink' target='_blank'> Strate Collège </a>", |
21 | <a href='http://www.stratecollege.fr/' class='footerLink' target='_blank'> Strate Collège </a>", |
22 |
22 |
23 // After the event |
23 // After the event |
24 'metadata' => array( |
24 'metadata' => array( |
25 'fablab'=>array('url'=>"de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'), |
25 'fablab'=>array('url'=>"de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'), |
26 'designmd'=>array('url'=>"69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'display'=> 'Design Metadata', 'duration'=>'5628258'), |
26 'designmd'=>array('url'=>"69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'display'=> 'Design Metadata', 'duration'=>'5628258'), |
27 ), |
27 ), |
28 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
28 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
41 'div_height' => 750, |
41 'div_height' => 750, |
42 'player_width' => 650, |
42 'player_width' => 650, |
43 'player_height' => 480, |
43 'player_height' => 480, |
44 ); |
44 ); |
45 |
45 |
46 ?> |
|
47 |
|
48 |
|
49 |
|
50 |
46 |
51 |
|