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

📄 showoneclientinfobylxid.jsp

📁 上一上传oa系统漏掉web-inf文件夹
💻 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"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<title>联信用户查询</title>
	<style type="text/css">
	
	<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
-->
</style>
	<html:base />



	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
	<style type="text/css">
<!--
.STYLE1 {
	font-size: 14px;
	font-weight: bold;
}
.STYLE2 {color: #FFFFFF}
.STYLE3 {
	font-family: "宋体";
	font-weight: bold;
}
-->
</style>

	<script type="text/javascript">
function checkNull(){
	if(document.clientInfoForm.networkId.value == ""){
		alert("请输入查询联信用户编号");
		document.clientInfoForm.networkId.fouce;
		return false;
	}
}

</script>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body>
	<table width="730" border="0" cellpadding="0" cellspacing="1"
		bgcolor="#3868F8">

		<tr>
			<td width="726" bgcolor="#FFFFFF" valign="top"
				style="padding-bottom:4px; padding-top:3px;">
				<table width="101%" border="0" align="center" cellpadding="0"
					cellspacing="0">
					<tr>
						<td width="730" height="25" bgcolor="#A4B5E3">
							<span class="STYLE1">&nbsp;&nbsp;&nbsp; <span
								class="STYLE2"> 联信用户查询</span> </span>
						</td>
					</tr>
				</table>
				<html:form action="/findClientInfoByLxId" method="post"
					onsubmit="return checkNull();">
					<table width="700" border="0" align="center" cellpadding="0"
						cellspacing="1">
						<tr>
							<td width="118">
								&nbsp;
							</td>
							<td width="169">
								&nbsp;
							</td>
							<td width="173">
								&nbsp;
							</td>
							<td width="235">
								&nbsp;
							</td>
						</tr>
						<tr>
							<td height="25" width="118">
								请输入查询关键字:&nbsp;
							</td>
							<td>
								<html:text property="networkId"></html:text>
							</td>
							<td>
								&nbsp;
								<input name="Submit" type="submit" value="查 询" />


							</td>
						</tr>
						<tr>
							<td height="6" colspan="3"></td>
						</tr>
						<tr>
							<td height="1" colspan="3" background="../image/line.gif"></td>
						</tr>
						<tr>
							<td height="6" colspan="3"></td>
						</tr>
						<tr>
							<td height="25" colspan="3">
								提示:关键字查询输入联信用户编号
							</td>
						</tr>
						<tr>
							<td height="12" colspan="3">
								&nbsp;

							</td>
						</tr>
					</table>
				</html:form>

				<logic:present name="clientInfo">
					<table width="100%" border="0" align="center" cellpadding="0"
						cellspacing="0">
						<tr>
							<td width="732" height="25" bgcolor="#A4B5E3">
								<span class="STYLE1">&nbsp;&nbsp;&nbsp; <span
									class="STYLE2"> 查询结果</span> </span>
							</td>
						</tr>
					</table>
					<table width="100" border="0" cellspacing="0" cellpadding="0">
						<tr>
							<td height="3"></td>
						</tr>
					</table>

					<table width="99%" border="0" align="center" cellpadding="0"
						cellspacing="1" bgcolor="#3868F8">
						<logic:notEqual value="" name="clientInfo" property="clientName">
							<tr>
								<td width="62" bgcolor="#A4B5E3">
									<div align="center">
										客户编号
									</div>
								</td>
								<td width="200" bgcolor="#A4B5E3">
									<div align="center">
										客户名称
									</div>
								</td>
								<td width="55" bgcolor="#A4B5E3">
									<div align="center">
										联系人
									</div>
								</td>
								<td width="80" bgcolor="#A4B5E3">
									<div align="center">
										<p>
											固定电话
										</p>
									</div>
								</td>
								<td width="60" bgcolor="#A4B5E3">
									<div align="center">
										客户级别
									</div>
								</td>
								<td width="60" bgcolor="#A4B5E3">
									<div align="center">
										服务状态
									</div>
								</td>
								<td width="50" bgcolor="#A4B5E3">
									<div align="center">
										录入编号
									</div>
								</td>
								<td width="50" bgcolor="#A4B5E3">
									<div align="center">
										联信ID
									</div>
								</td>
							</tr>
							<tr>

								<td height="20" bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="clientId" />
								</td>
								<td bgcolor="#FFFFFF"
									style="padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px;">
									<bean:write name="clientInfo" property="clientName" />
								</td>
								<td bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="linkman" />
								</td>
								<td bgcolor="#FFFFFF">
									<div align="center">
										<bean:write name="clientInfo" property="rivetPhone" />
									</div>
								</td>
								<td bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="clientState" />
								</td>
								<td bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="serverMode" />
								</td>
								<td bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="empId" />
								</td>
								<td bgcolor="#FFFFFF">
									<bean:write name="clientInfo" property="networkId" />
								</td>
							</tr>
						</logic:notEqual>
						<c:if test="${empty clientInfo.clientName}">

							<tr>
								<td height="20" align="center" >
									没有找到相关的客户记录!!
								</td>
							</tr>

						</c:if>

					</table>
				</logic:present>
			</td>
		</tr>
	</table>

</body>
</html:html>

⌨️ 快捷键说明

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