web/client.php
changeset 922 2ca61ac043e3
parent 878 bead0341e247
child 926 6c5b07e9ecdc
equal deleted inserted replaced
921:793002698b11 922:2ca61ac043e3
    55    "http://www.w3.org/TR/html4/strict.dtd">
    55    "http://www.w3.org/TR/html4/strict.dtd">
    56 
    56 
    57 <html lang="<?php echo($actual); ?>">
    57 <html lang="<?php echo($actual); ?>">
    58   <head>
    58   <head>
    59     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    59     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    60     <title>Live Video and Annotation</title>
    60     <title>Polemic Tweet &mdash; <?php echo($translate->_('config__title')); ?></title>
    61     <meta http-equiv="X-UA-Compatible" content="IE=9" />
    61     <meta http-equiv="X-UA-Compatible" content="IE=9" />
    62 
    62 
    63     <!-- FONT -->
    63     <!-- FONT -->
    64     <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
    64     <link href='<?php echo(registry_url('PT-Sans_Narrow','font'))?>' rel='stylesheet' type='text/css'>
    65     <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
    65     <link href='<?php echo(registry_url('PT-Sans','font'))?>' rel='stylesheet' type='text/css'>
   477                     <div id="scrollcont">
   477                     <div id="scrollcont">
   478                         <div id="scrollin"></div>
   478                         <div id="scrollin"></div>
   479                     </div>
   479                     </div>
   480                 </div>
   480                 </div>
   481                 
   481                 
       
   482             <?php } else {?>
       
   483                 
       
   484                 <p class="connect-message"><a href="<php echo URL_ROOT.$rep; ?>/client.php?CONNECT=true"><?php echo $translate->_('You must be connected with your Twitter account to read the conversation'); ?></a></p>
       
   485                 
   482             <?php } ?>
   486             <?php } ?>
   483             
   487             
   484             </div>
   488             </div>
   485             <?php $pad_url = $translate->_('config__pad_url');?>
   489             <?php $pad_url = $translate->_('config__pad_url');?>
   486             <?php if ($pad_url !== "config__pad_url"):?>
   490             <?php if ($pad_url !== "config__pad_url"):?>