From 52255de580654f351205b19565be601bd4caaacb Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Fri, 26 Mar 2010 22:44:48 +0000 Subject: First pass at cleaning up videolist. --- views/default/forms/labels/vimeo.php | 60 +++++++++++++++++------------------- 1 file changed, 29 insertions(+), 31 deletions(-) (limited to 'views/default/forms/labels/vimeo.php') diff --git a/views/default/forms/labels/vimeo.php b/views/default/forms/labels/vimeo.php index 6a15909b4..38ffc17f0 100644 --- a/views/default/forms/labels/vimeo.php +++ b/views/default/forms/labels/vimeo.php @@ -1,34 +1,32 @@ - * @copyright Prateek Choudhary - */ +/** + * Elgg Video Plugin + * This plugin allows users to create a library of youtube/vimeo/metacafe videos + * @file - load vimeo label + * @package Elgg + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Prateek Choudhary + * @copyright Prateek Choudhary + */ - $body = '

"; - $body .= "
"; - $body .= ""; - $body .= "
"; - $body .= "
"; - $body .= "   "; - if($error['no-search'] == 0) - { - $body .= '
'.$error_msg['no-search'].'
'; - } - $body .= "
"; - //$body .= "
"; - //$body .= ''; - $body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:vimeo'))); - //$body .= "
"; - $body .= "
"; - $body .= '

'; - - print $body; -?> +$body = '

"; +$body .= "
"; +$body .= ""; +$body .= "
"; +$body .= "
"; +$body .= "   "; +if ($error['no-search'] == 0) { + $body .= '
'.$error_msg['no-search'].'
'; +} +$body .= "
"; +//$body .= "
"; +//$body .= ''; +$body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:vimeo'))); +//$body .= "
"; +$body .= "
"; +$body .= '

'; + +print $body; \ No newline at end of file -- cgit v1.2.3