���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home3/cpr76684/public_html/activitychooser.tar
���ѧ٧ѧ�
help.mustache 0000644 00000003760 15152567746 0007257 0 ustar 00 {{! 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_course/chooser_help Chooser help / more information template. Example context (json): { "id": 125, "name": "assign", "title": "Assignment", "link": "http://yourmoodle/modedit.php?id=x&itemtype=y", "icon": "<img class='icon' src='http://urltooptionicon'>", "help": "This is a description of the assignment activity", "archetype": 0, "componentname": "mod_assign", "favourite": 1 } }} <div class="optionsummary" tabindex="-1" data-region="chooser-option-summary-container" aria-labelledby="optionsummary_label" aria-describedby="optionsumary_desc"> <div class="content text-left mb-5 p-2 px-sm-5 py-sm-4" data-region="chooser-option-summary-content-container"> <div class="heading mb-4"> <h5 id="optionsummary_label-{{uniqid}}" data-region="summary-header" tabindex="0"> {{{icon}}} {{title}} </h5> </div> <div id="optionsumary_desc-{{uniqid}}" class="description" tabindex="0"> {{{help}}} </div> </div> {{^showFooter}} <div class="fixed-bottom position-absolute py-3 px-4 border-top modal-footer"> {{>core_course/local/activitychooser/footer_partial}} </div> {{/showFooter}} </div> search.mustache 0000644 00000002170 15152567746 0007566 0 ustar 00 {{! 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_course/chooser_search Chooser search template. Example context (json): {} }} {{< core/search_input_auto }} {{$label}}{{#str}} searchactivities, core {{/str}}{{/label}} {{$placeholder}}{{#str}} search, core {{/str}}{{/placeholder}} {{/ core/search_input_auto }} <div class="searchresultscontainer" data-region="search-results-container" hidden="hidden" aria-live="polite"> </div> footer_partial.mustache 0000644 00000002514 15152567746 0011335 0 ustar 00 {{! 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_course/local/activitychooser/footer_partial Chooser favourite template partial. Example context (json): { } }} <div class="w-100 d-flex justify-content-between" data-region="chooser-option-summary-actions-container"> <button data-action="close-chooser-option-summary" class="closeoptionsummary btn btn-secondary" tabindex="0" data-modname="{{componentname}}_{{link}}"> {{#str}} back {{/str}} </button> <a href="{{link}}" title="{{#str}} addnew, moodle, {{title}} {{/str}}" data-action="add-chooser-option" class="addoption btn btn-primary" tabindex="0"> {{#str}} add {{/str}} </a> </div> error.mustache 0000644 00000002367 15152567746 0007462 0 ustar 00 {{! 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_course/local/activitychooser/error Chooser error template. Variables required for this template: * errormessage - The error message Example context (json): { "errormessage": "Error" } }} <div class="p-2 px-sm-5 py-sm-4"> <div class="alert alert-danger" role="alert"> <h5 class="alert-heading"> <i class="fa fa-exclamation-circle fa-fw text-danger"></i> {{#str}} error, error {{/str}} </h5> <hr> <p class="text-break">{{{errormessage}}}</p> </div> </div> search_results.mustache 0000644 00000003072 15152567746 0011351 0 ustar 00 {{! 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_course/chooser_search_results Chooser search results template. Example context (json): { "searchresultsnumber": "10", "searchresults": { "label": "Option name", "description": "Option description", "urls": { "addoption": "http://addoptionurl.com" }, "icon": "<img class='icon' src='http://urltooptionicon'>" } } }} <p class="mt-4 px-3 pb-1">{{#str}} resultsfound, core, {{searchresultsnumber}} {{/str}}</p> <div class="bg-light searchresultitemscontainer-wrapper border"> <div class="searchresultitemscontainer d-flex flex-wrap h-100 mh-100 mw-100 position-relative p-1" role="menubar" data-region="search-result-items-container" > {{#searchresults}} {{>core_course/local/activitychooser/item}} {{/searchresults}} </div> </div> favourites.mustache 0000644 00000002246 15152567746 0010514 0 ustar 00 {{! 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_course/chooser_favourites Chooser favourite template partial. Example context (json): { "favourites": { "label": "Option name", "description": "Option description", "urls": { "addoption": "http://addoptionurl.com" }, "icon": "<img class='icon' src='http://urltooptionicon'>" } } }} {{#favourites}} {{>core_course/local/activitychooser/item}} {{/favourites}} item.mustache 0000644 00000006641 15152567746 0007266 0 ustar 00 {{! 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_course/chooser_item Chooser item template. Example context (json): { "label": "Option name", "description": "Option description", "urls": { "addoption": "http://addoptionurl.com" }, "icon": "<img class='icon' src='http://urltooptionicon'>", "purpose": "content" } }} <div role="menuitem" tabindex="-1" aria-label="{{title}}" class="option border-0 card m-1 bg-white" data-region="chooser-option-container" data-internal="{{name}}" data-modname="{{componentname}}_{{link}}"> <div class="optioninfo card-body d-flex flex-column text-center p-1" data-region="chooser-option-info-container"> <a class="d-flex flex-column justify-content-between flex-fill" href="{{link}}" title="{{#str}} addnew, moodle, {{title}} {{/str}}" tabindex="-1" data-action="add-chooser-option"> <div class="optionicon mt-2 mb-1 mx-auto icon-no-margin modicon_{{name}} activityiconcontainer {{purpose}}"> {{{icon}}} </div> <div class="optionname clamp-2">{{title}}</div> </a> <div class="optionactions d-flex justify-content-center" role="group" data-region="chooser-option-actions-container"> {{^legacyitem}} <button class="btn btn-icon icon-no-margin icon-size-3 m-0 optionaction {{#favourite}}text-primary{{/favourite}}{{^favourite}}text-muted{{/favourite}}" data-action="manage-module-favourite" data-favourited="{{favourite}}" data-id="{{id}}" data-name="{{componentname}}" data-internal="{{name}}" {{^favourite}} aria-pressed="false" {{/favourite}} {{#favourite}} aria-pressed="true" {{/favourite}} aria-label="{{#str}} aria:modulefavourite, core_course, {{title}} {{/str}}" tabindex="-1" > {{#favourite}} {{#pix}} i/star, core {{/pix}} {{/favourite}} {{^favourite}} {{#pix}} i/star-o, core {{/pix}} {{/favourite}} </button> {{/legacyitem}} <button class="btn btn-icon icon-no-margin icon-size-3 m-0 optionaction" data-action="show-option-summary" tabindex="-1"> <span aria-hidden="true">{{#pix}} docs, core {{/pix}}</span> <span class="sr-only">{{#str}} informationformodule, core_course, {{title}} {{/str}}</span> </button> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