2020-08-25 13:17:35 +02:00
|
|
|
<?php
|
|
|
|
/** @var $_ array */
|
|
|
|
/** @var $l \OCP\IL10N */
|
|
|
|
style('core', 'guest');
|
2022-10-26 19:16:51 +02:00
|
|
|
?>
|
2020-08-25 13:17:35 +02:00
|
|
|
|
2023-10-26 15:17:10 +02:00
|
|
|
<div class="update bbb guest-box">
|
2020-08-25 13:17:35 +02:00
|
|
|
<h2><?php p($_['room']) ?></h2>
|
|
|
|
<p><?php p($l->t('You will be forwarded to the room in the next few seconds.')); ?><br />
|
|
|
|
<br />
|
|
|
|
<a href="<?php print_unescaped($_['url']); ?>"><?php p($l->t('Let\'s go!')); ?></a></p>
|
|
|
|
</div>
|