From 0c8e7ae689eed6291bb2061c9c75e3057b230339 Mon Sep 17 00:00:00 2001 From: Mohamed Mujahid Date: Tue, 6 Jul 2010 17:04:02 +0000 Subject: merging changes from DRUPAL-6--4 --- theme/video-play-dcr.tpl.php | 17 +++++++++++++++++ theme/video-play-divx.tpl.php | 20 ++++++++++++++++++++ theme/video-play-flash.tpl.php | 20 ++++++++++++++++++++ theme/video-play-flv.tpl.php | 14 ++++++++++++++ theme/video-play-quicktime.tpl.php | 32 ++++++++++++++++++++++++++++++++ theme/video-play-realmedia.tpl.php | 22 ++++++++++++++++++++++ theme/video-play-theora.tpl.php | 23 +++++++++++++++++++++++ theme/video-play-windowsmedia.tpl.php | 21 +++++++++++++++++++++ 8 files changed, 169 insertions(+) create mode 100644 theme/video-play-dcr.tpl.php create mode 100644 theme/video-play-divx.tpl.php create mode 100644 theme/video-play-flash.tpl.php create mode 100644 theme/video-play-flv.tpl.php create mode 100644 theme/video-play-quicktime.tpl.php create mode 100644 theme/video-play-realmedia.tpl.php create mode 100644 theme/video-play-theora.tpl.php create mode 100644 theme/video-play-windowsmedia.tpl.php (limited to 'theme') diff --git a/theme/video-play-dcr.tpl.php b/theme/video-play-dcr.tpl.php new file mode 100644 index 0000000..576e52c --- /dev/null +++ b/theme/video-play-dcr.tpl.php @@ -0,0 +1,17 @@ + + + + + l(t('Plugin'), 'http://www.macromedia.com/shockwave/download/'))); ?> + + \ No newline at end of file diff --git a/theme/video-play-divx.tpl.php b/theme/video-play-divx.tpl.php new file mode 100644 index 0000000..e5e7f35 --- /dev/null +++ b/theme/video-play-divx.tpl.php @@ -0,0 +1,20 @@ + + + + + + + l(t('Plugin'), 'http://go.divx.com/plugin/download/'))); ?> + + \ No newline at end of file diff --git a/theme/video-play-flash.tpl.php b/theme/video-play-flash.tpl.php new file mode 100644 index 0000000..a559976 --- /dev/null +++ b/theme/video-play-flash.tpl.php @@ -0,0 +1,20 @@ + + + + + + + l(t('Plugin'), 'http://get.adobe.com/flashplayer/'))); ?> + + \ No newline at end of file diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php new file mode 100644 index 0000000..661ad04 --- /dev/null +++ b/theme/video-play-flv.tpl.php @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/theme/video-play-quicktime.tpl.php b/theme/video-play-quicktime.tpl.php new file mode 100644 index 0000000..7e4fb29 --- /dev/null +++ b/theme/video-play-quicktime.tpl.php @@ -0,0 +1,32 @@ + + * + */ +?> + + + + + + + + + \ No newline at end of file diff --git a/theme/video-play-realmedia.tpl.php b/theme/video-play-realmedia.tpl.php new file mode 100644 index 0000000..8048c5c --- /dev/null +++ b/theme/video-play-realmedia.tpl.php @@ -0,0 +1,22 @@ + + + + + + + + + l(t('Plugin'), 'http://www.real.com/realplayer'))); ?> + + \ No newline at end of file diff --git a/theme/video-play-theora.tpl.php b/theme/video-play-theora.tpl.php new file mode 100644 index 0000000..1b759ee --- /dev/null +++ b/theme/video-play-theora.tpl.php @@ -0,0 +1,23 @@ + + + + + + + + + + + l(t('Plugin'), 'http://www.theora.org/cortado/'))); ?> + \ No newline at end of file diff --git a/theme/video-play-windowsmedia.tpl.php b/theme/video-play-windowsmedia.tpl.php new file mode 100644 index 0000000..c7a1026 --- /dev/null +++ b/theme/video-play-windowsmedia.tpl.php @@ -0,0 +1,21 @@ + + + + + + + + + l(t('Plugin'), 'http://www.microsoft.com/windows/windowsmedia/player/download/'))); ?> + \ No newline at end of file -- cgit v1.2.3