modifycomresult.jsp
来自「JSP物业管理系统 一份比较完整的物业管理系统源码。 对于初学者可以有一定的」· JSP 代码 · 共 72 行
JSP
72 行
<!-- 系统名称:光大花园物业管理系统 -->
<!-- 程序名称:ModifyComResult.jsp -->
<!-- 程序类型:jsp文件 -->
<!-- 功能简述:修改公司资料结果页面 -->
<!-- 作 者:韩立锋 -->
<!-- 公 司:长春中联 -->
<!-- 完成时间:2001/09/10 -->
<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>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" background="/pmsApp/images/tab_mid.gif" height="25">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td width="100" background="/pmsApp/images/tab_up.gif" height="25">公司介绍</td>
<td width="100" background="/pmsApp/images/tab_down_right.gif" height="25"><a href="/pmsApp/personaladmin/AddDeptInput.jsp">添加部门</a></td>
<td width="100" background="/pmsApp/images/tab_down.gif" height="25"><a href="/pmsApp/servlet/common.PMS?txId=3121&&inputString=">证照台账</a></td>
<td width="100" height="25"> </td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table width="80%" border="1" align="center" bgcolor="#FFFFFF" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0">
<tr>
<td align="center" nowrap bgcolor="#FFFFFF" height="40">
<center>
<%=message%>
</center>
</td>
</tr>
<tr>
<td valign="top" colspan="3" height="2">
<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="/pmsApp/servlet/common.PMS?txId=3053&inputString=number%A1%EE1"><img src="/pmsApp/images/button_back.gif" width="55" height="20" name="Image1" border="0" align="middle"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?