[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  <div data-region="competencyruleconfig">
   2      <div data-region="content">
   3  
   4          {{^config}}
   5          <p>{{#str}}cannotaddrules, tool_lp{{/str}}</p>
   6          {{/config}}
   7  
   8          {{#config}}
   9          <div data-region="rule-base">
  10              <div data-region="rule-outcome">
  11                  <label>{{#str}}outcome, tool_lp{{/str}}</label>
  12                  <select name="outcome" ng-label="{{#str}}outcome, tool_lp{{/str}}">
  13                      {{#outcomes}}
  14                      <option value="{{code}}" {{#selected}}selected{{/selected}}>{{name}}</option>
  15                      {{/outcomes}}
  16                  </select>
  17              </div>
  18              <div data-region="rule-type">
  19                  <label>{{#str}}when, tool_lp{{/str}}</label>
  20                  <select name="rule" ng-label="{{#str}}when, tool_lp{{/str}}">
  21                      <option value="-1">{{#str}}choosedots{{/str}}</option>
  22                      {{#rules}}
  23                      <option value="{{type}}" {{#selected}}selected{{/selected}}>{{name}}</option>
  24                      {{/rules}}
  25                  </select>
  26              </div>
  27          </div>
  28          <div data-region="rule-config">
  29          </div>
  30          {{/config}}
  31      </div>
  32  
  33      <div data-region="footer">
  34          {{#config}}
  35          <input type="button" data-action="save" value="{{#str}}savechanges{{/str}}"/>
  36          {{/config}}
  37          <input type="button" data-action="cancel" value="{{#str}}cancel{{/str}}"/>
  38      </div>
  39  </div>


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