aboutsummaryrefslogtreecommitdiff
path: root/template/relive.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/relive.phtml')
-rw-r--r--template/relive.phtml29
1 files changed, 29 insertions, 0 deletions
diff --git a/template/relive.phtml b/template/relive.phtml
new file mode 100644
index 0000000..248056f
--- /dev/null
+++ b/template/relive.phtml
@@ -0,0 +1,29 @@
+<div class="container-fluid">
+ <h1>Experimetal ReLive Recordings</h1>
+
+ <div class="event-previews">
+ <h2 class="loading">Loading…</h2>
+
+ <a class="event-preview template" href="url.html">
+ <img alt="Readable Title" class="video-thumbnail" src="">
+ <div class="caption">
+ <ul class="metadata">
+ <li>
+ <span class="fa fa-clock-o"></span>
+ 36 min
+ </li>
+ <li>
+ <span class="fa fa-calendar-o"></span>
+ 2013-12-28
+ </li>
+ <li class="persons">
+ <span class="fa fa-user"></span>
+ C B
+ </li>
+ </ul>
+ <h3>Readable Title</h3>
+ </div>
+ </a>
+
+ </div>
+</div>