equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 |
2 |
3 /** |
3 /** |
4 * Please edit the conférence details |
4 * Please edit the conférence details |
5 * |
5 * |
6 */ |
6 */ |
7 $config = array( |
7 $config = array( |
8 'hashtag' => '#rsln', |
8 'hashtag' => '#rsln', |
9 'date' => '16.09.2011', |
9 'date' => '16.09.2011', |
10 'heure' => '09h30-10h30', |
10 'heure' => '09h30-10h30', |
34 'slide_background' => 'images/slide4.jpg', |
34 'slide_background' => 'images/slide4.jpg', |
35 'archive_img' => "images/tail_jane-mcgonigal.jpg", |
35 'archive_img' => "images/tail_jane-mcgonigal.jpg", |
36 'archive_title' => "Jane Mc Gonigal", |
36 'archive_title' => "Jane Mc Gonigal", |
37 'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN mag</a> a Microsoft France<br/>le vendredi 26 septembre 2011 | 09:30 - 10:30", |
37 'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN mag</a> a Microsoft France<br/>le vendredi 26 septembre 2011 | 09:30 - 10:30", |
38 |
38 |
39 // After the event |
39 // After the event |
40 'metadata' => "12753e96-e2b1-11e0-973a-00145ea49a02", |
40 'metadata' => "12753e96-e2b1-11e0-973a-00145ea49a02", |
41 'duration' => '4127000', |
41 'duration' => '4127000', |
42 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
42 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
43 'div_height' => 740, |
43 'div_height' => 740, |
44 'player_width' => 650, |
44 'player_width' => 650, |
45 'player_height' => 500, |
45 'player_height' => 500, |
46 ); |
46 ); |
47 |
47 |
48 ?> |
|
49 |
|
50 |
|
51 |
|
52 |
48 |
53 |
|