[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  <div class="competency-rule-points">
   2      <table class="table table-condensed">
   3          <thead>
   4              <tr>
   5                  <th scope="col"></th>
   6                  <th scope="col">{{#str}}points, tool_lp{{/str}}</th>
   7                  <th scope="col">{{#str}}required{{/str}}</th>
   8              </tr>
   9          </thead>
  10          <tbody>
  11              {{#children}}
  12              <tr data-competency="{{id}}">
  13                  <th scope="row">{{{shortname}}}</th>
  14                  <td>
  15                      <label class="accesshide" for="pointsforcompetency-{{id}}">{{#str}}pointsgivenfor, tool_lp, {{{competency.shortname}}}{{/str}}</label>
  16                      <input id="pointsforcompetency-{{id}}" type="number" min="0" value="{{points}}" name="points" />
  17                  </td>
  18                  <td>
  19                      <label class="accesshide" for="competency-{{id}}-isrequired">{{#str}}aisrequired, tool_lp, {{{competency.shortname}}}{{/str}}</label>
  20                      <input id="competency-{{id}}-isrequired" type="checkbox" value="1" name="required" {{#required}}checked{{/required}} />
  21                  </td>
  22              </tr>
  23              {{/children}}
  24          </tbody>
  25          <tfoot>
  26              <tr>
  27                  <th scope="row">{{#str}}totalrequiredtocomplete, tool_lp{{/str}}</th>
  28                  <td><input type="number" min="1" value="{{requiredpoints}}" name="requiredpoints" aria-label="{{#str}}totalrequiredtocomplete, tool_lp{{/str}}"></td>
  29                  <td> </td>
  30              </tr>
  31          </tfoot>
  32      </table>
  33  </div>


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