|
|
|
@ -16,8 +16,11 @@ script( |
|
|
|
'models/roomcollection', |
|
|
|
'models/participant', |
|
|
|
'models/participantcollection', |
|
|
|
'views/roomlistview', |
|
|
|
'views/callinfoview', |
|
|
|
'views/participantview', |
|
|
|
'views/roomlistview', |
|
|
|
'views/sidebarview', |
|
|
|
'views/tabview', |
|
|
|
'simplewebrtc', |
|
|
|
'webrtc', |
|
|
|
'signaling', |
|
|
|
@ -39,43 +42,6 @@ script( |
|
|
|
|
|
|
|
<div id="app-content" class="participants-1"> |
|
|
|
|
|
|
|
<div id="app-sidebar" class="detailsView scroll-container hidden"> |
|
|
|
<div class="detailCallInfoContainer"> |
|
|
|
<h3><span class="room-name">Name</span></h3> |
|
|
|
<!-- |
|
|
|
<h3>Call name <span class="icon icon-rename"></span></h3> |
|
|
|
|
|
|
|
<button><?php p($l->t('Start/stop webinary'));?></button>
|
|
|
|
|
|
|
|
<input name="shareLink" id="shareLink" class="checkbox" value="1" type="checkbox"> |
|
|
|
<label for="shareLink"><?php p($l->t('Share link'));?></label><br>
|
|
|
|
<div class="oneline"> |
|
|
|
<label for="linkText" class="hidden-visually">Link</label> |
|
|
|
<input id="linkText" class="linkText" type="text" readonly value="https://nextcloud13.local/index.php/s/LRDYjaFrAw2oBp7"> |
|
|
|
<a class="clipboardButton icon icon-clippy" data-clipboard-target="#linkText" data-original-title="" title=""></a> |
|
|
|
</div> |
|
|
|
--> |
|
|
|
</div> |
|
|
|
|
|
|
|
<ul class="tabHeaders"> |
|
|
|
<li class="tabHeader selected" data-tabid="participantTabView" data-tabindex="0"> |
|
|
|
<a href="#"><?php p($l->t('Participants'));?></a>
|
|
|
|
</li> |
|
|
|
<!--<li class="tabHeader" data-tabid="schedulingTabView" data-tabindex="1"> |
|
|
|
<a href="#"><?php p($l->t('Scheduling'));?></a>
|
|
|
|
</li>--> |
|
|
|
</ul> |
|
|
|
|
|
|
|
<div class="tabsContainer"> |
|
|
|
<div id="participantTabView" class="tab participantTabView"> |
|
|
|
<div class="participantListView subView"> |
|
|
|
<ul id="participantWithList" class="participantWithList with-icon"> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="app-content-wrapper"> |
|
|
|
<button id="video-fullscreen" class="icon-fullscreen-white" data-placement="bottom" data-toggle="tooltip" data-original-title="<?php p($l->t('Fullscreen')) ?>"></button> |
|
|
|
|
|
|
|
|