?? 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 + -