⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lookdeptsystem.jsp

📁 一个oa系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@include file="../islogin.jsp" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<html:base />

	<title>查看制度</title>

	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">

	<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
-->
</style>
	<link href="../css.css" rel="stylesheet" type="text/css" />
	<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	font-weight: bold;
}
-->
</style>
</head>
<body>
	<div align="center">
		<table width="700" border="0" cellpadding="0" cellspacing="1"
			bgcolor="#3868F8">
			<tr>
				<td width="698" height="25" bgcolor="#A4B5E3">
					&nbsp;
					<span class="STYLE1">查看制度</span>
				</td>
			</tr>
			<tr>
				<td height="20" bgcolor="#FFFFFF" valign="top"
					style="padding-top:4px; padding-bottom:3px; padding-left:4px; padding-right:4px;">
					
							<table width="100%" border="0" align="center" cellpadding="0"
								cellspacing="1" bgcolor="#CCCCCC">

								<tr>
									<td width="60" height="22" bgcolor="#FFFFFF">
										&nbsp;标 题:
									</td>
									<td width="627" height="22" bgcolor="#FFFFFF"
										style="padding-left:4px;">
										<bean:write name="Deptsystem" property="topic"></bean:write>
								</tr>
								<tr>
									<td valign="top" bgcolor="#FFFFFF" style="padding-top:8px;">
										&nbsp;内 容:
									</td>
									<td height="22" bgcolor="#FFFFFF"
										style="padding-top:4px; padding-bottom:3px; padding-left:4px; padding-right:4px;">
										<c:out value="${Deptsystem.content}" escapeXml="false"></c:out>
										
										<%--<bean:write name="system" property="content" ></bean:write>
									--%></td>
								</tr>
								<tr>
									<td height="22" bgcolor="#FFFFFF">
										&nbsp;时 间:
									</td>
									<td height="22" bgcolor="#FFFFFF" style="padding-left:4px;">
										<bean:write name="Deptsystem" property="adddata"></bean:write>
								</tr>
								<tr>
									<td height="22" bgcolor="#FFFFFF">
										&nbsp;部 门:
									</td>
									<td height="22" bgcolor="#FFFFFF" style="padding-left:4px;">
										<bean:write name="Deptsystem" property="department"></bean:write>
								</tr>
								<tr>
									<td height="30" colspan="2" bgcolor="#FFFFFF" align="center">
										&nbsp;
										
									</td>
								</tr>
							</table>
						
				</td>
			</tr>
		</table>
	</div>
</body>
</html:html>

⌨️ 快捷键说明

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