summary refs log tree commit diff stats
path: root/divs/content-wrapper.php
diff options
context:
space:
mode:
authorNaglfar <naglfar@tilde.institute>2021-01-08 01:49:09 +0100
committerNaglfar <naglfar@tilde.institute>2021-01-08 01:49:09 +0100
commitb1067b2b75ef10c2d48d145617d0e92f78d21187 (patch)
treeda2b75d7f419371fce56330acdff3810eead76ac /divs/content-wrapper.php
parent4eebbfb79c42abd8ebcd7d1776f164588a3d16b0 (diff)
downloadMightyWVMS-b1067b2b75ef10c2d48d145617d0e92f78d21187.tar.gz
Add php scripts for flow HTML divs
Diffstat (limited to 'divs/content-wrapper.php')
-rw-r--r--divs/content-wrapper.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/divs/content-wrapper.php b/divs/content-wrapper.php
new file mode 100644
index 0000000..dce5bf6
--- /dev/null
+++ b/divs/content-wrapper.php
@@ -0,0 +1,7 @@
+<video controls>
+	<source src="video/<?php echo $vindex[$vid] ?>.ogv" type="video/ogg">html5 browser not found.
+</video> 
+
+<div id="video-data"><?php echo $vdata[2].'<br>'.$cindex[$vdata[3]] ?></div>
+<div id="video-views"><?php echo $vdata[0] ?> views</div>
+<div id="video-info">Published on <?php echo date('M j, Y', $vdata[1])."<br>\n".$vdata[5] ?></div>