2015-04-04 18:11:25 +00:00
< div class = "container about" >
2020-04-30 16:11:35 +00:00
<? if ( $next != null && $conference -> getTitle () != $next [ 'name' ]) : ?>
2015-07-16 21:32:44 +00:00
< h1 > <? = h ( $conference -> getTitle ()) ?> is over!</ h1 >
<? endif ?>
2015-04-04 18:11:25 +00:00
2015-12-02 17:17:18 +00:00
<? include ( " $assemblies /countdown.phtml" ) ?>
2015-04-04 18:11:25 +00:00
2015-09-02 14:40:02 +00:00
< p >
<? if ( $conference -> hasReleases ()) : ?>
2022-05-13 12:29:37 +00:00
Recordings will be released at < a href = " <? = h ( $conference -> getReleasesUrl ()) ?> " > <? = explode ( '?' , h ( $conference -> getReleasesUrl ()))[ 0 ] ?> </ a > .
2015-09-02 14:40:02 +00:00
<? 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 >
2015-04-04 18:11:25 +00:00
< p >
2016-10-23 22:11:50 +00:00
Streaming at < strong > <? = h ( $conference -> getTitle ()) ?> </ strong > was provided by the < a href = "http://c3voc.de" > Chaos Computer Club Video Operation Center</ a > . The next events we'll attend will be
2015-04-04 18:11:25 +00:00
< / p >
< br > < br > < br >
2015-11-08 14:15:53 +00:00
<? include ( " $assemblies /upcoming.phtml" ) ?>
2015-04-04 18:11:25 +00:00
< / div >