From b6e86040dd3faa3a70ec16e77220d852bdb09a04 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sun, 5 Dec 2010 12:56:20 +0000 Subject: Adding latest files. --- theme/.cvsignore | 1 + theme/video-play-dcr.tpl.php | 17 +++++++++++++++++ theme/video-play-divx.tpl.php | 26 ++++++++++++++++++++++++++ theme/video-play-flash.tpl.php | 20 ++++++++++++++++++++ theme/video-play-flv.tpl.php | 14 ++++++++++++++ theme/video-play-html5.tpl.php | 32 ++++++++++++++++++++++++++++++++ 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 +++++++++++++++++++++ 10 files changed, 208 insertions(+) create mode 100644 theme/.cvsignore 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-html5.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/.cvsignore b/theme/.cvsignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/theme/.cvsignore @@ -0,0 +1 @@ +.DS_Store diff --git a/theme/video-play-dcr.tpl.php b/theme/video-play-dcr.tpl.php new file mode 100644 index 0000000..dd9f86d --- /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..3148efa --- /dev/null +++ b/theme/video-play-divx.tpl.php @@ -0,0 +1,26 @@ + + + + + + + + + + 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..264578c --- /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-html5.tpl.php b/theme/video-play-html5.tpl.php new file mode 100644 index 0000000..8f97650 --- /dev/null +++ b/theme/video-play-html5.tpl.php @@ -0,0 +1,32 @@ + + + \ 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..a69ce26 --- /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..738137f --- /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..a943d13 --- /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..df0838c --- /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