From 959aebe07fffe334bf3dc3f2bfcf9c5e77fad92a Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Thu, 24 Jan 2013 16:13:17 -0500 Subject: Add an HTML5 player Merge request #20. Basic, not very pretty, but works and, unlike the Flash player, is maintainable. --- templates/create_html5_player.inc.php | 39 +++++++++++++++++ templates/show_html5_player.inc.php | 76 ++++++++++++++++++++++++++++++++++ templates/show_playtype_switch.inc.php | 1 + 3 files changed, 116 insertions(+) create mode 100644 templates/create_html5_player.inc.php create mode 100644 templates/show_html5_player.inc.php (limited to 'templates') diff --git a/templates/create_html5_player.inc.php b/templates/create_html5_player.inc.php new file mode 100644 index 00000000..de3e036c --- /dev/null +++ b/templates/create_html5_player.inc.php @@ -0,0 +1,39 @@ + + + +<?php echo Config::get('site_title'); ?> + + + + + diff --git a/templates/show_html5_player.inc.php b/templates/show_html5_player.inc.php new file mode 100644 index 00000000..505909b2 --- /dev/null +++ b/templates/show_html5_player.inc.php @@ -0,0 +1,76 @@ + + + + +<?php echo Config::get('site_title'); ?> + + + + + + +
+
+ +
+
+
+
+
+
+
+ + +
+
+ +
+ + diff --git a/templates/show_playtype_switch.inc.php b/templates/show_playtype_switch.inc.php index e2bf8f11..ce30bac2 100644 --- a/templates/show_playtype_switch.inc.php +++ b/templates/show_playtype_switch.inc.php @@ -37,6 +37,7 @@ if (Preference::has_access('play_type')) { + -- cgit