?? 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 + -