📄 depttongji.jsp
字号:
<%@ page contentType="text/html; charset=GBK" language="java"
import="java.sql.*,java.util.*,java.util.Iterator,imis_hous.com.impl.*"
errorPage=""%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<jsp:directive.page import="imis_hous.jfree.Hous_tongji" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<jsp:useBean id="hous" class="imis_hous.jfree.Hous_tongji" />
<html>
<head>
<link href="/Imis/imis_hous/css/style.css" rel="stylesheet"
type="text/css">
<script language="JavaScript" src="/Imis/imis_hous/jf/checkdata.js">
</script>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<style type="text/css">
<!--
.style7 {font-size: medium}
-->
</style>
</head>
<script type="text/javascript">
function piepie(){
form1.action="/Imis/servlet/JfreeChar_sl?xianshi=pie";
form1.submit()="";
}
function barbar(){
form1.action="/Imis/servlet/JfreeChar_sl?xianshi=bar";
}
</script>
<body background="/Imis/imis_hous/css/images/bg_main.png">
<form name="form1" method="post" action="" target="blank">
<table width="600" border="0" align="center" class="ziti">
<tr>
<td colspan="4">
<div align="center">
<p class="style7"> </p>
<p class="style7">
</p>
</div>
</td>
</tr>
<tr>
<td colspan="4"><div align="center">
<p class="style7">部门使用房屋统计</p>
<p class="style7"> </p>
</div></td>
</tr>
<tr>
<td width="199" colspan="1">
<div align="right">统计类型:
</div></td>
<td width="135" colspan="1">
<select name="type" id="type">
<option value="1">
数量
</option>
<option value="2">
面积
</option>
</select>
</td>
<td width="252" colspan="2">
<input type="submit" name="Submit" value="饼图显示" onclick="piepie()"
class="anniu" />
<input type="submit" name="Submit" value="柱状图显示"
onclick="barbar()" class="anniu" />
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -