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

📄 addverify.jsp

📁 java阿里巴巴代码
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="java.util.*"%>
<jsp:useBean id="param" class="com.saas.biz.commen.ParamethodMgr" scope="page" />
<jsp:useBean id="tools" class="com.saas.biz.commen.PageTools" scope="page" />
<%@ page import="com.saas.biz.verifyMgr.VerifyInfo"%>
<%
	String iStart = "1";
	String meun_idx = "";
	if (request.getParameter("iStart") != null) {
		iStart = request.getParameter("iStart");
	}
	VerifyInfo verifyList = new VerifyInfo();
	ArrayList linkArray = verifyList.genCustVerifyByCust_id(Integer.valueOf(iStart).intValue(),"0");
	int counter = verifyList.getVerifyNumber("0");
	String toolsBar=tools.getPageTools(String.valueOf(counter),"20","addverify.jsp?iStart=",Integer.parseInt(iStart));
%>
<html>
	<head>
		<meta name="Generator" content="Easy Struts Xslt generator for Eclipse (http://easystruts.sf.net).">
		<title>农业企业信息化综合服务平台</title>
		<link href="/style/css.css" rel="stylesheet" type="text/css">
		<style type="text/css">
		.line6 {width:72spx; width:70spx!important;border:#ffcb99 1px solid; font-weight:bold; background-color:#fff8ee; text-align:left; padding-left: 20px;padding-top: 10px;padding-bottom: 10px; color:#000000; margin-top:13px;}   /*横栏样式6---- 头部提醒1*/
		.line6 .img{width:53px; height:53px; float:left; margin-right:20px;}
		.line6 .title {font-size:14px; font-weight:bold; color:#ff5400;}
		.line1 {border-left:#ff7300 3px solid; background-color:#e2e2e2; color:#333333;text-align:left; font-size:12px;}  /*横栏样式1*/
		.td{background-color:#e2e2e2; color:#000000;  font-weight:bold; font-size:13px;}
		</style>
		<link href="/style/layout.css" rel="stylesheet" type="text/css">
		<link href="/style/daohang.css" rel="stylesheet" type="text/css">
		<link href="/style/manager.css" rel="stylesheet" type="text/css">
		<SCRIPT>WinLIKEerrorpage='/winlike/winman/hlp-error.html';</SCRIPT>
		<SCRIPT SRC="/winlike/winman/wininit.js"></SCRIPT>
		<SCRIPT SRC="/winlike/winman/winman.js"></SCRIPT>
		<SCRIPT>
		            WinLIKE.definewindows=mydefss;
		            function mydefss() {
		            	var j=new WinLIKE.window('', 100, 100, '90%', 'WinLIKE.browsersize().Height -Top-30', 2);
		            	j.Vis=false;
		            	j.Nam='appwin';
		            	WinLIKE.addwindow(j);
		            };
      </SCRIPT>
	</head>
	<body>
		<table width="727" border="0" cellspacing="0" cellpadding="0" align=center>
			<tr>
				<td height="13"></td>
			</tr>
			<tr>
				<td>
					<table width="100%" border=0 cellpadding=2 cellspacing=1 align=center bgcolor="#e7e7e7">
						<tr class="line1">
							<td  align="center" class="line1" width="15%">验证类型</td>
							<td  align="center" width="15%">验证证件名称</td>
							<td  align="center" width="25%">客户名称</td>
						    <td  align="center" width="15%">查看详细</td>
							<td  align="center" width="15%">申请时间</td>
							<td  align="center" width="10%">审批</td>
						</tr>
						<%
						if(linkArray != null && linkArray.size() > 0) 
						{
							for(int i=0;i<linkArray.size();i++) 
							{
								HashMap map = (HashMap) linkArray.get(i);
								String verify_id = map.get("verify_id").toString();
								String verify_name=map.get("verify_name").toString();
								String verify_status="",cust_id="",cust_name="";
								String req_date = "",	verify_type="",para_code1="";
								if( map.get("verify_type" ) != null) 
								{
								    para_code1 = map.get("verify_type").toString();
									verify_type = param.getParamNameByValue( "100",para_code1);
								}
								if( map.get("cust_id" ) != null) 
								{
								    cust_id = map.get("cust_id").toString();
								}
								if( map.get("cust_name" ) != null) 
								{
								    cust_name = map.get("cust_name").toString();
								}
								if(map.get("verify_status") != null) 
								{
							    verify_status = map.get("verify_status").toString();
								if(map.get("req_date") != null) {
								   req_date = map.get("req_date").toString();
									if (req_date.length() > 10) {
										req_date = req_date.substring(0, 10);
									}
								}
									%>
									<tr style="background-color:#f9f9f9; ">
										<td style=" color:#000000;" align="left"><%=verify_type%></td>
										<td style=" color:#000000;" align="left"><%=verify_name%></td>
										<td style=" color:#000000;" align="left"><a href="/customerMgr/Custinfo.jsp?obj_cust_id=<%=cust_id%>&user_id=" TARGET=appwin onclick="mydefss()"><%=cust_name%></a></td>
										<td style=" color:#000000;" align=center>
											<a href="viewVerifyInfo.jsp?verify_id=<%=verify_id%>" TARGET=appwin onclick="mydefss()"><img src=/img/view.gif width=16 height=16 border=0 alt="查看详情信息"></a>
										</td>
										<td style=" color:#000000;" align="center"><%=req_date%></td>
										<td style=" color:#000000;" align=center>
											<a href="modifyVerify.jsp?verify_id=<%=verify_id%>" TARGET=appwin onclick="mydefss()"><img src=/img/edit.gif width=16 height=16 border=0  alt="进行审核"></a>
										</td>
										
									</tr>
									<%
								}
								}
						%>
						<tr>
						  <%=toolsBar%>
						</tr>
						<%
						}
						%>
					</table>
				</td>
			</tr>
		</table>
	</body>
</html>

⌨️ 快捷键说明

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