PingAnYeXianSZCG_Web 前端代码

QuestionsManagement.html 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link href="../css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
  7. <link href="../css/bootstrap.min.css" />
  8. <link href="../css/init.css" rel="stylesheet" />
  9. <link rel="stylesheet" href="../css/boot/bootstrap-table.css" />
  10. <link href="../css/font-awesome.min93e3.css?v=4.4.0" rel="stylesheet">
  11. <link href="../css/animate.min.css" rel="stylesheet">
  12. <link href="../css/style.min862f.css?v=4.1.0" rel="stylesheet">
  13. <link href="../css/layer/need/layer.css" />
  14. <link rel="stylesheet" href="../css/zhibiaoguanli.css" />
  15. <link rel="stylesheet" href="../css/init.css" />
  16. <script src="../Script/Common/huayi.load.js"></script>
  17. <script src="../Script/Common/huayi.config.js"></script>
  18. <title>问卷调查</title>
  19. <style>
  20. .fr {
  21. float: right;
  22. }
  23. .fr li {
  24. float: left;
  25. }
  26. .size-14 {
  27. font-size: 14px!important;
  28. }
  29. .size-16 {
  30. font-size: 16px;
  31. }
  32. .anniu i {
  33. margin-right: 5px;
  34. }
  35. .x-color {
  36. width: 100px;
  37. background-color: #FFF;
  38. background-image: none;
  39. border: 1px solid #e5e6e7;
  40. border-radius: 1px;
  41. color: inherit;
  42. }
  43. .inputs {
  44. border: 1px solid #e5e6e7;
  45. width: 150px;
  46. padding: 6px 12px;
  47. }
  48. .d{
  49. color: forestgreen;
  50. }
  51. .du{
  52. color: #0064B6;
  53. }
  54. .w{
  55. color: #e43926;
  56. }
  57. .Title_box{
  58. line-height: 20px;
  59. border-bottom: 1px solid #ccc;
  60. padding-bottom: 10px;
  61. }
  62. .ce{
  63. width: 50px;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68. <div class="daoHang clearfix">
  69. <div class="dhLeft">
  70. <sapn><i class="syIcon"></i>位置:
  71. <a id="ReIndex">首页</a>&gt;
  72. <a href="javaScript:;">问卷调查</a>&gt;
  73. <a href="" style="color: #000;">试题管理</a>
  74. </sapn>
  75. </div>
  76. </div>
  77. <div class="top clearfix ">
  78. <div class="fr">
  79. <span>&nbsp;题型:
  80. <select name="" id="Quetions" class="x-color">
  81. <option value="">所有试题</option>
  82. <option value="1">问答题</option>
  83. <option value="2">单选题</option>
  84. <option value="3">多选题</option>
  85. </select>
  86. </span>
  87. <span>&nbsp;试题标题:<input class="inputs" type="text" id="KeyWords" /></span>
  88. <button class="btns searchGo size-14"> <i class="fa fa-search size-14"></i>&nbsp;搜索</button>
  89. </div>
  90. </div>
  91. <div class='wrap'>
  92. <div class="tbleft">
  93. <h4 class="Title_box">试题分类</h4>
  94. <div class="anniu " class="toolbar1 ">
  95. <button class="leftAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  96. <button class="leftChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  97. <button class="leftDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  98. </div>
  99. <table id="tb1">
  100. <thead>
  101. <tr>
  102. <th data-field="checkbox" data-align="center" data-formatter="setCode"></th>
  103. <th data-align="center" data-field="F_CategoryName">试题分类</th>
  104. </tr>
  105. </thead>
  106. <tbody>
  107. </tbody>
  108. </table>
  109. </div>
  110. <!--右边/-->
  111. <div class="tbright">
  112. <h4 class="Title_box">试题列表</h4>
  113. <div class="anniu" class="toolbar2">
  114. <button class="rightAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  115. <button class="rightChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  116. <button class="rightDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  117. <button class="rightAll btn size-14"><i class="fa fa-file size-14"></i>所有试题</button>
  118. </div>
  119. <table id="tbr">
  120. <thead>
  121. <tr>
  122. <th data-align="center" data-field="id" data-formatter="setCode"></th>
  123. <th data-align="center" data-field="F_CategoryName" >试题分类</th>
  124. <th data-align="center" data-field="F_Type" data-formatter="Type">试题类型</th>
  125. <th data-align="center" data-field="F_Title">试题标题</th>
  126. <th data-align="center" data-field="F_Content">试题内容</th>
  127. <th data-align="center" data-field="F_Type"data-formatter="Code">操作</th>
  128. </tr>
  129. </thead>
  130. <tbody>
  131. </tbody>
  132. </table>
  133. </div>
  134. </div>
  135. </body>
  136. <script src="../css/layer/layer.js"></script>
  137. <script src="../js/Questions/QuestionsManagement.js"></script>
  138. </script>
  139. </html>