You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 regels
389 B

  1. <div class="item">
  2. <label for="text_{{ limit['input_name'] }}">
  3. <code>
  4. <dfn title="{{ limit['description'] }}">
  5. {{ limit['name_main'] }}
  6. </dfn>
  7. </code>
  8. </label>
  9. <input type="number" name="{{ limit['input_name'] }}" id="text_{{ limit['input_name'] }}"
  10. value="{{ limit['value'] }}" title="{{ limit['description'] }}" />
  11. </div>