summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2018-01-30 07:23:04 +0100
committerMax2018-01-30 07:23:04 +0100
commit588e63351a734291da38d9afc18f9a42919bd539 (patch)
tree1167e895702dc049ba36b1a97145fc839cd0d3e3
parent47a09cd76baaa1a699dc529ac3bb503282ae63e8 (diff)
downloadgospeladlershof.de-588e63351a734291da38d9afc18f9a42919bd539.tar.gz
Fügt Konzertvideos hinzu.
-rw-r--r--intern.gospeladlershof.de/konzert-videos.php69
1 files changed, 69 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/konzert-videos.php b/intern.gospeladlershof.de/konzert-videos.php
new file mode 100644
index 0000000..e0d711e
--- /dev/null
+++ b/intern.gospeladlershof.de/konzert-videos.php
@@ -0,0 +1,69 @@
+<?php
+$title = "Konzert Videos";
+$class_konzert = '';
+$class_index= '';
+$class_proben= '';
+$class_chor= '';
+$class_video= 'class="active"';
+
+require_once __DIR__ . '/header.php';
+?>
+<div class="container">
+ <!--div class="row">
+<h1>The River is flowing</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src=https://static.gospeladlershof.de/videos/theriverisflowing.mp4 type=video/mp4>
+ </video>
+</div>
+ </div--> <!-- /.row -->
+<h1>Gospelkonzert 2011</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/konzerte/Gospelkonzert2011.avi" type="video/x-msvideo" mmedia="(max-width: 719px) AND (min-width: 480px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Gospelkonzert 2013</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/konzerte/Gospelkonzert2013.mp4" type="video/mp4" mmedia="(max-width: 719px) AND (min-width: 480px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Gospelkonzert 2015</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/konzerte/Gospelkonzert2015.mkv" type="video/webm" mmedia="(max-width: 719px) AND (min-width: 480px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Gospelkonzert 2016</h1>
+<div align="center" class="embed-responsive embed-responsive-16by9">
+ <video controls class="embed-responsive-item" preload="metadata">
+ <source src="https://static.gospeladlershof.de/videos/konzerte/Gospelkonzert2016.mp4" type="video/mp4" mmedia="(max-width: 719px) AND (min-width: 480px)">
+ </video>
+</div>
+ </div> <!-- /.row -->
+</div> <!-- /container -->
+
+<?php
+require_once __DIR__ . '/footer.php';
+?>
+<!--
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus is my Salvation (720).webm" type="video/webm" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/King of Kings (720).webm" type="video/webm" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).mp4" type="video/mp4" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).mp4" type="video/mp4" media="all and (min-width: 720px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (320).webm" type="video/webm" media="(max-width: 479px) AND (min-width: 320px)">
+ <source src="https://static.gospeladlershof.de/videos/2016/Jesus on the Mainline (720).webm" type="video/webm" media="all and (min-width: 720px)">
+-->