分享

生成报表JSP

 dna26 2012-12-26

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java./jsp/jstl/core" prefix="c"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www./TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www./1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>报表统计_站点管理_站点对接</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>

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多