Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-13 08:30:50 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-10-13 18:13:59 +0300
commitb5ce9061e6ba8d7a0ad225009f5f8d3830a87883 (patch)
treeb018fba97533cc71141a57782168d2801d1c54d6 /templates
parent936fe0a3f109d2c985c21260841fb7406a135e6c (diff)
Replace custom code with SidebarView
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php3
-rw-r--r--templates/index.php42
2 files changed, 7 insertions, 38 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 899cf823d..5349b941f 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -14,7 +14,10 @@ script(
'vendor/backbone.marionette/lib/backbone.marionette.min',
'models/room',
'models/roomcollection',
+ 'views/callinfoview',
'views/roomlistview',
+ 'views/sidebarview',
+ 'views/tabview',
'simplewebrtc',
'webrtc',
'signaling',
diff --git a/templates/index.php b/templates/index.php
index 4edadd479..1b5259b38 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -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>