1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
5 <meta name="description" content="Institut de Recherche et d'Innovation" /> |
|
6 <title>Lignes de temps - Conférence de presse du 14 mai 2009 - Institut de Recherche et d'innovation</title> |
|
7 <link href="../res/css/style.css" rel="stylesheet" type="text/css" /> |
|
8 <script type="text/javascript" src="../res/js/swfobject.js"></script> |
|
9 <script type="text/javascript" src="../res/js/jquery.js"></script> |
|
10 <script type="text/javascript"> |
|
11 |
|
12 $.ajax({ |
|
13 type: "GET", |
|
14 url: "../res/js/urlbase.js", |
|
15 dataType: "script", |
|
16 async: false |
|
17 }); |
|
18 //var urlbase = "../res/ldt/"; |
|
19 var lang = navigator.language.substring(0,2); |
|
20 |
|
21 var params = { |
|
22 quality:"high", |
|
23 allowFullScreen:"true", |
|
24 wmode:"transparent", |
|
25 allowScriptAccess:"always" |
|
26 }; |
|
27 |
|
28 var flashvars = { |
|
29 colorUrl: urlbase + "pkg/color.xml", |
|
30 i18nUrl: urlbase + "pkg/i18n", |
|
31 urlBase: urlbase, |
|
32 initUrl: urlbase + "pkg/init_confpresse.xml", |
|
33 language: lang, |
|
34 readOnly:'true', |
|
35 startTime:'100' |
|
36 }; |
|
37 |
|
38 var attributes = { id: "ldtInit", name: "ldtInit"}; |
|
39 |
|
40 $(document).ready(function() { |
|
41 swfobject.embedSWF("../res/ldt/LignesDeTempsFlex.swf", "ldtInit", "1000", "630", "9.0.0", "../../swf/expressInstall.swf", flashvars, params, attributes); |
|
42 }); |
|
43 |
|
44 </script> |
|
45 </head> |
|
46 |
|
47 <body> |
|
48 <div id="layer1"> |
|
49 <p><h2>Conférence de presse du 14 mai 2009 dans <i>Lignes de temps</i></h2></p> |
|
50 </div> |
|
51 <div style="margin-bottom: 30px"> |
|
52 |
|
53 <p> |
|
54 |
|
55 </p> |
|
56 |
|
57 </div> |
|
58 |
|
59 <div id='ldtContainer'> |
|
60 <div id="ldtInit" align="center" > |
|
61 </div> |
|
62 </div> |
|
63 </body> |
|
64 </html> |
|