📄 queryfacility.jsp
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
-->
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*"%>
<%@ page import = "java.util.*"%>
<%@ page import = "FMJavaBean.*"%>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>QueryFacility</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE2 {color: #A03D3D}
-->
</style>
</head>
<body>
<jsp:useBean id="dbq" scope="session" class="FMJavaBean.Sql">
<jsp:setProperty name ="dbq" property="*"/>
</jsp:useBean>
<%
dbq.conn();
String stat = "select * from facilityinformation";
ArrayList al = dbq.queryFacility(stat);
%>
<div id="logo">
<h1><a href="#">CAIMS</a></h1>
<h1> </h1>
<h1><a href="#"> <span></span></a></h1>
<h2> </h2>
</div>
<p> </p>
<div class="title" id="menu">
<ul>
<li class="first"><a href="#" title="" class="STYLE2">浼氬憳绠$悊</a><a
href="index1.html" title="">娲诲姩璁炬柦绠$悊</a></li>
</ul>
</div>
<div id="content">
<div id="sidebar">
<div id="updates" class="boxed">
<h2 class="title">鎿嶄綔</h2>
<div class="content">
<ul>
<li class="STYLE2"><a href="QueryFacility.jsp">娲诲姩璁炬柦鏌ヨ
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -