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

📄 addzhoubao-waiwangfuwuqi.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="794" height="25" border="0" align="center"
		cellpadding="0" cellspacing="0">
		<tr>
			<td width="787" bgcolor="#A4B5E3">
				<div align="center" class="STYLE6">
					外网服务器监控周报
				</div>
			</td>
		</tr>
	</table>
	<html:form action="/addZhoubaoWaiwangfuwuqi.do">
		<table width="792" border="0" align="center" cellpadding="0"
			cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC">
			<tbody>
				<tr>
					<td height="25" colspan="2" bgcolor="#E6EAF7">
						<div align="center">
							日期
						</div>
					</td>
					<td width="57" bgcolor="#E6EAF7">
						<div align="center">
							内存
						</div>
					</td>
					<td width="71" bgcolor="#E6EAF7">
						<div align="center">
							CPU使用情况
						</div>
					</td>
					<td width="92" bgcolor="#E6EAF7">
						<div align="center">
							页面访问功能
						</div>
					</td>
					<td width="105" bgcolor="#E6EAF7">
						<div align="center">
							首页(设置和还原)
						</div>
					</td>
					<td width="79" bgcolor="#E6EAF7">
						<div align="center">
							是否定时重启
						</div>
					</td>
					<td width="67" bgcolor="#E6EAF7">
						<div align="center">
							网络情况
						</div>
					</td>
					<td width="71" bgcolor="#E6EAF7">
						<div align="center">
							非正常重启
						</div>
					</td>
					<td width="60" bgcolor="#E6EAF7">
						<div align="center">
							访问日志
						</div>
					</td>
					<td width="71" bgcolor="#E6EAF7">
						<div align="center">
							日志大小
						</div>
					</td>
				</tr>
				<tr>
					<td colspan=1 width="64" bgcolor="#ffffff" valign="top"
						style="border-left:#CCCCCC 1px solid; border-right:#CCCCCC 1px solid;">
						<table width="69%" border="0" align="center" cellpadding="0" bordercolor="#000000" bgcolor="#CCCCCC"
							cellspacing="0">
							<tbody>
								<logic:notEmpty name="week">
									<logic:iterate id="week" name="week">
										<tr>
											<td height="50" bgcolor="#ffffff">
												<div align="center">
												<bean:define id="weekvalue"  name="week" property="day" ></bean:define>
													<%String aweek = weekvalue.toString(); %>
													<html:hidden property="weeks" value="<%=aweek%>" />
													<html:hidden property="weeks" value="<%=aweek%>" />
												<bean:write name="week" property="day" />
												</div>
											</td>
										</tr>
									</logic:iterate>
								</logic:notEmpty>

							</tbody>
						</table>
					</td>
					<td colspan=10 bgcolor="#ffffff" valign="top">

						<table width="100%" border="0" align="center" cellpadding="0"
							cellspacing="0" bordercolor="#000000" bgcolor="#CCCCCC">
							<tbody>
								<logic:notEmpty name="day">
									<logic:iterate id="day" name="day">
										<tr>
											<td height="25" width="34" bgcolor="#ffffff">
												<div align="center">
												<bean:define id="time" name="day" property="am"></bean:define>
												<%String atime = time.toString(); %>
													<html:hidden property="times" value="<%=atime %>"/>
													<bean:write name="day" property="am" />
												</div>
											</td>
											<td width="59" height="25" bgcolor="#ffffff">
												<div align="center">
													<html:text property="memorys" size="8"></html:text>
												</div>
											</td>
											<td width="76" bgcolor="#ffffff">
												<div align="center">
													<html:text property="use_circss" size="8"></html:text>
												</div>
											</td>
											<td width="98" bgcolor="#ffffff">
												<div align="center">
													<html:text property="page_visit_functions" size="8"></html:text>
												</div>
											</td>
											<td width="106" bgcolor="#ffffff">
												<div align="center">
													<html:text property="first_pages" size="8"></html:text>
												</div>
											</td>
											<td width="85" bgcolor="#ffffff">
												<div align="center">
													<html:text property="is_time_begins" size="8"></html:text>
												</div>
											</td>
											<td width="64" bgcolor="#ffffff">
												<div align="center">
													<html:text property="network_circss" size="8"></html:text>
												</div>
											</td>
											<td width="75" bgcolor="#ffffff">
												<div align="center">
													<html:text property="not_naturl_begins" size="8"></html:text>
												</div>
											</td>
											<td width="65" bgcolor="#ffffff">
												<div align="center">
													<html:text property="visit_logs" size="8"></html:text>
												</div>
											</td>
											<td width="68" bgcolor="#ffffff">
												<div align="center">
													<html:text property="log_sizes" size="8"></html:text>
												</div>
											</td>
										</tr>
										<tr>
											<td height="25" bgcolor="#ffffff">
												<div align="center">
												<bean:define id="ptime" name="day" property="pm"></bean:define>
												<%String btime=ptime.toString(); %>
												<html:hidden property="times" value="<%=btime %>"/>
												<bean:write name="day" property="pm" />
												</div>
											</td>
											<td width="59" height="25" bgcolor="#ffffff">
												<div align="center">
													<html:text property="memorys" size="8"></html:text>
												</div>
											</td>
											<td width="76" bgcolor="#ffffff">
												<div align="center">
													<html:text property="use_circss" size="8"></html:text>
												</div>
											</td>
											<td width="98" bgcolor="#ffffff">
												<div align="center">
													<html:text property="page_visit_functions" size="8"></html:text>
												</div>
											</td>
											<td width="106" bgcolor="#ffffff">
												<div align="center">
													<html:text property="first_pages" size="8"></html:text>
												</div>
											</td>
											<td width="85" bgcolor="#ffffff">
												<div align="center">
													<html:text property="is_time_begins" size="8"></html:text>
												</div>
											</td>
											<td width="64" bgcolor="#ffffff">
												<div align="center">
													<html:text property="network_circss" size="8"></html:text>
												</div>
											</td>
											<td width="75" bgcolor="#ffffff">
												<div align="center">
													<html:text property="not_naturl_begins" size="8"></html:text>
												</div>
											</td>
											<td width="65" bgcolor="#ffffff">
												<div align="center">
													<html:text property="visit_logs" size="8"></html:text>
												</div>
											</td>
											<td width="68" bgcolor="#ffffff">
												<div align="center">
													<html:text property="log_sizes" size="8"></html:text>
												</div>
											</td>
										</tr>
									</logic:iterate>
								</logic:notEmpty>
							</tbody>
						</table>

					</td>

				</tr>

				<tr>
					<td height="22" colspan="2" bgcolor="#ffffff"
						style="border-right:#CCCCCC 1px solid; border-left:#CCCCCC 1px solid;  border-bottom:#CCCCCC 1px solid;">
						<div align="center">
							本周小结
						</div>
					</td>
					<td colspan="9" bgcolor="#ffffff">
						<html:textarea property="result" cols="80" rows="6"></html:textarea>
					</td>
				</tr>
				<tr>
					<td height="24" colspan="11" bgcolor="#ffffff"
						style="border-right:#CCCCCC 1px solid; border-left:#CCCCCC 1px solid;  border-bottom:#CCCCCC 1px solid;">
						<table width="599" height="17" border="0" cellpadding="0"
							cellspacing="0">
							<tr>
								<td width="55" height="22">
									<div align="center">
										制表人
									</div>
								</td>
								<td width="153">
									<html:text property="marker" size="12"></html:text>
								</td>
								<td width="102">
									<div align="center">
										<div align="center">
											制表时间
										</div>
								</td>
								<td width="289">
									<html:text property="fromdate" size="12"></html:text>
									<html:text property="todate" size="12"></html:text>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td bgcolor="#ffffff" colspan="11" align="center"
						style="border-right:#CCCCCC 1px solid; border-left:#CCCCCC 1px solid;  border-bottom:#CCCCCC 1px solid;">
						<html:submit value="添加"></html:submit>
						<html:reset value="重置"></html:reset>
					</td>
				</tr>
			</tbody>
		</table>
	</html:form>
</body>
</html:html>

⌨️ 快捷键说明

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