?? price.jsp~12~
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.util.*"%>
<%@ page import="zhaobiao.db.*,zhaobiao.date.*"%>
<%
Basic bs=new Basic();
Price price=new Price();
Maker mk=new Maker();
long id=1;
if(request.getParameter("id")!=null)
id=Long.parseLong(request.getParameter("id").trim());
long mkid=1;
if(request.getParameter("mkid")!=null)
mkid=Long.parseLong(request.getParameter("mkid").trim());
mk=bs.getMaker(mkid);
price=bs.getPrice(id);
%>
<html>
<head>
<title>xxx</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<script language="JavaScript">
<!--
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
function checknull()
{
var a=document.form1.keys.value;
if(a=="")
{
alert("關(guān)鍵字不能為空!");
return false;
}
else
return true;
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<table width="776" border="0" cellspacing="0" cellpadding="0" height="103">
<tr>
<td height="65"> <a href="index.jsp"><img src="images/zhaobiao_01.jpg" width="777" height="89" align="absbottom" border="0"></a></td>
</tr>
</table>
<a href="product1.jsp">產(chǎn)品信息</a> <a href="project1.jsp">項(xiàng)目信息</a> <a href="maker1.jsp">廠商信息</a>
<table width="774" border="0" cellspacing="0" cellpadding="0" height="126">
<tr>
<td colspan="2" align="center" height="76">
<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="764" border="0" cellspacing="1" cellpadding="0">
<tr align="center" bgcolor="E1D1B7">
<td height="25" align="center" colspan="13" width="758"><b>投標(biāo)商報(bào)價(jià)信息</b></td>
</tr>
<tr bgcolor="F6F2E6">
<td height="25" align="center" width="72"><font color="#FF0000">
投標(biāo)廠商名稱</font></td>
<td align="center" width="52"><font color="#FF0000">設(shè)備總價(jià)</font></td>
<td align="center" width="92"><font color="#FF0000">備件和特殊工具總價(jià)</font></td>
<td align="center" width="72"><font color="#FF0000">技術(shù)服務(wù)總價(jià)</font></td>
<td align="center" width="62"><font color="#FF0000">選項(xiàng)件總價(jià)</font></td>
<td align="center" width="107"><font color="#FF0000">配套工程費(fèi)</font></td>
<td align="center" width="105"><font color="#FF0000">國(guó)內(nèi)投標(biāo)商投標(biāo)總價(jià)</font></td>
<td align="center" width="76"><font color="#FF0000">投標(biāo)保證金</font></td>
<td align="center" width="88"><font color="#FF0000">交貨期</font></td>
</tr>
<tr bgcolor="F6F2E6" align="center">
<td height="25" width="72">
<p><%=mk.getMaker_name()%></p>
</td>
<td width="52"><%=price.getT1()%></td>
<td width="92"><%=price.getT2()%></td>
<td width="72"><%=price.getT3() %></td>
<td width="62"><%=price.getT4() %></td>
<td width="107"><%=price.getT5() %></td>
<td width="105"><%=price.getT6() %></td>
<td width="76"> <%=price.getT7() %></td>
<td width="88"><%=price.getT8() %></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr align="right">
<td colspan="2" height="40"><a href="#" onClick="MM_openBrWindow('send_pop.shtml','','width=300,height=250')"><br>
</a> </td>
</tr>
</table>
<form name="form1" method="POST" action="search1.jsp" onsubmit="return checknull()">
關(guān)鍵字:
<input type="text" name="keys">
<select name="searchid">
<option selected value=0>所有</option>
<option value=1>項(xiàng)目</option>
<option value=2>廠商</option>
<option value=3>產(chǎn)品</option>
</select>
<input type="submit" name="submit" value="搜索">
</form>
<p> </p>
</center>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -