myd-wjlb.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>我的问卷</title>
  6. <script type="text/javascript" src="../../commons/js/survey-all.js"></script>
  7. <script type="text/javascript" src="./js/myd-wjlb.js"></script>
  8. </head>
  9. <body>
  10. <div class="main-tit"><h2>我的问卷</h2></div>
  11. <div class="p20">
  12. <div class="mb10"><a href="myd-cjwdwj.html" class="btn btn-w100">
  13. <i class="icon icon-add-w"></i>新建问卷</a>
  14. </div>
  15. </div>
  16. <div class="pl20 pr20">
  17. <table class="tb tb-hover" width="100%" id='dataList'>
  18. <tr>
  19. <th>问卷标题</th>
  20. <th width="8%">调查对象</th>
  21. <th width="12%">创建时间</th>
  22. <th width="12%">结束时间</th>
  23. <th width="8%">收到答卷</th>
  24. <th width="80">状态</th>
  25. <th width="410">操作</th>
  26. </tr>
  27. </table>
  28. <div class="pager_container" >
  29. <input id="pagenumber" type="hidden" value="1" />
  30. <div id="pager"></div>
  31. </div>
  32. </div>
  33. </body>
  34. </html>