📄 deletesyslogresult.jsp
字号:
<!-- 系统名称:光大花园物业管理系统 -->
<!-- 程序名称:DeleteSysLogResult.jsp -->
<!-- 程序类型:jsp文件 -->
<!-- 功能简述:清除日志结果页面 -->
<!-- 作 者:韩立锋 -->
<!-- 公 司:长春中联 -->
<!-- 完成时间:2001/09/17 -->
<!-- 修 改 人:毕锋 -->
<!-- 修改内容:页面 -->
<!-- 修改时间:2001/11/28 -->
<HTML>
<HEAD>
<TITLE>
清除日志结果页面
</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/pmsApp/css/wuye.css" type="text/css">
<%
String message = (String) request.getAttribute("statusMessage");
String flag = (String)request.getAttribute("flag");
%>
</HEAD>
<body bgcolor="#d4d0c8" text="#000000" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td height="28" background="/pmsApp/images/toolbar2.gif" valign="top"><img src="/pmsApp/images/blank.gif" width="10" height="1"><img src="/pmsApp/images/button_new_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_modify_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_del_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_split.gif" width="8" height="20"><img name="Image13" border="0" src="/pmsApp/images/button_query_gray.gif" width="55" height="20" alt="条件检索"><img src="/pmsApp/images/button_split.gif" width="8" height="20"></td>
</tr>
</table>
<p> </p>
<p> </p>
<table width="80%" border="1" cellspacing="0" cellpadding="0" align="center" height="40"bordercolorlight="#808080" bordercolordark="#FFFFFF">
<tr>
<td align="center" bgcolor="#FFFFFF" height="40"><%=message%></td>
</tr>
<tr>
<td align="center" bgcolor="#CCCCCC">
<table width="100%" border="1" align="center" bgcolor="#d4d0c8" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="2">
<tr>
<td align="center" height="2"><a href="javascript:history.back()"><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -