[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/admin/tool/lp/templates/ -> competency_picker_competencyform.mustache (source)

   1  <div data-region="competencylinktree">
   2  <h3>{{#str}}locatecompetency, tool_lp{{/str}}</h3>
   3  
   4  <form data-region="filtercompetencies" data-frameworkid="{{framework.id}}">
   5      <label class="accesshide" for="filter{{uniqid}}">{{#str}}search, tool_lp{{/str}}</label>
   6      <input type="text" id="filter{{uniqid}}" placeholder="{{#str}}search, tool_lp{{/str}}" value="{{search}}">
   7      <button>{{#pix}}a/search, ,{{#str}}search{{/str}}{{/pix}}</button>
   8  </form>
   9  <ul data-enhance="linktree" style="display: none;">
  10      <li data-id="0"><span>{{{framework.shortname}}}</span>
  11          <ul>
  12              {{#competencies}}
  13                  {{> tool_lp/competencies_tree }}
  14              {{/competencies}}
  15          </ul>
  16      </li>
  17  </ul>
  18  <div data-region="link-buttons">
  19      <input type="button" data-action="add" value="{{#str}}select{{/str}}"/>
  20      <input type="button" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
  21  </div>
  22  </div>


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1