persent.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <style type="text/css">
  2. .new_table {
  3. border-collapse: collapse;
  4. margin: 0 auto;
  5. text-align: left;
  6. width: 100%;
  7. font-size: 12px;
  8. }
  9. .new_table td,
  10. table th {
  11. border: 1px solid #cad9ea;
  12. color: #666;
  13. height: 3.5em;
  14. padding-left: 1%;
  15. }
  16. .new_table thead th {
  17. background-color: #CCE8EB;
  18. width: 100px;
  19. }
  20. .new_table input{background-color:#f2f2f2;;border: 0px solid #cad9ea;}
  21. </style>
  22. <div class="row">
  23. <div class="panel panel-default panel-intro">
  24. {:build_heading()}
  25. <div class="panel-body">
  26. <div id="myTabContent" class="tab-content">
  27. <div class="tab-pane fade active in" id="one">
  28. <div class="tableTitle" style="font-size: 16px;margin: 10px 0">更换件列表</div>
  29. <div class="widget-body no-padding">
  30. <div id="toolbar" class="toolbar">
  31. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
  32. </div>
  33. <table id="table" class="table table-striped table-bordered table-hover table-nowrap"
  34. data-operate-edit="{:$auth->check('teacher/exams/edit')}"
  35. data-operate-del="{:$auth->check('teacher/exams/del')}"
  36. width="100%">
  37. </table>
  38. </div>
  39. </div>
  40. </div>
  41. <div id="" class="tab-content">
  42. <div class="tab-pane fade active in" id="two">
  43. <div class="tableTitle" style="font-size: 16px;margin: 10px 0">坐席列表</div>
  44. <div class="widget-body no-padding">
  45. <div id="toolbar1" class="toolbar">
  46. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
  47. </div>
  48. <table id="table1" class="table table-striped table-bordered table-hover table-nowrap"
  49. data-operate-edit="{:$auth->check('teacher/exams/edit')}"
  50. data-operate-del="{:$auth->check('teacher/exams/del')}"
  51. width="100%">
  52. </table>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="col-lg-12" style="margin: 10px 10px 0 10px">
  59. <form id="update-form" role="form" data-toggle="validator" method="POST" action="">
  60. <div class="form-group layer-footer" style="margin-top: 3%;text-align: center">
  61. <label class="control-label col-xs-12 col-sm-2"></label>
  62. <div class="col-xs-12 col-sm-8">
  63. <button type="button" class="btn btn-info btn-closes">{:__('关闭')}</button>
  64. </div>
  65. </div>
  66. </form>
  67. </div>
  68. </div>