1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"> |
2 <html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr"> |
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
4 <head> |
4 <head> |
5 <title>ENMI - entretiens préparatoires </title> |
5 <title>ENMI - entretiens préparatoires </title> |
6 <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'> |
6 <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'> |
7 <link href="style.css" rel="stylesheet" type="text/css"> |
7 <link href="style.css" rel="stylesheet" type="text/css"> |
8 <script src="jquery.min.js" type="text/javascript"></script> |
8 <script src="jquery.min.js" type="text/javascript"></script> |
9 <script src="jquery.tools.min.js" type="text/javascript"></script> |
9 <script src="jquery.tools.min.js" type="text/javascript"></script> |
10 <script src="jquery-ui.js" type="text/javascript"></script> |
10 <script src="jquery-ui.js" type="text/javascript"></script> |
11 |
|
12 </head> |
11 </head> |
13 |
12 |
14 <body> |
13 <body> |
|
14 |
15 <div id="outer_div"> |
15 <div id="outer_div"> |
16 <div id="banner"> |
16 <img src="../crea/imgs/edition_2011.png" style="position: absolute; z-index: 3; margin-left: 12px;"></img> |
17 <img src="../crea/imgs/enmi_logo.png" style="margin-left: 51px; margin-top: 6px; float: left;"></img> |
17 <div id="banner"> |
18 <img src="../crea/imgs/iri.png" style="margin-right: 32px; float: right;"></img> |
18 <img src="../crea/imgs/enmi_logo.png" style="margin-left: 51px; float: left;"></img> |
19 <div style="clear: both;"></div> |
19 <div style="clear: both;"></div> |
20 </div> |
20 </div> |
21 |
21 |
22 <div id="inner_div"> |
22 <div id="inner_div"> |
23 <div id="intro_title"> |
23 <div id="intro_title"> |
24 Séminaire préparatoire "Economie et technologies de la confiance" |
24 Séminaire préparatoire "Economie et technologies de la confiance" |
25 </div> |
25 </div> |
26 <div id="content"> |
26 <div id="index_content"> |
27 <?php |
27 <?php |
28 $lines = file("entretiens.txt"); |
28 $lines = file("entretiens.txt"); |
29 |
29 |
30 /* thank you php docs */ |
30 /* thank you php docs */ |
31 foreach ($lines as $line_num => $line) { |
31 foreach ($lines as $line_num => $line) { |
32 if ($line[0] == "#") |
32 if ($line[0] == "#") |
33 continue; |
33 continue; |
34 |
34 |
35 list($title, $stream_id, $date) = explode(";", $line); |
35 list($title, $stream_id, $thumbnail, $date) = explode(";", $line); |
36 echo "<div class='thumb'><a href='player.php?stream=$stream_id'>$title</a> - $date</div>"; |
36 echo "<div class='thumb'>" . |
|
37 "<img class='thumbnail' src=$thumbnail alt='thumbnail'></img>" . |
|
38 "<a href='player.php?stream=$stream_id'>$title</a><br>$date" . |
|
39 "</div>"; |
37 } |
40 } |
38 ?> |
41 ?> |
|
42 <div style="clear: both;"></div> |
39 </div> |
43 </div> |
40 </div> |
44 </div> |
41 <div id="partners"> |
45 <div id="partners"> |
42 <!-- <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="../crea/imgs/iri_logo.png"></a> --> |
46 <a href="http://www.iri.centrepompidou.fr" target="_blank"><img src="../crea/imgs/iri_logo.png"></a> |
43 <a href="http://www.capdigital.com/" target="_blank"><img src="../crea/imgs/capd_logo.png"></a> |
47 <a href="http://www.capdigital.com/" target="_blank"><img src="../crea/imgs/capd_logo.png"></a> |
44 <a href="http://www.ensci.com/" target="_blank"><img src="../crea/imgs/ensci_logo.png"></a> |
48 <a href="http://www.ensci.com/" target="_blank"><img src="../crea/imgs/ensci_logo.png"></a> |
45 <a href="http://www.institut-telecom.fr/" target="_blank"><img src="../crea/imgs/institut_telecom_logo.png"></a> |
49 <a href="http://www.institut-telecom.fr/" target="_blank"><img src="../crea/imgs/institut_telecom_logo.png"></a> |
46 <a href="http://fing.org" target="_blank"><img src="../crea/imgs/fing_logo.png"></a> |
50 <a href="http://fing.org" target="_blank"><img src="../crea/imgs/fing_logo.png"></a> |
47 <a href="http://www.alcatel-lucent.com" target="_blank"><img src="../crea/imgs/alcatel_logo.png"></a> |
51 <a href="http://www.alcatel-lucent.com" target="_blank"><img src="../crea/imgs/alcatel_logo.png"></a> |