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:
authorJoas Schilling <coding@schilljs.com>2017-09-01 11:03:31 +0300
committerJoas Schilling <coding@schilljs.com>2017-09-04 19:31:09 +0300
commite8aea7d5d606e31025527cd417c8b0d02aa53a4a (patch)
treef6b9ef9de28ff0954559597b85f45b5f7d5e8898 /templates
parentbc0afbe238dddca43b730a889718b368fd991064 (diff)
Sidebar menu bubble
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php76
1 files changed, 9 insertions, 67 deletions
diff --git a/templates/index.php b/templates/index.php
index 8cd0ff4e2..b23d9d706 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -44,6 +44,14 @@ script(
<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">
@@ -58,75 +66,9 @@ script(
<div class="tabsContainer">
<div id="participantTabView" class="tab participantTabView">
<div class="participantListView subView">
- <ul id="participantWithList" class="participantWithList">
- <li data-share-id="2" data-share-type="0" data-share-with="test1" class="participant-moderator">
- <div class="avatar " data-username="test1" data-displayname="User One" style="height: 32px; width: 32px; background-color: rgb(213, 231, 116); color: rgb(255, 255, 255); font-weight: normal; text-align: center; line-height: 32px; font-size: 17.6px;">U</div>
- <span class="username" title="">
- User One
- <span class="participant-moderator-indicator">(moderator)</span>
- </span>
-
- <span class="sharingOptionsGroup">
- <a href="#"><span class="icon icon-more"></span></a>
-
- <div class="popovermenu bubble hidden menu">
- <ul>
- <li>
- <span class="shareOption menuitem">
- <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
- <label for="canShare-view17-test1">Demote from moderator</label>
- </span>
- </li>
- <li>
- <span class="shareOption menuitem">
- <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
- <label for="canShare-view17-test1">Remove participant from call</label>
- </span>
- </li>
- </ul>
- </div>
- </span>
- </li>
- <li data-share-id="2" data-share-type="0" data-share-with="test1" class="participant-offline">
- <div class="avatar " data-username="test1" data-displayname="User One" style="height: 32px; width: 32px; background-color: rgb(213, 231, 116); color: rgb(255, 255, 255); font-weight: normal; text-align: center; line-height: 32px; font-size: 17.6px;">U</div>
- <span class="username" title="">
- User Two
- </span>
-
- <span class="sharingOptionsGroup">
- <a href="#"><span class="icon icon-more"></span></a>
-
- <div class="popovermenu bubble hidden menu">
- <ul>
- <li>
- <span class="shareOption menuitem">
- <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
- <label for="canShare-view17-test1">Promote to moderator</label>
- </span>
- </li>
- <li>
- <span class="shareOption menuitem">
- <input id="canShare-view17-test1" name="share" class="permissions checkbox" checked="checked" data-permissions="16" type="checkbox">
- <label for="canShare-view17-test1">Remove participant from call</label>
- </span>
- </li>
- </ul>
- </div>
- </span>
- </li>
+ <ul id="participantWithList" class="participantWithList with-icon">
</ul>
</div>
-
- <div class="linkShareView subView">
- <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>
-
</div>
</div>
</div>