⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 total.jsp

📁 基于Java的地图数据管理软件。使用MySQL数据库管理系统。
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@page contentType="text/html; charset=gb2312"%>
<%@ page language="java" import="java.util.*,
    com.tongtu.util.PlanDetail,
    com.tongtu.util.QueryStr,
    com.tongtu.util.CurrentUser,
    com.tongtu.util.TotalInfo,
    com.tongtu.util.TotalDetail,
    com.tongtu.util.Page;" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
List cityList = (List)request.getAttribute("cityInfo");
List xianList = (List)request.getAttribute("countyInfo");
 CurrentUser cu = new CurrentUser();
%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="<%=path%>/css/css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
-->
</style>
<script language="JavaScript">
function show(i){     
if (i.style.display == "none") {     
  i.style.display = "";     
 }
 else{     
  i.style.display = "none";     
 }     
}      
</script>
</head>

<body>
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="6" height="11"  background="pic/beijing.jpg"><img src="pic/tupian.jpg" width="6" height="11" /></td>
        <td background="pic/beijing.jpg"></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="25"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="61%">&nbsp;&nbsp;&gt;&gt;统计数据(按计划类型统计)</td>
        <td width="39%">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
	      <tr>
        <td height="5" colspan="2" ></td>
      </tr>
      <tr>
        <td height="25" align="left" bgcolor="#73CCF7"> <img src="pic/icon3.gif" width="16" height="16" align="absmiddle" />
        <a href="DownTable.do?table_id=计划统计(按计划类型)&tableType=3" title="将计划的统计结果数据导出为Excel表格">导出Excel表格</a> 
          </td>
        <td height="25" align="right" bgcolor="#73CCF7">
        </td>
      </tr>
      <tr>
        <td height="1" colspan="2" bgcolor="#666666"></td>
      </tr>
      <tr>
        <td height="164" colspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="5" colspan="19"></td>
          </tr>
          <tr class="z">
            
            <td width="2" height="20" align="center" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
            <td width="80" align="left" bgcolor="#F2F4F6" class="bk" nowrap>行政单位</td>
            <td width="2" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
            <td width="100" align="center" bgcolor="#F2F4F6" class="bk" colspan="7" nowrap>沟通行政村</td>
            <td width="2" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
            <td width="100" align="center" bgcolor="#F2F4F6" class="bk" colspan="7" nowrap>非沟通行政村</td>
            <td width="2" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
            <td width="100" align="center" bgcolor="#F2F4F6" class="bk" colspan="7" nowrap>县道土路</td>
             <td width="2" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
            <td width="100" align="center" bgcolor="#F2F4F6" class="bk" colspan="7" nowrap>县道砂石路</td>
            </tr>
          <tr class="z">
          <td width="2" height="20" align="center" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="80" align="left" bgcolor="#F2F4F6" class="bk">&nbsp;</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>建设里程(公里)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>计划总投资(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="120" align="center" bgcolor="#F2F4F6" class="bk" nowrap>上级补助资金(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>省市区自筹(万元)</td>
        
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>建设里程(公里)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>计划总投资(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="120" align="center" bgcolor="#F2F4F6" class="bk" nowrap>上级补助资金(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>省市区自筹(万元)</td>
      
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>建设里程(公里)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>计划总投资(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="120" align="center" bgcolor="#F2F4F6" class="bk" nowrap>上级补助资金(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>省市区自筹(万元)</td>
      
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>建设里程(公里)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>计划总投资(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="120" align="center" bgcolor="#F2F4F6" class="bk" nowrap>上级补助资金(万元)</td>
          <td width="2" height="20" align="left" bgcolor="#F2F4F6" class="bk"><img src="pic/sep_title.gif" width="2" height="21" /></td>
          <td width="100" align="center" bgcolor="#F2F4F6" class="bk" nowrap>省市区自筹(万元)</td>
      
          
          </tr>
         <%if (cityList != null&&cityList.size() != 0){
            String cityName = "";
           
            List cityInfo = new ArrayList();
            int n = 0;
            for (int i = 0;i<cityList.size();i++){
               // List item = new ArrayList();
                cityInfo =(List) cityList.get(i);
                cityName = (String)cityInfo.get(0);
                TotalDetail item = (TotalDetail)cityInfo.get(1);
                n ++;
                %>
            <tr class="z">
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"><%if (cityName.equals("安徽省")){%><%=cityName %><%}else{ %><a href="#" onclick="show(q<%=n %>)" title="点击展开"><%=cityName %></a><%} %>&nbsp;</td>
          
              <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"   align="center" nowrap><%=cu.getRound(item.getJhlc1(),3) %>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"  align="center" nowrap><%=cu.getRound(item.getJhtze1(),3)%>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"  align="center" nowrap><%=cu.getRound(item.getJhsbe1(),3)%>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"  align="center" nowrap><%=cu.getRound(item.getJhzczj1(),3)%>&nbsp;</td>
   
           <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"  align="center" nowrap><%=cu.getRound(item.getJhlc2(),3) %>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk"  align="center" nowrap><%=cu.getRound(item.getJhtze2(),3)%>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>
            <td height="25" class="bk" align="center"  nowrap><%=cu.getRound(item.getJhsbe2(),3)%>&nbsp;</td>
            <td height="25" class="bk">&nbsp;</td>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -