|
|
|
<div class="chat_modal_wrap">
|
|
|
|
|
|
|
|
<div class="tg_page_head tg_modal_head">
|
|
|
|
<div class="navbar navbar-static-top navbar-inverse">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="navbar-toggle-wrap dropdown" dropdown ng-if="chatFull.chat.pFlags.creator || !chatFull.chat.pFlags.left && !chatFull.chat.pFlags.kicked">
|
|
|
|
<a class="dropdown-toggle navbar-toggle" dropdown-toggle>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</a>
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
<li ng-if="chatFull.chat.pFlags.creator">
|
|
|
|
<a ng-click="deletePhoto()" my-i18n="group_modal_menu_delete_photo"></a>
|
|
|
|
</li>
|
|
|
|
<li ng-if="chatFull.chat.pFlags.creator">
|
|
|
|
<a ng-click="editChannel()" my-i18n="modal_edit"></a>
|
|
|
|
</li>
|
|
|
|
<li ng-if="chatFull.chat.pFlags.creator">
|
|
|
|
<a ng-click="deleteChannel()" my-i18n="channel_modal_delete_channel"></a>
|
|
|
|
</li>
|
|
|
|
<li ng-if="!chatFull.chat.pFlags.creator && !chatFull.chat.pFlags.left && !chatFull.chat.pFlags.kicked">
|
|
|
|
<a ng-click="leaveChannel()" my-i18n="channel_modal_leave_channel"></a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="navbar-header">
|
|
|
|
|
|
|
|
<ul class="nav navbar-nav navbar-quick-nav">
|
|
|
|
<li>
|
|
|
|
<a ng-click="$close()" class="navbar-quick-media-back">
|
|
|
|
<i class="icon icon-back"></i>
|
|
|
|
<div class="navbar-quick-back-title">
|
|
|
|
<h4 my-i18n="channel_modal_info"></h4>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-body mobile_modal_body">
|
|
|
|
|
|
|
|
<div class="mobile_user_modal_photo_profile_wrap">
|
|
|
|
|
|
|
|
<a ng-click="openPhoto(chatFull.chat_photo.id, {p: -chatFull.chat.id})" class="mobile_user_modal_image_wrap pull-left" my-peer-photolink="::-chatFull.chat.id" img-class="mobile_user_modal_image mobile_chat_modal_image" no-open="true" watch="true" ng-class="{disabled: !chatFull.chat.photo.photo_small}" ng-disabled="!chatFull.chat.photo.photo_small"></a>
|
|
|
|
|
|
|
|
<div class="mobile_user_modal_info_wrap clearfix">
|
|
|
|
<h4 class="mobile_user_modal_header" my-peer-link="-chatFull.chat.id" verified="true"></h4>
|
|
|
|
<p class="mobile_user_modal_status" ng-if="chatFull.participants_count > 0">
|
|
|
|
<ng-pluralize count="chatFull.participants_count"
|
|
|
|
when="group_modal_pluralize_participants">
|
|
|
|
</ng-pluralize>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_section" ng-if="chatFull.rAbout">
|
|
|
|
<h4 class="mobile_modal_section_header" my-i18n="channel_modal_description"></h4>
|
|
|
|
<div class="mobile_modal_section_value" ng-bind-html="chatFull.rAbout"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_section" ng-if="chatFull.chat.username || chatFull.chat.pFlags.creator">
|
|
|
|
<h4 class="mobile_modal_section_header" my-i18n="channel_modal_share_link"></h4>
|
|
|
|
<div class="mobile_modal_section_value" ng-switch="chatFull.chat.username.length > 0">
|
|
|
|
<a ng-switch-when="true" class="settings_modal_username_link" ng-click="shareLink($event)" ng-bind="'https://telegram.me/' + chatFull.chat.username" ng-href="https://telegram.me/{{chatFull.chat.username}}" target="_blank"></a>
|
|
|
|
<a ng-switch-default ng-click="shareLink($event)" ng-bind="chatFull.exported_invite.link" ng-href="{{chatFull.exported_invite.link}}" target="_blank"></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_action_wrap" ng-if="chatFull.chat.pFlags.creator">
|
|
|
|
<a class="mobile_modal_action" ng-click="inviteToChannel()" my-i18n="channel_modal_add_member"></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_action_wrap" ng-if="chatFull.chat.pFlags.left">
|
|
|
|
<a class="mobile_modal_action" ng-click="joinChannel()" my-i18n="channel_modal_join"></a>
|
|
|
|
</div>
|
|
|
|
<div class="mobile_modal_action_wrap" ng-if="chatFull.chat._ == 'chatForbidden'">
|
|
|
|
<a class="mobile_modal_action" ng-click="flushHistory()" my-i18n="group_modal_return"></a>
|
|
|
|
</div>
|
|
|
|
<div class="mobile_modal_action_wrap" ng-if="chatFull.chat.pFlags.creator && !photo.updating">
|
|
|
|
<span class="mobile_modal_action mobile_modal_upload_action">
|
|
|
|
<input my-file-upload type="file" multiple="false" class="im_attach_input" size="120" multiple="false" accept="image/x-png, image/png, image/gif, image/jpeg" />
|
|
|
|
<my-i18n="group_modal_update_photo"></my-i18n>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="mobile_modal_action_wrap" ng-if="photo.updating">
|
|
|
|
<span class="mobile_modal_action" my-i18n>
|
|
|
|
<my-i18n="group_modal_update_active"></my-i18n>
|
|
|
|
<span my-loading-dots></span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_action_wrap">
|
|
|
|
<a class="mobile_modal_action tg_checkbox clearfix" ng-click="settings.notifications = !settings.notifications" ng-class="settings.notifications ? 'tg_checkbox_on' : ''">
|
|
|
|
<span class="icon icon-checkbox-outer"><i class="icon-checkbox-inner"></i></span>
|
|
|
|
<span class="tg_checkbox_label" my-i18n="group_modal_notifications"></span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mobile_modal_section" ng-if="chatFull.participants.participants.length > 0">
|
|
|
|
<h4 class="mobile_modal_section_header" my-i18n="group_modal_members"></h4>
|
|
|
|
<div class="mobile_modal_section_body">
|
|
|
|
|
|
|
|
<div class="chat_modal_members_list">
|
|
|
|
|
|
|
|
<div class="chat_modal_participant_wrap clearfix" ng-repeat="participant in chatFull.participants.participants | orderBy:'-user.sortStatus'">
|
|
|
|
<a ng-if="participant.canKick" ng-click="kickFromChannel(participant.user_id)" class="chat_modal_participant_kick pull-right" my-i18n="group_modal_members_kick"></a>
|
|
|
|
<a ng-if="participant.canLeave" ng-click="leaveChannel()" class="chat_modal_participant_kick pull-right" my-i18n="group_modal_menu_leave"></a>
|
|
|
|
|
|
|
|
<a class="chat_modal_participant_photo pull-left" my-peer-photolink="participant.user_id" img-class="chat_modal_participant_photo" status="true"></a>
|
|
|
|
|
|
|
|
<div class="chat_modal_participant_name">
|
|
|
|
<a my-peer-link="participant.user_id"></a>
|
|
|
|
</div>
|
|
|
|
<div class="chat_modal_participant_status" my-user-status="::participant.user_id" bot-chat-privacy="true"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|