From fc7921d05953d3de3130f9d49b7d73ec4c466b34 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 3 Nov 2011 22:18:13 +0100 Subject: Upgraded "add video" page. --- .../forms/videolist/labels/googlevideos.php | 27 ++++++++++++++++++++++ views/default/forms/videolist/labels/metacafe.php | 27 ++++++++++++++++++++++ views/default/forms/videolist/labels/vimeo.php | 27 ++++++++++++++++++++++ views/default/forms/videolist/labels/youtube.php | 27 ++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 views/default/forms/videolist/labels/googlevideos.php create mode 100644 views/default/forms/videolist/labels/metacafe.php create mode 100644 views/default/forms/videolist/labels/vimeo.php create mode 100644 views/default/forms/videolist/labels/youtube.php (limited to 'views/default/forms/videolist/labels') diff --git a/views/default/forms/videolist/labels/googlevideos.php b/views/default/forms/videolist/labels/googlevideos.php new file mode 100644 index 000000000..9ce2d607c --- /dev/null +++ b/views/default/forms/videolist/labels/googlevideos.php @@ -0,0 +1,27 @@ + + * @copyright Prateek Choudhary + */ + +$body = '

'; +$body .= "
"; +$body .= "
"; +$body .= ""; +$body .= "
"; +$body .= "
"; +$body .= ""; +if($error['no-search'] == 0) { + $body .= '
'.$error_msg['no-search'].'
'; +} +$body .= "
"; +$body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:vimeo'))); +$body .= "
"; +$body .= '
Loading...
'; +print $body; \ No newline at end of file diff --git a/views/default/forms/videolist/labels/metacafe.php b/views/default/forms/videolist/labels/metacafe.php new file mode 100644 index 000000000..0642153f4 --- /dev/null +++ b/views/default/forms/videolist/labels/metacafe.php @@ -0,0 +1,27 @@ + + * @copyright Prateek Choudhary + */ + +$body = '

'; +$body .= "
"; +$body .= "
"; +$body .= ""; +$body .= "
"; +$body .= "
"; +$body .= ""; +if($error['no-search'] == 0) { + $body .= '
'.$error_msg['no-search'].'
'; +} +$body .= "
"; +$body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:metacafe'))); +$body .= "
"; + +print $body; \ No newline at end of file diff --git a/views/default/forms/videolist/labels/vimeo.php b/views/default/forms/videolist/labels/vimeo.php new file mode 100644 index 000000000..24a49a1ee --- /dev/null +++ b/views/default/forms/videolist/labels/vimeo.php @@ -0,0 +1,27 @@ + + * @copyright Prateek Choudhary + */ + +$body = '

'; +$body .= "
"; +$body .= "
"; +$body .= ""; +$body .= "
"; +$body .= "
"; +$body .= ""; +if ($error['no-search'] == 0) { + $body .= '
'.$error_msg['no-search'].'
'; +} +$body .= "
"; +$body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos:vimeo'))); +$body .= "
"; + +print $body; \ No newline at end of file diff --git a/views/default/forms/videolist/labels/youtube.php b/views/default/forms/videolist/labels/youtube.php new file mode 100644 index 000000000..4c824f6f3 --- /dev/null +++ b/views/default/forms/videolist/labels/youtube.php @@ -0,0 +1,27 @@ + + * @copyright Prateek Choudhary + */ + +$body = '

'; +$body .= "
"; +$body .= "
"; +$body .= ""; +$body .= "
"; +$body .= "
"; +$body .= ""; +if($error['no-search'] == 0) { + $body .= '
'.$error_msg['no-search'].'
'; +} +$body .= "
"; +$body .= elgg_view('input/submit', array('internalname' => 'submit', 'value' => elgg_echo('videolist:searchTubeVideos'))); +$body .= "
"; + +print $body; \ No newline at end of file -- cgit v1.2.3