summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de
diff options
context:
space:
mode:
authorhorus2017-02-01 16:37:37 +0100
committerhorus2017-02-01 16:37:37 +0100
commit647e57b5da66c3a906d7e03081c764022c03ce43 (patch)
treef71051223bd2c068da400365a19503b37390c41e /intern.gospeladlershof.de
parent0201405415d69588eea1266aa096503a73ebca98 (diff)
downloadgospeladlershof.de-647e57b5da66c3a906d7e03081c764022c03ce43.tar.gz
Vorerst finale Version des Videoplayers.
Diffstat (limited to 'intern.gospeladlershof.de')
-rw-r--r--intern.gospeladlershof.de/chor.php1
-rw-r--r--intern.gospeladlershof.de/header.php1
-rw-r--r--intern.gospeladlershof.de/index.php5
-rw-r--r--intern.gospeladlershof.de/konzert.php1
-rw-r--r--intern.gospeladlershof.de/proben.php1
-rw-r--r--intern.gospeladlershof.de/video.php23
6 files changed, 30 insertions, 2 deletions
diff --git a/intern.gospeladlershof.de/chor.php b/intern.gospeladlershof.de/chor.php
index 57902f9..32fed51 100644
--- a/intern.gospeladlershof.de/chor.php
+++ b/intern.gospeladlershof.de/chor.php
@@ -4,6 +4,7 @@ $class_konzert = '';
$class_index= '';
$class_proben= '';
$class_chor= 'class="active"';
+$class_video= '';
require_once __DIR__ . '/header.php';
require_once __DIR__ . '/code/db.php';
diff --git a/intern.gospeladlershof.de/header.php b/intern.gospeladlershof.de/header.php
index 1bbe634..65bc75f 100644
--- a/intern.gospeladlershof.de/header.php
+++ b/intern.gospeladlershof.de/header.php
@@ -92,6 +92,7 @@ if ( ! defined("LOGIN_SITE") || ! LOGIN_SITE ) {
<li <?php echo $class_index; ?>><a href="/"><span class="glyphicon glyphicon-home"></span> Start</a></li>
<li <?php echo $class_proben; ?>><a href="/proben.php"><span class="glyphicon glyphicon-th-list"></span> Termine</a></li>
<li <?php echo $class_konzert; ?>><a href="/konzert.php"><span class="glyphicon glyphicon-music"></span> Konzert</a></li>
+ <li <?php echo $class_video; ?>><a href="/video.php"><span class="glyphicon glyphicon-facetime-video"></span> Videos</a></li>
<li <?php echo $class_chor; ?>><a href="/chor.php"><span class="glyphicon glyphicon-user"></span> Chor</a></li>
<li><a href="/mailman/listinfo/chor/"><span class="glyphicon glyphicon-envelope"></span> E-Mail Verteiler</a></li>
<li><a href="/mailman/private/chor/"><span class="glyphicon glyphicon-send"></span> E-Mail Archiv</a></li>
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php
index 2ec7ccb..f23d39a 100644
--- a/intern.gospeladlershof.de/index.php
+++ b/intern.gospeladlershof.de/index.php
@@ -4,6 +4,8 @@ $class_index = 'class="active"';
$class_konzert= '';
$class_proben= '';
$class_chor= '';
+$class_video= '';
+
require_once __DIR__ . '/header.php';
?>
@@ -70,6 +72,9 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) {
}
}
?>
+<div class="alert alert-info" role="alert">
+<p><span class="glyphicon glyphicon-facetime-video"></span> Zu den Videos geht es hier lang: <a href="/video.php"><u><?php echo htmlentities(">>Klick<<");?></u></a>.</p>
+</div>
<h3>Das nächste Konzert</h3>
<div class="table-responsive">
<table class="table table-striped table-condensed">
diff --git a/intern.gospeladlershof.de/konzert.php b/intern.gospeladlershof.de/konzert.php
index 0cdec2e..caf4c02 100644
--- a/intern.gospeladlershof.de/konzert.php
+++ b/intern.gospeladlershof.de/konzert.php
@@ -4,6 +4,7 @@ $class_konzert = 'class="active"';
$class_index= '';
$class_proben= '';
$class_chor= '';
+$class_video= '';
require_once __DIR__ . '/header.php';
?>
diff --git a/intern.gospeladlershof.de/proben.php b/intern.gospeladlershof.de/proben.php
index 671d448..108acea 100644
--- a/intern.gospeladlershof.de/proben.php
+++ b/intern.gospeladlershof.de/proben.php
@@ -4,6 +4,7 @@ $class_proben= 'class="active"';
$class_index= '';
$class_konzert= '';
$class_chor= '';
+$class_video= '';
require_once __DIR__ . '/header.php';
?>
diff --git a/intern.gospeladlershof.de/video.php b/intern.gospeladlershof.de/video.php
index 5502396..b945387 100644
--- a/intern.gospeladlershof.de/video.php
+++ b/intern.gospeladlershof.de/video.php
@@ -4,24 +4,43 @@ $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 class="embed-responsive-item">
+ <video controls class="embed-responsive-item" preload="metadata">
<source src=https://static.gospeladlershof.de/videos/theriverisflowing.mp4 type=video/mp4>
</video>
</div>
</div> <!-- /.row -->
<div class="row">
+<h1>King of Kings</h1>
<div align="center" class="embed-responsive embed-responsive-16by9">
- <video class="embed-responsive-item">
+ <video controls class="embed-responsive-item" preload="metadata">
<source src=https://static.gospeladlershof.de/videos/kingofkings.mp4 type=video/mp4>
</video>
</div>
</div> <!-- /.row -->
+ <div class="row">
+<h1>Jesus is my Salvation</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/jesusismysalvation.mp4 type=video/mp4>
+ </video>
+</div>
+ </div> <!-- /.row -->
+ <div class="row">
+<h1>Jesus on the Mainline</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/jesusonthemainline.mp4 type=video/mp4>
+ </video>
+</div>
+ </div> <!-- /.row -->
</div> <!-- /container -->
<?php