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

📄 lookzhoubao-lxjc.jsp

📁 一个oa系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gbk"%>

<%@ 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"%>

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

	<title>联信网查询功能以及查询功能源网站监控周报</title>
	<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
	<link href="../../credit/css/lx2.css" rel="stylesheet" type="text/css" />


</head>


<body>
	<table width="780" height="25" border="0" align="center"
		cellpadding="0" cellspacing="0">
		<tr>
			<td bgcolor="#A4B5E3">
				<div align="center" class="STYLE9">
					联信网查询功能以及查询功能源网站监控周报
				</div>
			</td>
			<td bgcolor="#A4B5E3">
				<div align="right" class="STYLE9">
					<%=request.getAttribute("weeklyofyear") %>
				</div>
			</td>
		</tr>
	</table>
	<table width="780" border="0" align="center" cellpadding="0"
		cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC">
		<tbody>
			<tr>
				<td width="99" bgcolor="#E6EAF7">
					<div align="center">
						星期
					</div>
				</td>
				<td width="62" height="24" bgcolor="#E6EAF7">
					<div align="center">
						监控网设备
					</div>
				</td>
				<td width="76" bgcolor="#E6EAF7" height="24">
					<div align="center">
						监控项目类别
					</div>
				</td>
				<td width="61" bgcolor="#E6EAF7" height="24">
					<div align="center">
						监控周期
					</div>
				</td>
				<td width="78" bgcolor="#E6EAF7">
					<div align="center">
						问题出现时间
					</div>
				</td>
				<td width="87" bgcolor="#E6EAF7">
					<div align="center">
						问题具体描述
					</div>
				</td>
				<td width="67" bgcolor="#E6EAF7">
					<div align="center">
						问题紧急度
					</div>
				</td>
				<td width="73" bgcolor="#E6EAF7">
					<div align="center">
						问题上报时间
					</div>
				</td>
				<td width="57" bgcolor="#E6EAF7">
					<div align="center">
						上报部门
					</div>
				</td>
				<td width="57" bgcolor="#E6EAF7">
					<div align="center">
						问题解决
					</div>
				</td>
				<td width="56" bgcolor="#E6EAF7">
					<div align="center">
						监控人
					</div>
				</td>
			</tr>

			<tr>
			<td width="100" height="24" bgcolor="#ffffff" >
				<logic:notEmpty name="allweek">
			<logic:iterate id="week" name="allweek">
				<table width="99" border="0" align="center" cellpadding="0"
								cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC">
								<tr>
								<td width="99" height="24" bgcolor="#ffffff">
					<div align="center" colspan="1">
						<bean:write name="week" property="day"/>
					</div></td></tr>
				</table>
				</logic:iterate>
				
			</logic:notEmpty>
				</td>
				<td width="681" colspan="10" bgcolor="#ffffff" height="24">
					
							<table width="681" border="0" align="center" cellpadding="0"
								cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC">
								<logic:notEmpty name="zhoubaolist">
						<logic:iterate id="zhoubao" name="zhoubaolist">
								<tr>
									<td width="62" height="24" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="jkequipment" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="76" height="24" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="jkproclass" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="62" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="jkcycle" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="78" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="proapperadate" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="87" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="prodescribe" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="67" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="proexigenceleve" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="73" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="proreportdate" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="60" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="reportdept" name="zhoubao"></bean:write>
										</div>
									</td>
									<td width="60" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="prosolve" name="zhoubao"></bean:write>
										</div>
									</td>
									<td  width="56" bgcolor="#ffffff">
										<div align="center">
											<bean:write property="inspecter" name="zhoubao"></bean:write>
										</div>
									</td>
								</tr>
								</logic:iterate>
					</logic:notEmpty>
							</table>
						
				</td>
			</tr>
			<logic:notEmpty name="onezhoubao">
				<logic:iterate id="one" name="onezhoubao">
					<tr>
						<td height="25" bgcolor="#ffffff">
							<div align="center">
								本周小结
							</div>
						</td>
						<td height="22" colspan="10" bgcolor="#ffffff">
							<div align="left">
								<bean:write property="result" name="one"></bean:write>
							</div>
						</td>
					</tr>
					<tr>
						<td height="22" colspan="11" bgcolor="#ffffff">
							<table width="780" height="17" border="0" cellpadding="0"
								cellspacing="0">
								<tr>
									<td width="98" height="22"
										style="border-right:#CCCCCC  1px solid">
										<div align="center">
											制表人
										</div>
									</td>
									<td width="292" height="25">
										<div align="left">
											<bean:write property="marker" name="one"></bean:write>
										</div>
									</td>
									<td width="80"
										style="border-right:#CCCCCC  1px solid;border-left:#CCCCCC  1px solid;">
										<div align="center">
											<div align="center">
												制表时间
											</div>
									</td>
									<td colspan="2">
										<div align="left">
											&nbsp;&nbsp;从
											<bean:write property="fromdate" name="one" />
											&nbsp;到&nbsp;
											<bean:write property="todate" name="one"></bean:write>
										</div>
									</td>

								</tr>

							</table>
						</td>
					</tr>
				</logic:iterate>
			</logic:notEmpty>
		</tbody>
	</table>
</body>
</html:html>

⌨️ 快捷键说明

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