cloud_bbb/templates/waiting.php

14 lines
263 B
PHP
Raw Permalink Normal View History

<?php
/** @var $_ array */
/** @var $l \OCP\IL10N */
style('core', 'guest');
script('bbb', 'waiting');
2022-10-26 19:16:51 +02:00
?>
<div class="update bbb">
<h2><?php p($_['room']); ?></h2>
<h3><?php p($l->t('Hello %s', $_['name'])); ?></h3>
<p id="bbb-waiting-text"></p>
</div>