Author
|
zPlus <->
2016-03-22 09:03:00
|
Committer
|
zPlus <->
2016-03-22 09:03:00
|
Commit
|
b105ec4
(patch)
|
Tree
|
d6cf722
|
Parent(s)
|
|
Remove LibrePlanet 2016
commits diff:
99261cf..b105ec4
2 files changed,
2 insertions,
26 deletions
—
download
Diffstat
Diff options
+0/-21
D libreplanet.php
index
06162ac..0000000
|
old size: 407B
-
new size: 0B
|
deleted file mode: -rw-r--r--
|
1
|
|
- |
<?php
|
2
|
|
- |
|
3
|
|
- |
if (!isset ($_GET['room']))
|
4
|
|
- |
exit ();
|
5
|
|
- |
|
6
|
|
- |
if ($_GET['room'] == 123 || $_GET['room'] == 141 || $_GET['room'] == 144)
|
7
|
|
- |
$room = $_GET['room'];
|
8
|
|
- |
|
9
|
|
- |
?>
|
10
|
|
- |
|
11
|
|
- |
<video
|
12
|
|
- |
autoplay="autoplay"
|
13
|
|
- |
controls="controls"
|
14
|
|
- |
preload="auto"
|
15
|
|
- |
width="100%"
|
16
|
|
- |
height="auto">
|
17
|
|
- |
|
18
|
|
- |
<source src="https://live2.fsf.org/room<?= $room ?>_stream.webm"></source>
|
19
|
|
- |
|
20
|
|
- |
Your browser doesn't support HTML5 video
|
21
|
|
- |
</video> |
21
|
|
> |
\ No newline at end of file
|
+2/-5
M template/index.twig
2
|
2
|
|
|
3
|
3
|
|
<div class="posts">
|
4
|
4
|
|
|
|
5
|
+ |
{# LibrePlanet banner
|
5
|
6
|
|
<div class="bg-success" style="margin: 0 0 2em 0; padding: .5em;">
|
6
|
|
- |
<img alt="" title="" src="images/pulse.gif" style="height: 1em;" />
|
7
|
|
- |
LibrePlanet 2016 — Room
|
8
|
|
- |
<a href="libreplanet?room=123">123</a> •
|
9
|
|
- |
<a href="libreplanet?room=141">141</a> •
|
10
|
|
- |
<a href="libreplanet?room=144">144</a>
|
11
|
7
|
|
</div>
|
|
8
|
+ |
#}
|
12
|
9
|
|
|
13
|
10
|
|
{% for post in posts %}
|
14
|
11
|
|
|