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' => '#chi07', |
8 'hashtag' => '#chi07', |
9 'date' => '07.07.2011', |
9 'date' => '07.07.2011', |
10 'heure' => '19h00-21h00', |
10 'heure' => '19h00-21h00', |
45 'slide_background' => 'images/slide4.jpg', |
45 'slide_background' => 'images/slide4.jpg', |
46 'archive_img' => "images/tail_sig_chi.jpg", |
46 'archive_img' => "images/tail_sig_chi.jpg", |
47 'archive_title' => "Interface de Demain", |
47 'archive_title' => "Interface de Demain", |
48 'archive_description' => "par <a href=\"http://paris.sigchi.acm.org/homepage/home.php\" target=\"_blank\">ACM SigCHI Paris</a> au Centre Pompidou.<br/>le jeudi 07 juillet 2011 | 19:00 - 21:00", |
48 'archive_description' => "par <a href=\"http://paris.sigchi.acm.org/homepage/home.php\" target=\"_blank\">ACM SigCHI Paris</a> au Centre Pompidou.<br/>le jeudi 07 juillet 2011 | 19:00 - 21:00", |
49 |
49 |
50 // After the event |
50 // After the event |
51 'metadata' => "1c764b02-abc9-11e0-b488-00145ea49a02", |
51 'metadata' => "1c764b02-abc9-11e0-b488-00145ea49a02", |
52 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
52 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
53 'div_height' => 740, |
53 'div_height' => 740, |
54 'player_width' => 650, |
54 'player_width' => 650, |
55 'player_height' => 500, |
55 'player_height' => 500, |
56 ); |
56 ); |
57 |
57 |
58 ?> |
|
59 |
|
60 |
|
61 |
|
62 |
58 |
63 |
|