<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>報表統(tǒng)計_站點管理_站點對接</title>
<script language="javascript" type="text/javascript" src="${path}/js/My97DatePicker/WdatePicker.js"></script>
</head>
<body>
<form action="${path}/reportview/sysviewA2.action" method="post">
<span class="check_l"><label class="labelWidth">開始時間:</label><input id="d5222" name="startTime" class="Wdate" type="text" onFocus="var d5222=$dp.$('d5222');WdatePicker({onpicked:function(){d5222.focus();},maxDate:'#F{$dp.$D(\'d5222\')}'})" value="${startTime}"/></span><br />
<div class="checkBnt"><input type="submit" value="生成報表" class="buttonbg"/></div>
<input type="hidden" name="resultViewPath" value="usermobiles"/>
<input type="hidden" name="fullProcedure" value="rep_vol_registerMobile_afterStartTime"/>
<input type="hidden" name="fullWhereFields" value="startTime"/>
</form>
<table border="0" cellspacing="0" cellpadding="0" class="rank_tab" width="100%">
<tr>
<th width="60%" style="padding-left:100px;" align="left">手機號碼</th>
</tr>
<c:forEach items="${requestScope.RESULTVIEW_LIST}" var="item">
<tr>
<td align="left">${item["mobile"]}</td>
</tr>
</c:forEach>
</table>
</body>
</html>