X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/course/format/templates/local/courseindex
home
/
cbholdings
/
pasukulu
/
course
/
format
/
templates
/
local
/
courseindex
/
📁
..
📄
cm.mustache
(2.23 KB)
📄
cmcompletion.mustache
(1.78 KB)
📄
courseindex.mustache
(3.65 KB)
📄
drawer.mustache
(1.25 KB)
📄
placeholders.mustache
(2.16 KB)
📄
section.mustache
(4.34 KB)
Editing: cm.mustache
{{! 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_courseformat/local/courseindex/cm Displays a course index course-module entry. Example context (json): { "id": "12", "name": "Announcements", "url": "#", "visible": 1, "isactive": 1, "uniqid": "0", "accessvisible": 1, "hascmrestrictions": 0, "indent": 1 } }} <li class="courseindex-item {{#isactive}}active{{/isactive}} {{#hascmrestrictions}}restrictions{{/hascmrestrictions}} {{^accessvisible}}dimmed{{/accessvisible}} d-flex {{#indent}} indented {{/indent}}" id="course-index-cm-{{id}}" data-for="cm" data-id="{{id}}" role="treeitem" > <span class="completioninfo" data-for="cm_completion" data-value="NaN"></span> {{#uservisible}} <a class="courseindex-link text-truncate" {{#url}} href="{{{url}}}" {{/url}}{{^url}} href="#{{{anchor}}}" data-anchor="true" {{/url}} data-for="cm_name" tabindex="-1" > {{{name}}} </a> {{/uservisible}} {{^uservisible}} <a class="courseindex-link text-truncate" href="#{{{anchor}}}" data-for="cm_name" tabindex="-1" data-anchor="true"> {{{name}}} </a> {{/uservisible}} <span class="courseindex-locked ml-1" data-for="cm_name"> {{#pix}} t/locked, core {{/pix}} </span> <span class="dragicon ml-auto">{{#pix}}i/dragdrop{{/pix}}</span> </li> {{#js}} require(['core_courseformat/local/courseindex/cm'], function(component) { component.init('course-index-cm-{{id}}'); }); {{/js}}
Upload File
Create Folder