middlecontrol.jsp

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

JSP
58
字号
<!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
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ page 
language="java"
contentType="text/html; charset=utf-8"
%>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>inFlight by Free Css Templates</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>
<div id="logo">
  <h1><a href="#">CAIMS</a></h1>
  <h1>&nbsp;</h1>
</div>
<div class="title" id="menu">
	<ul>
		<li class="first"><a href="#" title="" class="STYLE2">浼氬憳绠$悊</a><a
		href="#" title="">娲诲姩璁炬柦绠$悊</a><a href="#" title="">椁愰ギ绠$悊</a><a href="#"
		title="">鎶ヤ慨绠$悊</a><a href="#" 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="MiddleControl.jsp">鏌ヨ

⌨️ 快捷键说明

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