queryorder1.jsp

来自「这是一个社区活动中心的管理系统,包括前台和后台的源码」· JSP 代码 · 共 69 行

JSP
69
字号
<!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.FOrder"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>QueryOrder</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>

<script language="JavaScript">
  var calDateFiled="";
  var inDate="";
  function setDateField(dateField)
  {
      calDateField = dateField;
      inDate = dateField.value;
  }

  function myGetDate(selectedDate)
  {
      calDateField.value = selectedDate;
      calDateField.focus();
}
</script>

</head>
<body>
<jsp:useBean id="dbq" scope="session" class="FMJavaBean.Sql">
<jsp:setProperty name ="dbq" property="*"/>
</jsp:useBean>
<%
dbq.conn();
String stat = "select * from memberfacility,facilityinformation where memberfacility.FacilityID=facilityinformation.FacilityID and Date='"+request.getParameter("indate")+"'";
ArrayList al = dbq.sqlquery(stat);
dbq.close();
%>
<div id="logo">
  <h1><a href="#">CAIMS</a></h1>
  <h1>&nbsp;</h1>
  <h1><a href="#"> <span></span></a></h1>
  <h2>&nbsp;</h2>
</div>
<p>&nbsp;</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 + =
减小字号Ctrl + -
显示快捷键?