equal
deleted
inserted
replaced
46 |
46 |
47 <html lang="<?php echo($actual); ?>"> |
47 <html lang="<?php echo($actual); ?>"> |
48 <head> |
48 <head> |
49 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
49 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
50 <title>Live Video and Annotation</title> |
50 <title>Live Video and Annotation</title> |
51 <meta http-equiv="X-UA-Compatible" content="IE=8" /> |
51 <meta http-equiv="X-UA-Compatible" content="IE=9" /> |
52 |
52 |
53 <!-- FONT --> |
53 <!-- FONT --> |
54 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
54 <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'> |
55 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
55 <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'> |
56 |
56 |
79 } |
79 } |
80 |
80 |
81 $(document).ready(function() { |
81 $(document).ready(function() { |
82 |
82 |
83 $("#accordeon li.acctitre").click(function() { |
83 $("#accordeon li.acctitre").click(function() { |
84 $("#accordeon li.acctexte").slideUp(); |
84 $("#accordeon li.acctexte").slideToggle(); |
85 $(this).next().dequeue().slideDown(); |
|
86 }) |
85 }) |
87 |
86 |
88 //$("txt").hide(); |
87 //$("txt").hide(); |
89 $(".loginbutton").click(function() { |
88 $(".loginbutton").click(function() { |
90 document.location.href="<?php echo(URL_ROOT.$rep); ?>/client.php?CONNECT=true"; |
89 document.location.href="<?php echo(URL_ROOT.$rep); ?>/client.php?CONNECT=true"; |
305 <h3><?php echo($translate->_('config__title')); ?></h3> |
304 <h3><?php echo($translate->_('config__title')); ?></h3> |
306 </li> |
305 </li> |
307 <li class="acctexte"> |
306 <li class="acctexte"> |
308 <p><?php echo($translate->_('config__description')); ?></p> |
307 <p><?php echo($translate->_('config__description')); ?></p> |
309 </li> |
308 </li> |
310 <li class="acctitre" id="suggkw_title"> |
|
311 <h3><?php echo $translate->_('SuggestedKW'); ?></h3> |
|
312 </li> |
|
313 <li class="acctexte hidden" id="suggkw"></li> |
|
314 <li class="acctitre"> |
309 <li class="acctitre"> |
315 <h3><?php echo $translate->_('Tagcloud'); ?></h3> |
310 <h3><?php echo($translate->_('keywords')); ?></h3> |
316 </li> |
311 </li> |
317 <li class="acctexte hidden" id="motscles"></li> |
312 <li class="acctexte hidden"> |
|
313 <div class="accsubtitle"> |
|
314 <div class="aroundsubtitle"> |
|
315 <h4><?php echo($translate->_('suggested')); ?></h4> |
|
316 </div> |
|
317 </div> |
|
318 <div class="tagcloud" id="suggkw"></div> |
|
319 </li> |
|
320 <li class="acctexte hidden"> |
|
321 <div class="accsubtitle"> |
|
322 <div class="aroundsubtitle"> |
|
323 <h4><?php echo($translate->_('contextual')); ?></h4> |
|
324 </div> |
|
325 </div> |
|
326 <div class="tagcloud" id="motscles"></div> |
|
327 </li> |
318 </ul> |
328 </ul> |
319 </div> |
329 </div> |
320 <div class="footer"> |
330 <div class="footer"> |
321 <hr /> |
331 <hr /> |
322 <?php |
332 <?php |