12 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
12 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-print','css'));?>" type="text/css" media="print"/> |
13 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
13 <!--[if lt IE 8]><link rel="stylesheet" href="<?php echo(registry_url('blueprint-ie','css'));?>" type="text/css" media="screen, projection"><![endif]--> |
14 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
14 <link rel="stylesheet" href="<?php echo(registry_url('blueprint-plugins-fancy-type','css'));?>" type="text/css" media="screen, projection"/> |
15 <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/> |
15 <link rel="stylesheet" href="<?php echo(registry_url('custom','css'));?>" type="text/css" media="screen, projection"/> |
16 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
16 <link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen"> |
|
17 |
|
18 <style type="text/css"> |
|
19 .hidden { |
|
20 display: none; |
|
21 } |
|
22 |
|
23 #onglets { |
|
24 float: left; width: 441px; margin: 5px 25px 0; list-style: none; |
|
25 border-left: 1px solid #999; padding: 0; |
|
26 } |
|
27 |
|
28 #onglets li { |
|
29 float: left; text-transform: uppercase; background: url(../res/css/twcx-img/bg_onglet.png) repeat-x; |
|
30 line-height: 12px; font-size: 12px; height: 12px; padding: 6px 10px; font-weight: bold; |
|
31 border: 1px #999; border-style: solid solid solid none; margin-top: 1px; |
|
32 } |
|
33 |
|
34 #onglets a { |
|
35 text-decoration: none; color: #666666; |
|
36 } |
|
37 |
|
38 #onglets a:hover { |
|
39 color: #0099ff; |
|
40 } |
|
41 |
|
42 #onglets li.selected { |
|
43 background-position: 0 -22px; padding-bottom: 8px; border-bottom: none; margin-top: 0; |
|
44 } |
|
45 |
|
46 #onglets li.selected a { |
|
47 color: #333333; |
|
48 } |
|
49 |
|
50 div.ifwrap { |
|
51 float: left; border: 5px solid #ffffff; background: #999999; padding: 1px; width: 500px; height: 375px; |
|
52 } |
|
53 |
|
54 .ifwrap iframe { |
|
55 width: 500px; height: 375px; background: #000000; border: none; padding: 0; margin: 0; |
|
56 } |
|
57 </style> |
17 |
58 |
18 <!-- JAVASCRIPT --> |
59 <!-- JAVASCRIPT --> |
19 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
60 <script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script> |
20 <script type="text/javascript" src="<?php echo(registry_url('fancybox','js'))?>"></script> |
61 <script type="text/javascript" src="<?php echo(registry_url('fancybox','js'))?>"></script> |
21 <script type="text/javascript" src="<?php echo(registry_url('jquery-tools','js'))?>"></script> |
62 <script type="text/javascript" src="<?php echo(registry_url('jquery-tools','js'))?>"></script> |
26 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
67 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
27 <link href='<?php echo(registry_url('Geo','font'))?>' rel='stylesheet' type='text/css'> |
68 <link href='<?php echo(registry_url('Geo','font'))?>' rel='stylesheet' type='text/css'> |
28 |
69 |
29 <script type="text/javascript"> |
70 <script type="text/javascript"> |
30 $(document).ready(function() { |
71 $(document).ready(function() { |
|
72 |
|
73 $("#onglets a").click(function() { |
|
74 $("div.ifwrap").hide(); |
|
75 $("#onglets li").removeClass("selected"); |
|
76 $(this).parent().addClass("selected"); |
|
77 var hr = $(this).attr("href"); |
|
78 if (hr[0] == '#') { |
|
79 $(hr).show(); |
|
80 } else { |
|
81 $("#iframeWrap").show(); |
|
82 $("#graphFrame").attr("src", hr); |
|
83 } |
|
84 return false; |
|
85 }); |
31 |
86 |
32 doTimer(); |
87 doTimer(); |
33 //$("txt").hide(); |
88 //$("txt").hide(); |
34 $(".loginbutton").click(function() { |
89 $(".loginbutton").click(function() { |
35 document.location.href="<?php echo(URL_ROOT.$rep); ?>/client.php?CONNECT=true"; |
90 document.location.href="<?php echo(URL_ROOT.$rep); ?>/client.php?CONNECT=true"; |
217 <img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
272 <img src='<?php echo(URL_ROOT); ?>images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> /> |
218 <?php print $translate->_("Anglais"); ?></a></li> |
273 <?php print $translate->_("Anglais"); ?></a></li> |
219 </ul> |
274 </ul> |
220 |
275 |
221 |
276 |
222 <div class="videoLive"> |
277 <ul id="onglets"> |
|
278 <li class="selected"> |
|
279 <a href="#vlWrap"><?php echo($translate->_('Video')); ?></a> |
|
280 </li> |
|
281 <li> |
|
282 <a href="../sweet-tweet/small.html"><?php echo($translate->_('SemanticBoard')); ?></a> |
|
283 </li> |
|
284 <li> |
|
285 <a href="http://labs.knowtex.com/enmi2011"><?php echo($translate->_('SocialGraph')); ?></a> |
|
286 </li> |
|
287 </ul> |
|
288 <div class="ifwrap" id="vlWrap"> |
223 <?php if ($config['islive']):?> |
289 <?php if ($config['islive']):?> |
224 <div class="videoLivePlayer"> |
290 <div class="videoLivePlayer"> |
225 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375"> |
291 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375"> |
226 <param name="movie" value="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" /> |
292 <param name="movie" value="<?php echo(URL_ROOT); ?>res/mediaplayer/player.swf" /> |
227 <param name="allowfullscreen" value="true" /> |
293 <param name="allowfullscreen" value="true" /> |
253 <img src="<?php echo($big_visual_url); ?>" width="500" height="375" /> |
319 <img src="<?php echo($big_visual_url); ?>" width="500" height="375" /> |
254 </div> |
320 </div> |
255 <?php endif; ?> |
321 <?php endif; ?> |
256 |
322 |
257 </div> |
323 </div> |
|
324 <div class="ifwrap hidden" id="iframeWrap"> |
|
325 <iframe id="graphFrame"></iframe> |
|
326 </div> |
258 |
327 |
259 <div class="videoLiveProgram"> |
328 <div class="videoLiveProgram"> |
260 |
329 |
261 <div class="arrowContainer"> |
330 <div class="arrowContainer"> |
262 <div class="arrow"> </div> |
331 <div class="arrow"> </div> |