__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
{{!
    This file is part of Moodle - http://moodle.org/

    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template core_message/message_index

    This template will render the message drawer.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * All data attributes are required

    Context variables required for this template:
    * userid The logged in user id
    * urls The URLs for the popover

    Example context (json):
    {}

}}
<div
        id="message-index-{{uniqid}}"
        class="message-app main bg-light border flex-row"
        aria-expanded="false"
        aria-hidden="true"
        data-region="message-index"
        role="region"
>
    <div class="container-fluid">
        <div class="row h-100 g-0">
            <div class="col-4 d-flex flex-column conversationcontainer">
                <div class="border-end h-100">
                    <div class="panel-header-container" data-region="panel-header-container">
                        {{> core_message/message_drawer_view_overview_header }}
                        {{> core_message/message_drawer_view_search_header }}
                    </div>
                    <div class="panel-body-container" data-region="panel-body-container">
                        {{> core_message/message_drawer_view_overview_body }}
                        {{> core_message/message_drawer_view_search_body }}
                    </div>
                </div>
            </div>
            <div class="col-8 d-flex flex-column">
                <div class="header-container position-relative" data-region="header-container">
                    {{> core_message/message_drawer_view_contacts_header }}
                    {{> core_message/message_drawer_view_conversation_header }}
                    {{> core_message/message_drawer_view_settings_header }}
                </div>
                <div class="body-container position-relative" data-region="body-container">
                    {{> core_message/message_drawer_view_contact_body }}
                    {{> core_message/message_drawer_view_contacts_body }}
                    {{> core_message/message_drawer_view_conversation_body }}
                    {{> core_message/message_drawer_view_group_info_body }}
                    {{> core_message/message_drawer_view_settings_body }}
                </div>
                <div class="footer-container position-relative" data-region="footer-container">
                    {{> core_message/message_drawer_view_conversation_footer }}
                    {{> core_message/message_drawer_view_overview_footer }}
                </div>
            </div>
        </div>
    </div>
