edituser.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <form id="add-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  2. <div class="panel panel-default panel-intro">
  3. <div class="panel-body">
  4. <input class="form-control depart_id" name="row[depart_id]" type="hidden" value="">
  5. <div class="tableTitle success" style="font-size: 16px;margin: 10px 0">情况说明</div>
  6. <div class="panel-danger">
  7. <span class="text text-danger">将需要删除的学员直接去掉选中,这里仅支持删除学员</span><br/>
  8. <span class="text text-danger"></span>
  9. </div>
  10. <div class="panel-success">
  11. <div>计划参加考试学员数量:<span class="xueyuan_total">{$row.xueyuan_count}</span></div>
  12. </div>
  13. <div id="myTabContent" class="tab-content">
  14. <div class="tab-pane fade active in" id="one">
  15. <div class="widget-body no-padding">
  16. <div id="toolbar" class="toolbar">
  17. {:build_toolbar('refresh')}
  18. </div>
  19. <table id="table1" class="table table-striped table-bordered table-hover table-nowrap"
  20. data-operate-edit="{:$auth->check('category/edit')}"
  21. data-operate-del="{:$auth->check('category/del')}" data-show-export="false" data-search="false"
  22. width="100%">
  23. </table>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <div class="form-group layer-footer">
  30. <label class="control-label col-xs-12 col-sm-2"></label>
  31. <div class="col-xs-12 col-sm-8">
  32. <button type="submit" class="btn btn-success btn-embossed disabled">{:__('OK')}</button>
  33. </div>
  34. </div>
  35. </form>