1 <?php |
1 <?php |
2 header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); |
2 header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"'); |
3 if(!isset($_REQUEST['rep'])) { |
3 if(!isset($_REQUEST['rep'])) { |
4 include_once dirname(__FILE__).'/common.php'; |
4 include_once dirname(__FILE__).'/common.php'; |
5 header('Location: ' . URL_ROOT . "$C_default_rep/client.php" ); |
5 header('Location: ' . URL_ROOT . "$C_default_rep/client_pad.php" ); |
6 exit(); |
6 exit(); |
7 } |
7 } |
8 |
8 |
9 $rep = $_REQUEST['rep']; |
9 $rep = $_REQUEST['rep']; |
10 include_once dirname(__FILE__).'/'.$rep.'/config.php'; |
10 include_once dirname(__FILE__).'/'.$rep.'/config.php'; |
315 wmode="transparent" |
315 wmode="transparent" |
316 flashvars="<?php echo $flashvars; ?>" |
316 flashvars="<?php echo $flashvars; ?>" |
317 /> |
317 /> |
318 </object> |
318 </object> |
319 <?php elseif(isset($config['islive_embed']) && $config['islive_embed']):?> |
319 <?php elseif(isset($config['islive_embed']) && $config['islive_embed']):?> |
320 <?php echo str_replace(array('{{width}}','{{height}}'), array($videoWidth, $videoHeight), $translate->_($config['islive_embed'])); ?> |
320 <?php echo str_replace(array('{{width}}','{{height}}'), array($videoWidth, $videoHeight), $translate->_('config__islive_embed')); ?> |
321 <?php else: ?> |
321 <?php else: ?> |
322 <img class="live-thumbnail" src="<?php echo($big_visual_url); ?>" /> |
322 <img class="live-thumbnail" src="<?php echo($big_visual_url); ?>" /> |
323 <?php endif; ?> |
323 <?php endif; ?> |
324 </div> |
324 </div> |
325 </div> |
325 </div> |
326 <div class="ifwrap hidden" id="iframeWrap"> |
326 <div class="ifwrap hidden" id="iframeWrap"> |
327 <iframe id="graphFrame"></iframe> |
327 <iframe id="graphFrame"></iframe> |
328 </div> |
328 </div> |
329 <div id="out_fleche"> |
329 <ul class="accordeon"> |
330 <!-- <div id="in_fleche"></div> --> |
|
331 </div> |
|
332 <ul id="accordeon"> |
|
333 <li class="acctitre"> |
330 <li class="acctitre"> |
334 <h3><?php echo($translate->_('config__title')); ?></h3> |
331 <h3><?php echo($translate->_('config__title')); ?></h3> |
335 </li> |
332 </li> |
336 <li class="acctexte"> |
333 <li class="acctexte acclimited"> |
337 <p><?php echo($translate->_('config__description')); ?></p> |
334 <p><?php echo($translate->_('config__description')); ?></p> |
338 </li> |
335 </li> |
339 <li class="acctitre"> |
336 <li class="acctitre"> |
340 <h3><?php echo($translate->_('keywords')); ?></h3> |
337 <h3><?php echo($translate->_('keywords')); ?></h3> |
341 </li> |
338 </li> |
475 <div id="scrollcont"> |
472 <div id="scrollcont"> |
476 <div id="scrollin"></div> |
473 <div id="scrollin"></div> |
477 </div> |
474 </div> |
478 </div> |
475 </div> |
479 </div> |
476 </div> |
|
477 <?php $pad_url = $translate->_('config__pad_url');?> |
|
478 <?php if ($pad_url !== "config__pad_url"):?> |
|
479 <ul class="accordeon"> |
|
480 <li class="acctitre"> |
|
481 <h3><?php echo $translate->_('CollaborativePad');?></h3> |
|
482 </li> |
|
483 <li class="acctexte"> |
|
484 <?php echo $translate->_('ThisIsTheCollaborativePad');?> |
|
485 <iframe src='<?php echo($pad_url); ?>' width='100%' height=400></iframe> |
|
486 </li> |
|
487 </ul> |
|
488 </div> |
|
489 <?php endif;?> |
480 <div class="footer"> |
490 <div class="footer"> |
481 <hr /> |
491 <hr /> |
482 <?php |
492 <?php |
483 echo($translate->_('config__partenaires')); |
493 echo($translate->_('config__partenaires')); |
484 |
494 |