| Línea 52... |
Línea 52... |
| 52 |
}
|
52 |
}
|
| 53 |
}}
|
53 |
}}
|
| 54 |
<div data-region="competencylinktree">
|
54 |
<div data-region="competencylinktree">
|
| 55 |
{{^singleFramework}}
|
55 |
{{^singleFramework}}
|
| 56 |
<h3>{{#str}}competencyframeworks, tool_lp{{/str}}</h3>
|
56 |
<h3>{{#str}}competencyframeworks, tool_lp{{/str}}</h3>
|
| 57 |
<select data-action="chooseframework" class="custom-select">
|
57 |
<select data-action="chooseframework" class="form-select">
|
| 58 |
{{#frameworks}}
|
58 |
{{#frameworks}}
|
| 59 |
<option value="{{id}}" {{#selected}}selected="selected"{{/selected}}>{{{shortname}}} <em>{{idnumber}}</em></option>
|
59 |
<option value="{{id}}" {{#selected}}selected="selected"{{/selected}}>{{{shortname}}} <em>{{idnumber}}</em></option>
|
| 60 |
{{/frameworks}}
|
60 |
{{/frameworks}}
|
| 61 |
</select>
|
61 |
</select>
|
| 62 |
{{/singleFramework}}
|
62 |
{{/singleFramework}}
|
| Línea 64... |
Línea 64... |
| 64 |
|
64 |
|
| 65 |
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
65 |
<form data-region="filtercompetencies" class="d-flex flex-wrap align-items-center" data-frameworkid="{{framework.id}}">
|
| 66 |
<div class="mb-3 d-flex">
|
66 |
<div class="mb-3 d-flex">
|
| 67 |
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
67 |
<label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
|
| 68 |
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
68 |
<input type="text" class="form-control" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
|
| 69 |
<button class="btn btn-secondary ml-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
69 |
<button class="btn btn-secondary ms-1">{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
|
| 70 |
</div>
|
70 |
</div>
|
| 71 |
</form>
|
71 |
</form>
|
| 72 |
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
72 |
<ul data-enhance="linktree" style="display: none;" class="mt-1 competency-tree">
|
| 73 |
<li><span>{{{framework.shortname}}}</span>
|
73 |
<li><span>{{{framework.shortname}}}</span>
|
| Línea 76... |
Línea 76... |
| 76 |
{{> tool_lp/competencies_tree }}
|
76 |
{{> tool_lp/competencies_tree }}
|
| 77 |
{{/competencies}}
|
77 |
{{/competencies}}
|
| 78 |
</ul>
|
78 |
</ul>
|
| 79 |
</li>
|
79 |
</li>
|
| 80 |
</ul>
|
80 |
</ul>
|
| 81 |
<div data-region="link-buttons" class="mt-1 float-sm-right">
|
81 |
<div data-region="link-buttons" class="mt-1 float-sm-end">
|
| 82 |
<input type="button" class="btn btn-primary" data-action="add" value="{{#str}}add{{/str}}"/>
|
82 |
<input type="button" class="btn btn-primary" data-action="add" value="{{#str}}add{{/str}}"/>
|
| 83 |
<input type="button" class="btn btn-secondary" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
|
83 |
<input type="button" class="btn btn-secondary" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
|
| 84 |
</div>
|
84 |
</div>
|
| 85 |
<div class="clearfix"></div>
|
85 |
<div class="clearfix"></div>
|
| 86 |
</div>
|
86 |
</div>
|