aboutsummaryrefslogtreecommitdiff
path: root/template/closed.phtml
blob: 6b41f29ab38342a312cb2e416e4988712c00fd41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<div class="container about">
	<h1><?=h($conference->getTitle())?> is over!</h1>

	<? if($upcoming): ?>
		<h2>See you soon at <?=h($upcoming['name'])?></h2>
	<? endif ?>

	<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 Event we'll attend will be
	</p>

	<br><br><br>

	<div class="col-xs-10 col-xs-offset-1 col-md-6 col-md-offset-3">

		<div class="panel panel-default">
			<div class="panel-heading"><?=h($upcoming['name'])?></div>
			<div class="panel-body">
				<?=h($upcoming['location'])?><br />
				<?=h($upcoming['start_date'])?><?=h($upcoming['end_date'])?>
			</div>
		</div>

	</div>
</div>