</div>
{{#js}}
    require(['jquery', 'core_message/message_drawer'], function($, MessageDrawer) {
    var root = $('#message-index-{{uniqid}}');
    MessageDrawer.init(root, '{{uniqid}}', true, {{{route}}});
    });
{{/js}}

Filemanager

Name Type Size Permission Actions
add_contact_button.mustache File 1.37 KB 0777
contact_request_sent.mustache File 1.37 KB 0777
default_notification_preferences.mustache File 6.85 KB 0777
message_drawer.mustache File 3.19 KB 0777
message_drawer_contacts_list.mustache File 2.64 KB 0777
message_drawer_contacts_list_item_placeholder.mustache File 1.41 KB 0777
message_drawer_conversations_list.mustache File 4.45 KB 0777
message_drawer_conversations_list_items_placeholder.mustache File 2 KB 0777
message_drawer_icon_back.mustache File 1.36 KB 0777
message_drawer_icon_forward.mustache File 1.21 KB 0777
message_drawer_lazy_load_list.mustache File 1.8 KB 0777
message_drawer_messages_list.mustache File 3.63 KB 0777
message_drawer_messages_list_item_placeholder.mustache File 1.84 KB 0777
message_drawer_non_contacts_list.mustache File 2.26 KB 0777
message_drawer_view_contact_body.mustache File 1.26 KB 0777
message_drawer_view_contact_body_content.mustache File 3.19 KB 0777
message_drawer_view_contacts_body.mustache File 4.11 KB 0777
message_drawer_view_contacts_body_section_contacts.mustache File 1.63 KB 0777
message_drawer_view_contacts_body_section_requests.mustache File 1.63 KB 0777
message_drawer_view_contacts_body_section_requests_list.mustache File 2.2 KB 0777
message_drawer_view_contacts_header.mustache File 1.83 KB 0777
message_drawer_view_conversation_body.mustache File 2.95 KB 0777
message_drawer_view_conversation_body_confirm_dialogue.mustache File 4.79 KB 0777
message_drawer_view_conversation_body_day.mustache File 1.71 KB 0777
message_drawer_view_conversation_body_day_placeholder.mustache File 3.71 KB 0777
message_drawer_view_conversation_body_message.mustache File 3.56 KB 0777
message_drawer_view_conversation_body_messages.mustache File 1.32 KB 0777
message_drawer_view_conversation_body_placeholder.mustache File 1.7 KB 0777
message_drawer_view_conversation_footer.mustache File 2.58 KB 0777
message_drawer_view_conversation_footer_content.mustache File 2.84 KB 0777
message_drawer_view_conversation_footer_edit_mode.mustache File 1.71 KB 0777
message_drawer_view_conversation_footer_placeholder.mustache File 1.34 KB 0777
message_drawer_view_conversation_footer_require_contact.mustache File 1.59 KB 0777
message_drawer_view_conversation_footer_require_unblock.mustache File 1.59 KB 0777
message_drawer_view_conversation_footer_unable_to_message.mustache File 1.29 KB 0777
message_drawer_view_conversation_header.mustache File 1.79 KB 0777
message_drawer_view_conversation_header_content_type_private.mustache File 5.87 KB 0777
message_drawer_view_conversation_header_content_type_private_no_controls.mustache File 2.97 KB 0777
message_drawer_view_conversation_header_content_type_public.mustache File 5.37 KB 0777
message_drawer_view_conversation_header_content_type_self.mustache File 3.37 KB 0777
message_drawer_view_conversation_header_edit_mode.mustache File 1.55 KB 0777
message_drawer_view_conversation_header_placeholder.mustache File 1.86 KB 0777
message_drawer_view_group_info_body.mustache File 1.35 KB 0777
message_drawer_view_group_info_body_content.mustache File 2.5 KB 0777
message_drawer_view_group_info_participants_list.mustache File 2.37 KB 0777
message_drawer_view_group_info_participants_list_item_placeholder.mustache File 1.43 KB 0777
message_drawer_view_overview_body.mustache File 1.64 KB 0777
message_drawer_view_overview_footer.mustache File 1.2 KB 0777
message_drawer_view_overview_header.mustache File 2.88 KB 0777
message_drawer_view_overview_section.mustache File 3.9 KB 0777
message_drawer_view_overview_section_favourites.mustache File 1.57 KB 0777
message_drawer_view_overview_section_group_messages.mustache File 1.61 KB 0777
message_drawer_view_overview_section_messages.mustache File 1.84 KB 0777
message_drawer_view_search_body.mustache File 1.81 KB 0777
message_drawer_view_search_header.mustache File 2.53 KB 0777
message_drawer_view_search_results_content.mustache File 2.68 KB 0777
message_drawer_view_search_results_content_placeholder.mustache File 1.25 KB 0777
message_drawer_view_settings_body.mustache File 1.45 KB 0777
message_drawer_view_settings_body_content.mustache File 2.79 KB 0777
message_drawer_view_settings_body_content_notification_preferences.mustache File 1.7 KB 0777
message_drawer_view_settings_body_placeholder.mustache File 2.89 KB 0777
message_drawer_view_settings_header.mustache File 1.6 KB 0777
message_index.mustache File 3.43 KB 0777
message_jumpto.mustache File 945 B 0777
message_popover.mustache File 1.98 KB 0777
message_preferences.mustache File 3.58 KB 0777
message_preferences_component.mustache File 1.85 KB 0777
message_preferences_notification_processor.mustache File 1.59 KB 0777
notification_preferences.mustache File 3.56 KB 0777
notification_preferences_component.mustache File 2.08 KB 0777
notification_preferences_component_notification.mustache File 3.02 KB 0777
notification_preferences_processor.mustache File 2.26 KB 0777
preferences_processor.mustache File 1.76 KB 0777
remove_contact_button.mustache File 1.42 KB 0777
send_bulk_message.mustache File 1.24 KB 0777
Filemanager