|
|
@ -49,135 +49,137 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="inviteDropdownContainer" class="navbar-form navbar-left input-group"> |
|
|
|
<div class="btn-group navbar-form navbar-left ownerEl"> |
|
|
|
<button class="btn btn-default dropdown-toggle help ownerEl" type="button" id="inviteMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'INVITE_PEOPLE' %>"> |
|
|
|
<div class="btn-group"> |
|
|
|
<span class="glyphicon glyphicon-user"></span> |
|
|
|
<button class="btn btn-default dropdown-toggle help" type="button" id="inviteMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'INVITE_PEOPLE' %>"> |
|
|
|
<span class="caret"></span> |
|
|
|
<span class="glyphicon glyphicon-user"></span> |
|
|
|
</button> |
|
|
|
<span class="caret"></span> |
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="inviteMenuButton" id="inviteMenu"> |
|
|
|
</button> |
|
|
|
<li> |
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="inviteMenuButton" id="inviteMenu"> |
|
|
|
<center> |
|
|
|
<li> |
|
|
|
<p><%=l 'TO_INVITE_SHARE_THIS_URL' %></p> |
|
|
|
|
|
|
|
<% my $url = $self->url_for('/')->to_abs; |
|
|
|
|
|
|
|
$url .= ($url =~ m/\/$/) ? '':'/'; |
|
|
|
|
|
|
|
%> |
|
|
|
|
|
|
|
<h4><a href="javascript:void(0)" onclick="inviteUrlPopup();"><%= $url . $room %></a></h4> |
|
|
|
|
|
|
|
</center> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li class="divider"></li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<form class="navbar-form" id="inviteEmail" action="" method="post"> |
|
|
|
|
|
|
|
<center> |
|
|
|
<center> |
|
|
|
<p><%=l 'YOU_CAN_INVITE_BY_MAIL' %></p> |
|
|
|
<p><%=l 'TO_INVITE_SHARE_THIS_URL' %></p> |
|
|
|
|
|
|
|
<% my $url = $self->url_for('/')->to_abs; |
|
|
|
|
|
|
|
$url .= ($url =~ m/\/$/) ? '':'/'; |
|
|
|
|
|
|
|
%> |
|
|
|
|
|
|
|
<h4><a href="javascript:void(0)" onclick="inviteUrlPopup();"><%= $url . $room %></a></h4> |
|
|
|
</center> |
|
|
|
</center> |
|
|
|
<div class="input-group"> |
|
|
|
</li> |
|
|
|
<input type="email" id="recipient" class="form-control help" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"/> |
|
|
|
<li class="divider"></li> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<li> |
|
|
|
<button id="inviteEmailButton" type="submit" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"> |
|
|
|
<form class="navbar-form" id="inviteEmail" action="" method="post"> |
|
|
|
<span class="glyphicon glyphicon-send"> |
|
|
|
<center> |
|
|
|
</span> |
|
|
|
<p><%=l 'YOU_CAN_INVITE_BY_MAIL' %></p> |
|
|
|
</button> |
|
|
|
</center> |
|
|
|
</span> |
|
|
|
<div class="input-group"> |
|
|
|
</div> |
|
|
|
<input type="email" id="recipient" class="form-control help" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"/> |
|
|
|
<div class="input-group"> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<textarea id="message" name="message" class="form-control help" placeholder="<%=l 'MESSAGE' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_CUSTOM_MESSAGE' %>"></textarea> |
|
|
|
<button id="inviteEmailButton" type="submit" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_INVITE' %>"> |
|
|
|
<span class="input-group-addon"> |
|
|
|
<span class="glyphicon glyphicon-send"> |
|
|
|
<span class="glyphicon glyphicon-envelope"> |
|
|
|
</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="input-group"> |
|
|
|
</form> |
|
|
|
<textarea id="message" name="message" class="form-control help" placeholder="<%=l 'MESSAGE' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'SEND_CUSTOM_MESSAGE' %>"></textarea> |
|
|
|
</li> |
|
|
|
<span class="input-group-addon"> |
|
|
|
</ul> |
|
|
|
<span class="glyphicon glyphicon-envelope"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="btn-group navbar-form navbar-left"> |
|
|
|
|
|
|
|
<button class="btn btn-default dropdown-toggle help ownerEl" type="button" id="confMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'CONFIGURE' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-wrench"></span> |
|
|
|
|
|
|
|
<span class="caret"></span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="confMenuButton" id="confMenu"> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<center> |
|
|
|
|
|
|
|
<div class="navbar-form"> |
|
|
|
|
|
|
|
<div class="btn-group" data-toggle="buttons"> |
|
|
|
|
|
|
|
<label class="btn btn-default help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>"> |
|
|
|
|
|
|
|
<input type="checkbox" id="lockButton"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-lock"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
<label class="btn btn-default help" id="askForNameLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'FORCE_DISPLAY_NAME' %>"> |
|
|
|
|
|
|
|
<input type="checkbox" id="askForNameButton"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-leaf"> |
|
|
|
|
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</center> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
<li class="divider"></li> |
|
|
|
</div> |
|
|
|
<li> |
|
|
|
<div class="btn-group"> |
|
|
|
<form class="navbar-form" id="joinPassForm"> |
|
|
|
<button class="btn btn-default dropdown-toggle help" type="button" id="confMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'CONFIGURE' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-wrench"></span> |
|
|
|
|
|
|
|
<span class="caret"></span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<ul class="dropdown-menu" role="menu" aria-labelledby="confMenuButton" id="confMenu"> |
|
|
|
|
|
|
|
<li> |
|
|
|
<center> |
|
|
|
<center> |
|
|
|
<p><%=l 'YOU_CAN_PASSWORD_PROTECT_JOIN' %></p> |
|
|
|
<div class="navbar-form"> |
|
|
|
|
|
|
|
<div class="btn-group" data-toggle="buttons"> |
|
|
|
|
|
|
|
<label class="btn btn-default help" id="lockLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PREVENT_TO_JOIN' %>"> |
|
|
|
|
|
|
|
<input type="checkbox" id="lockButton"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-lock"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
<label class="btn btn-default help" id="askForNameLabel" data-toggle="tooltip" data-placement="bottom" title="<%=l 'FORCE_DISPLAY_NAME' %>"> |
|
|
|
|
|
|
|
<input type="checkbox" id="askForNameButton"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-leaf"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</center> |
|
|
|
</center> |
|
|
|
<div class="input-group"> |
|
|
|
</li> |
|
|
|
<input type="password" id="joinPass" class="form-control help" placeholder="<%=l 'PASSWORD' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PASSWORD_PROTECT' %>"/> |
|
|
|
<li class="divider"></li> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<li> |
|
|
|
<button id="setJoinPassButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PASSWORD_PROTECT' %>"> |
|
|
|
<form class="navbar-form" id="joinPassForm"> |
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
<center> |
|
|
|
</span> |
|
|
|
<p><%=l 'YOU_CAN_PASSWORD_PROTECT_JOIN' %></p> |
|
|
|
</button> |
|
|
|
</center> |
|
|
|
<button id="removeJoinPassButton" type="button" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'REMOVE_PASSWORD' %>"> |
|
|
|
<div class="input-group"> |
|
|
|
<span class="glyphicon glyphicon-remove"> |
|
|
|
<input type="password" id="joinPass" class="form-control help" placeholder="<%=l 'PASSWORD' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PASSWORD_PROTECT' %>"/> |
|
|
|
</span> |
|
|
|
<span class="input-group-btn"> |
|
|
|
</button> |
|
|
|
<button id="setJoinPassButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'PASSWORD_PROTECT' %>"> |
|
|
|
</span> |
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
</div> |
|
|
|
</span> |
|
|
|
</form> |
|
|
|
</button> |
|
|
|
</li> |
|
|
|
<button id="removeJoinPassButton" type="button" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'REMOVE_PASSWORD' %>"> |
|
|
|
<li class="divider"> |
|
|
|
<span class="glyphicon glyphicon-remove"> |
|
|
|
</li> |
|
|
|
</span> |
|
|
|
<li> |
|
|
|
</button> |
|
|
|
<form class="navbar-form" id="ownerPassForm"> |
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li class="divider"> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<form class="navbar-form" id="ownerPassForm"> |
|
|
|
|
|
|
|
<center> |
|
|
|
|
|
|
|
<p><%=l 'OWNER_PASSWORD_MAKES_PERSISTENT' %></p> |
|
|
|
|
|
|
|
</center> |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
|
|
|
|
<input type="password" id="ownerPass" class="form-control help" placeholder="<%=l 'PASSWORD' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'OWNER_PASSWORD' %>"/> |
|
|
|
|
|
|
|
<span class="input-group-btn"> |
|
|
|
|
|
|
|
<button id="setOwnerPassButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'OWNER_PASSWORD' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
<button id="removeOwnerPassButton" type="button" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'REMOVE_OWNER_PASSWORD' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-remove"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li class="divider"> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
<center> |
|
|
|
<center> |
|
|
|
<p><%=l 'OWNER_PASSWORD_MAKES_PERSISTENT' %></p> |
|
|
|
<p><%=l 'NOTIFICATION_ON_JOIN' %></p> |
|
|
|
</center> |
|
|
|
</center> |
|
|
|
<div class="input-group"> |
|
|
|
<ul class="list-inline" id="emailNotificationList"> |
|
|
|
<input type="password" id="ownerPass" class="form-control help" placeholder="<%=l 'PASSWORD' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'OWNER_PASSWORD' %>"/> |
|
|
|
</ul> |
|
|
|
<span class="input-group-btn"> |
|
|
|
<form class="navbar-form" id="newEmailNotificationForm"> |
|
|
|
<button id="setOwnerPassButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'OWNER_PASSWORD' %>"> |
|
|
|
<div class="input-group"> |
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
<input type="email" id="newEmailNotification" class="form-control help" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'ADD_NOTIFICATION' %>"/> |
|
|
|
</span> |
|
|
|
<span class="input-group-btn"> |
|
|
|
</button> |
|
|
|
<button id="newEmailNotificationButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'ADD_THIS_ADDRESS' %>"> |
|
|
|
<button id="removeOwnerPassButton" type="button" class="btn btn-default help" data-toggle="tooltip" data-placement="bottom" title="<%=l 'REMOVE_OWNER_PASSWORD' %>"> |
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
<span class="glyphicon glyphicon-remove"> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</form> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
<li class="divider"> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<center> |
|
|
|
|
|
|
|
<p><%=l 'NOTIFICATION_ON_JOIN' %></p> |
|
|
|
|
|
|
|
</center> |
|
|
|
|
|
|
|
<ul class="list-inline" id="emailNotificationList"> |
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
<form class="navbar-form" id="newEmailNotificationForm"> |
|
|
|
|
|
|
|
<div class="input-group"> |
|
|
|
|
|
|
|
<input type="email" id="newEmailNotification" class="form-control help" placeholder="<%=l 'EMAIL_PLACEHOLDER' %>" data-toggle="tooltip" data-placement="bottom" title="<%=l 'ADD_NOTIFICATION' %>"/> |
|
|
|
|
|
|
|
<span class="input-group-btn"> |
|
|
|
|
|
|
|
<button id="newEmailNotificationButton" type="submit" class="btn btn-default help disabled" data-toggle="tooltip" data-placement="bottom" title="<%=l 'ADD_THIS_ADDRESS' %>"> |
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-ok"> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</form> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="btn-group navbar-form navbar-left"> |
|
|
|
<div class="btn-group navbar-form navbar-left"> |
|
|
|
<button class="btn btn-default dropdown-toggle help unauthEl" type="button" id="authMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'AUTHENTICATE' %>"> |
|
|
|
<button class="btn btn-default dropdown-toggle help unauthEl" type="button" id="authMenuButton" data-toggle="dropdown" data-toggle="tooltip" data-placement="bottom" title="<%=l 'AUTHENTICATE' %>"> |
|
|
|