📄 makerinfo.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="GB2312"%>
<%@ page import="C03.VO.*,C03.BO.*"%>
<%String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<%String username = (String) session.getAttribute("username");
if (username == null)
response.sendRedirect("error.jsp?error=usernull");
request.getParameter("mkid");
long mkid = Long.parseLong(request.getParameter("mkid").trim());
Long mkID =new Long(mkid);
basicBO basic=new basicBO();
Vector list=new Vector();
list=basic.getMaker(mkID);
System.out.println("mkid="+mkid);
%>
<%=mkid %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'makerinfo.jsp' starting page</title>
<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">
-->
</head>
<body><iframe height=0></iframe>
<center>
<table width="850" border="0" cellspacing="0" cellpadding="0" height="103">
<tr>
<td height="65">
<a href="index.jsp"><%@include file="top.inc"%></a>
</tr>
</table>
<%@include file="love.inc"%>
<br>
<table width="774" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" align="center" height="138">
<table width="100%" border="0" cellspacing="0" cellpadding="1" align="center">
<tr bgcolor="0092B8">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr align="center">
<td>
<table width="850" border="0" cellspacing="1" cellpadding="0">
<tr align="center" bgcolor="E1D1B7">
<%
for (int i = 0; i < list.size(); i++) {
makerBean mk=new makerBean();
mk=(makerBean)list.elementAt(i);
%>
<td height="25" align="center" colspan="2" width="758">
<b><%=mk.getMaker_name()%>信息</b>
</td>
</tr>
<tr bgcolor="F6F2E6">
<td height="25" align="center" width="247">
<font color="#FF0000"> 厂商名称</font>
</td>
<td align="left" width="487">
<p align="left">
<%=mk.getMaker_name()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#FF0000">总部地址</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_address()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#ff0033">成立时间</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Cr_time()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#FF0000">注册地址</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Cr_address()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#FF0000">注册资金</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Cr_cost()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#FF0000">法人姓名</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Fr_name()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#ff0033">法人职务</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Fr_position()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#ff0033">企业性质</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_Attribute()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#ff0033">联系电话</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_phone()%>
</td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="247">
<font color="#ff0033">email</font>
</td>
<td width="487">
<p align="left">
<%=mk.getMaker_email()%>
</td>
</tr>
<%} %>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr align="right">
<td colspan="2">
<a href="#" onClick="MM_openBrWindow('send_pop.shtml','','width=300,height=250')"><br> <br> </a>
</td>
</tr>
<TR>
<TD colspan="2" width="850" height="100" align="center" valign="middle">
<%@include file="bottom.inc"%>
</TD>
</TR>
</table>
<p>
</p>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -