| 12345678910111213141516171819202122232425262728293031323334 | <!DOCTYPE html><html lang="en">    <head>        <meta charset="utf-8">        <title>我的问卷</title>          <script type="text/javascript" src="../../commons/js/survey-all.js"></script>    	<script type="text/javascript" src="./js/myd-wjlb.js"></script>    	</head>    <body>     	<div class="main-tit"><h2>我的问卷</h2></div>        <div class="p20">            <div class="mb10"><a href="myd-cjwdwj.html" class="btn btn-w100">            	<i class="icon icon-add-w"></i>新建问卷</a>            </div>        </div>        <div class="pl20 pr20">	        <table class="tb tb-hover" width="100%" id='dataList'>	            <tr>	                <th>问卷标题</th>	                <th width="8%">调查对象</th>	                <th width="12%">创建时间</th>	                <th width="12%">结束时间</th>	                <th width="8%">收到答卷</th>	                <th width="80">状态</th>	                <th width="410">操作</th>	            </tr>	        </table>	         <div class="pager_container" >				<input id="pagenumber" type="hidden" value="1" />				<div id="pager"></div>			</div>		</div>    </body></html>
 |