新乡民调(来自息县民调) - 主标

QuestionsManagement.html 4.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. height: 34px;
  37. line-height: 34px;
  38. width: 100px;
  39. background-color: #FFF;
  40. background-image: none;
  41. border: 1px solid #e5e6e7;
  42. border-radius: 1px;
  43. color: inherit;
  44. }
  45. .inputs {
  46. border: 1px solid #e5e6e7;
  47. width: 150px;
  48. padding: 6px 12px;
  49. }
  50. .d {
  51. color: forestgreen;
  52. }
  53. .du {
  54. color: #0064B6;
  55. }
  56. .w {
  57. color: #e43926;
  58. }
  59. .Title_box {
  60. line-height: 20px;
  61. border-bottom: 1px solid #ccc;
  62. padding-bottom: 10px;
  63. }
  64. .ce {
  65. width: 50px;
  66. }
  67. </style>
  68. </head>
  69. <body>
  70. <div class="daoHang clearfix">
  71. <div class="dhLeft">
  72. <sapn><i class="syIcon"></i>位置:
  73. <a id="ReIndex">首页</a>&gt;
  74. <a href="javaScript:;">问卷调查</a>&gt;
  75. <a href="" style="color: #000;">试题管理</a>
  76. </sapn>
  77. </div>
  78. </div>
  79. <div class="top clearfix ">
  80. <div class="fr">
  81. <span>&nbsp;题型:
  82. <select name="" id="Quetions" class="x-color">
  83. <option value="">所有试题</option>
  84. <option value="1">问答题</option>
  85. <option value="2">单选题</option>
  86. <option value="3">多选题</option>
  87. </select>
  88. </span>
  89. <span>&nbsp;试题标题:<input class="inputs" type="text" id="KeyWords" /></span>
  90. <button class="btns searchGo size-14"> <i class="fa fa-search size-14"></i>&nbsp;搜索</button>
  91. </div>
  92. </div>
  93. <div class='wrap'>
  94. <div class="tbleft">
  95. <h4 class="Title_box">试题分类</h4>
  96. <div class="anniu " class="toolbar1 ">
  97. <button class="leftAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  98. <button class="leftChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  99. <button class="leftDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  100. </div>
  101. <table id="tb1">
  102. <thead>
  103. <tr>
  104. <th data-field="checkbox" data-align="center" data-formatter="setCode">编号</th>
  105. <th data-align="center" data-field="F_CategoryName">试题分类</th>
  106. </tr>
  107. </thead>
  108. <tbody>
  109. </tbody>
  110. </table>
  111. </div>
  112. <!--右边/-->
  113. <div class="tbright">
  114. <h4 class="Title_box">试题列表</h4>
  115. <div class="anniu" class="toolbar2">
  116. <button class="rightAdd btn size-14"><i class="fa fa-plus size-14"></i>增加</button>
  117. <button class="rightChange btn size-14"><i class="fa fa-pencil size-14"></i>修改</button>
  118. <button class="rightDelete btn size-14"><i class="fa fa-remove size-14"></i>删除</button>
  119. <button class="rightAll btn size-14"><i class="fa fa-file size-14"></i>所有试题</button>
  120. </div>
  121. <table id="tbr">
  122. <thead>
  123. <tr>
  124. <th data-align="center" data-field="id" data-formatter="setCode">编号</th>
  125. <th data-align="center" data-field="F_CategoryName">试题分类</th>
  126. <th data-align="center" data-field="F_Type" data-formatter="Type">试题类型</th>
  127. <th data-align="center" data-field="F_Title">试题标题</th>
  128. <th data-align="center" data-field="F_Content">试题内容</th>
  129. <th data-align="center" data-field="F_Remark">试题说明</th>
  130. <th data-align="center" data-field="F_Type" data-formatter="Code">操作</th>
  131. </tr>
  132. </thead>
  133. <tbody>
  134. </tbody>
  135. </table>
  136. </div>
  137. </div>
  138. </body>
  139. <script src="../css/layer/layer.js"></script>
  140. <script src="../js/Questions/QuestionsManagement.js"></script>
  141. </script>
  142. </html>