equal
deleted
inserted
replaced
277 <ul id="onglets"> |
277 <ul id="onglets"> |
278 <li class="selected"> |
278 <li class="selected"> |
279 <a href="#vlWrap"><?php echo($translate->_('Video')); ?></a> |
279 <a href="#vlWrap"><?php echo($translate->_('Video')); ?></a> |
280 </li> |
280 </li> |
281 <li> |
281 <li> |
282 <a href="../sweet-tweet/small.html"><?php echo($translate->_('SemanticBoard')); ?></a> |
282 <a href="semanticboard.php?small=1&theme=jour"><?php echo($translate->_('SemanticBoard')); ?></a> |
283 </li> |
283 </li> |
|
284 <?php if (isset($config['knowtex_url'])) { ?> |
284 <li> |
285 <li> |
285 <a href="http://labs.knowtex.com/enmi2011/?mapOnly#carto"><?php echo($translate->_('SocialGraph')); ?></a> |
286 <a href="<?php echo $config['knowtex_url'] ?>"><?php echo($translate->_('SocialGraph')); ?></a> |
286 </li> |
287 </li> |
|
288 <?php } ?> |
287 </ul> |
289 </ul> |
288 <div class="ifwrap" id="vlWrap"> |
290 <div class="ifwrap" id="vlWrap"> |
289 <?php if ($config['islive']):?> |
291 <?php if ($config['islive']):?> |
290 <div class="videoLivePlayer"> |
292 <div class="videoLivePlayer"> |
291 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375"> |
293 <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="500" height="375"> |