print_l.html 1013 B

12345678910111213141516171819
  1. <form id="add-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  2. <input type="hidden" name="row[ids]" value="{$ids|htmlentities}">
  3. <div>
  4. <label class="col-xs-4 col-sm-2" style="text-align: right;">{:__('标签类型')}:</label>
  5. <select class="selectpicker" style="height: 30px;" name="row[type]" id="type">
  6. <option value="v010" >v010大件盒包装(10cmx15cm)</option>
  7. </select>
  8. </div>
  9. <div>
  10. <label class="col-xs-4 col-sm-2" style="text-align: right;">{:__('打印数量')}:</label>
  11. <input id="numn" style="width: 200px;margin-bottom: 2px;" name="row[numn]" type="text" value="4">
  12. </div>
  13. <div class="form-group layer-footer" >
  14. <div style="text-align: center">
  15. <button type="submit" id="btn" class="btn btn-primary btn-embossed">{:__('OK')}</button>
  16. <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}</button>
  17. </div>
  18. </div>
  19. </form>