[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <div data-region="competencylinktree"> 2 {{^singlePlan}} 3 <h3>{{#str}}learningplans, tool_lp{{/str}}</h3> 4 <select data-action="chooseplan"> 5 {{#plans}} 6 <option value="{{id}}" {{#selected}}selected="selected"{{/selected}}>{{{name}}}</option> 7 {{/plans}} 8 </select> 9 {{/singlePlan}} 10 11 <h3>{{#str}}locatecompetency, tool_lp{{/str}}</h3> 12 13 <form data-region="filtercompetencies" data-planid="{{plan.id}}"> 14 <label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label> 15 <input type="text" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}"> 16 <button>{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button> 17 </form> 18 19 <ul data-enhance="linktree" style="display: none;"> 20 <li><span>{{{plan.name}}}</span> 21 <ul> 22 {{#competencies}} 23 {{> tool_lp/competencies_tree }} 24 {{/competencies}} 25 </ul> 26 </li> 27 </ul> 28 29 <div data-region="link-buttons"> 30 <input type="button" data-action="add" value="{{#str}}add{{/str}}"/> 31 <input type="button" data-action="cancel" value="{{#str}}cancel{{/str}}"/> 32 </div> 33 34 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |