aboutsummaryrefslogtreecommitdiff
path: root/template/closed.phtml
diff options
context:
space:
mode:
authorFlorian Larysch2015-09-02 16:40:02 +0200
committerFlorian Larysch2015-09-02 16:40:02 +0200
commitfbd52e74a2103a1af8ebada75f1c9d4bc7e999b1 (patch)
treee511e99bb61e2fdaff14f3152df54646eb6aae38 /template/closed.phtml
parent72185179ad6942bfdcbcc4368f1a2b65e639d7a7 (diff)
add some prose about releases/relive to the "closed" page
Diffstat (limited to '')
-rw-r--r--template/closed.phtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/closed.phtml b/template/closed.phtml
index 2347c37..6ca7416 100644
--- a/template/closed.phtml
+++ b/template/closed.phtml
@@ -9,6 +9,21 @@
<? endif ?>
<p>
+ <? if($conference->hasReleases()): ?>
+ Recordings will be released at <a href="<?=h($conference->getReleasesUrl())?>"><?=h($conference->getReleasesUrl())?></a>.
+ <? endif ?>
+
+ <? if($conference->hasRelive()): ?>
+ <? if($conference->hasReleases()): ?>
+ Until all recordings are released, <a href="<?=h($conference->getReliveUrl())?>">ReLive</a> remains available.
+ <? else: ?>
+ You can still watch stream dumps <a href="<?=h($conference->getReliveUrl())?>">here</a>.
+ <? endif ?>
+ <? endif ?>
+
+ </p>
+
+ <p>
Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> was organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>. The next events we'll attend will be
</p>