2 This file is part of Moodle - http://moodle.org/
4 Moodle is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
9 Moodle is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 Template competencies template.
20 <div data-region="templatecompetenciespage">
22 {{{template.shortname}}}
23 {{#template.canmanage}}
24 <a href="{{pluginbaseurl}}/edittemplate.php?id={{template.id}}&pagecontextid={{pagecontextid}}">{{#pix}}t/edit, core, {{#str}}edittemplate, tool_lp{{/str}}{{/pix}}</a>
25 {{/template.canmanage}}
27 <div>{{{template.description}}}</div>
28 {{#canmanagetemplatecompetencies}}
29 <div data-region="actions" class="clearfix">
30 <div class="pull-left">
31 <button disabled class="btn btn-secondary">{{#str}}addtemplatecompetencies, tool_lp{{/str}}</button>
34 {{/canmanagetemplatecompetencies}}
35 <h3 class="m-t-1">{{#str}}templatecompetencies, tool_lp{{/str}}</h3>
37 {{> tool_lp/template_statistics }}
39 <div data-region="templatecompetencies">
40 <div class="managecompetencies">
41 <div class="drag-parentnode">
43 <div class="drag-samenode" data-id="{{competency.id}}">
45 {{#canmanagetemplatecompetencies}}
46 <span class="drag-handlecontainer pull-left"></span>
47 <div class="pull-xs-right">
48 <a href="#" data-action="delete-competency-link" data-id="{{competency.id}}">{{#pix}}t/delete, core, {{#str}}delete{{/str}}{{/pix}}</a>
50 {{/canmanagetemplatecompetencies}}
52 {{> tool_lp/competency_summary }}
54 <strong>{{#str}}linkedcourseslist, tool_lp{{/str}}</strong>
56 <ul class="inline list-inline">
58 <li class="list-inline-item"><a href="{{viewurl}}?id={{id}}">{{{fullname}}} ({{{shortname}}})</a></li>
63 <span class="badge badge-info">{{#str}}nolinkedcourses, tool_lp{{/str}}</span>
71 <p class="alert alert-info">
72 {{#str}}nocompetenciesintemplate, tool_lp{{/str}}
76 <div data-region="actions">
77 {{#canmanagecompetencyframeworks}}
79 <p><a href="{{manageurl}}">{{#str}}managecompetenciesandframeworks, tool_lp{{/str}}</a></p>
81 {{/canmanagecompetencyframeworks}}
85 require(['tool_lp/competencies'], function(mod) {
86 (new mod({{template.id}}, 'template', {{pagecontextid}}));