|
|
|
@ -97,7 +97,14 @@
|
|
|
|
|
<p> ${event.abstract} </p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card-footer">
|
|
|
|
|
<h2 class="ml-1">${(event.persons !== "\n") ? event.persons : "<br>"}</h2>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col ml-1">
|
|
|
|
|
<h2>${(event.persons !== "\n") ? event.persons : "<br>"}</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col text-center roomname">
|
|
|
|
|
<h2>${event.room}</h2>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
<h2 class="float-left ml-1">${event.start}Uhr</h2>
|
|
|
|
|
<h2 class="float-right mr-2">${event.duration}h</h2>
|
|
|
|
@ -141,11 +148,11 @@
|
|
|
|
|
|
|
|
|
|
// change screen after 20Sek and 40Sek
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
setPage(3);
|
|
|
|
|
setPage(1);
|
|
|
|
|
}, 1);
|
|
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
setPage(1);
|
|
|
|
|
setPage(2);
|
|
|
|
|
}, 20000);
|
|
|
|
|
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|