diff -r 64f1d027b306 -r fd35749faca9 web/select.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/select.php Fri Mar 16 19:29:48 2012 +0100 @@ -0,0 +1,142 @@ +getRequestToken(); + $_SESSION['TWITTER_REQUEST_TOKEN'] = serialize($token); + + /** + * Now redirect user to Twitter site so they can log in and + * approve our access + */ + $consumer->redirect(); +} + + +$big_visual_url = URL_ROOT."/$rep/images/big_visuel_rsln_mb.jpg"; +if($translate->_('config__client_visual') != 'config__client_visual' && $translate->_('config__client_visual') != null ) { + $big_visual_url = URL_ROOT."$rep/".$translate->_('config__client_visual'); +} + +$head_logo = URL_ROOT."$rep/images/head_logo.gif"; +if($translate->_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { + $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); +} + + $embed = (isset($_REQUEST['embed']) && $_REQUEST['embed']); + $videoWidth = ( $embed ? 442 : 480 ); + $videoHeight = ( $embed ? 250 : 320 ); +?> + + + + + + Live Video and Annotation + + + + ' rel='stylesheet' type='text/css'> + ' rel='stylesheet' type='text/css'> + + + + + + + + + + + + +
+ +
+ +
+ + + + +
+
+ + + + + \ No newline at end of file