X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/mod/data/templates
home
/
cbholdings
/
pasukulu
/
mod
/
data
/
templates
/
📁
..
📄
action_bar.mustache
(4.09 KB)
📄
defaulttemplate_addtemplate.mustache
(1.58 KB)
📄
defaulttemplate_asearchtemplate.mustache
(2.05 KB)
📄
defaulttemplate_listtemplate.mustache
(2.61 KB)
📄
defaulttemplate_rsstemplate.mustache
(1.48 KB)
📄
defaulttemplate_singletemplate.mustache
(2.67 KB)
📄
fields_action_bar.mustache
(2.87 KB)
📄
fields_footer.mustache
(1.13 KB)
📄
fields_mapping_body.mustache
(1.7 KB)
📄
fields_mapping_footer.mustache
(1.24 KB)
📄
fields_otherfields.mustache
(1.19 KB)
📄
preset_preview.mustache
(1.86 KB)
📄
presets.mustache
(4.03 KB)
📄
presets_action_bar.mustache
(2.64 KB)
📄
save_as_preset.mustache
(1.28 KB)
📄
template_editor.mustache
(4 KB)
📄
template_editor_resetmodal.mustache
(1.15 KB)
📄
template_editor_tools.mustache
(4.63 KB)
📄
templates_action_bar.mustache
(3.46 KB)
📄
view_action_bar.mustache
(3.55 KB)
📄
view_footer.mustache
(1.55 KB)
📄
view_noentries.mustache
(2.49 KB)
📄
zero_state.mustache
(3.23 KB)
Editing: template_editor_tools.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 mod_data/template_editor_tools Tag tool box for the template editor in the mod_data. Example context (json): { "toolshelp": "Available tags", "hastools": true, "tools": [ { "name": "Fields", "tags": [ { "tag": "[[Checkme]]", "tagname": "Checkme - [[Checkme]]" }, { "tag": "[[Description]]", "tagname": "Description - [[Description]]" }, { "tag": "[[Name]]", "tagname": "Name - [[Name]]" } ] }, { "name": "Actions", "tags": [ { "tag": "##actionsmenu##", "tagname": "Actions menu - ##actionsmenu##" }, { "tag": "##edit##", "tagname": "Edit - ##edit##" }, { "tag": "##delete##", "tagname": "Delete - ##delete##" }, { "tag": "##approve##", "tagname": "Approve - ##approve##" }, { "tag": "##disapprove##", "tagname": "Undo approval - ##disapprove##" }, { "tag": "##export##", "tagname": "Export - ##export##" }, { "tag": "##more##", "tagname": "More - ##more##" }, { "tag": "##moreurl##", "tagname": "More URL - ##moreurl##" }, { "tag": "##delcheck##", "tagname": "Bulk delete checkbox - ##delcheck##" } ] }, { "name": "Other", "tags": [ { "tag": "##tags##", "tagname": "Tags - ##tags##" }, { "tag": "##timeadded##", "tagname": "Time added - ##timeadded##" }, { "tag": "##timemodified##", "tagname": "Time modified - ##timemodified##" }, { "tag": "##user##", "tagname": "User - ##user##" }, { "tag": "##userpicture##", "tagname": "User picture - ##userpicture##" }, { "tag": "##approvalstatus##", "tagname": "Approval status - ##approvalstatus##" }, { "tag": "##id##", "tagname": "Entry ID - ##id##" }, { "tag": "##comments##", "tagname": "Comments - ##comments##" } ] } ] } }} {{#hastools}} <div class="p-2"> <label for="availabletags">{{#str}} availabletags, data {{/str}}</label> {{{toolshelp}}} <div class="no-overflow" id="availabletags_wrapper"> <select name="fields1[]" id="availabletags" size="20" onclick="insert_field_tags(this)" class="form-control"> {{#tools}} <optgroup label="{{name}}"> {{#tags}} <option value="{{tag}}">{{tagname}}</option> {{/tags}} </optgroup> {{/tools}} </select> </div> </div> {{/hastools}}
Upload File
Create Folder