persent.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 id="" class="tab-content">
  57. <div class="tab-pane fade active in" id="three">
  58. <div class="tableTitle" style="font-size: 16px;margin: 10px 0">得分情况</div>
  59. <div class="widget-body no-padding">
  60. <div id="toolbar2" class="toolbar">
  61. <a href="javascript:;" class="btn btn-primary btn-refresh" title="{:__('Refresh')}" ><i class="fa fa-refresh"></i> </a>
  62. </div>
  63. <table id="table2" class="table table-striped table-bordered table-hover table-nowrap"
  64. data-operate-edit="{:$auth->check('teacher/exams/edit')}"
  65. data-operate-del="{:$auth->check('teacher/exams/del')}"
  66. width="100%">
  67. </table>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. <div class="col-lg-12" style="margin: 10px 10px 0 10px">
  74. <form id="update-form" role="form" data-toggle="validator" method="POST" action="">
  75. <div class="form-group layer-footer" style="margin-top: 3%;text-align: center">
  76. <label class="control-label col-xs-12 col-sm-2"></label>
  77. <div class="col-xs-12 col-sm-8">
  78. <button type="button" class="btn btn-info btn-closes">{:__('关闭')}</button>
  79. </div>
  80. </div>
  81. </form>
  82. </div>
  83. </div>