?? price.jsp~13~
字號:
<%@ 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("關鍵字不能為空!");
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">產品信息</a> <a href="project1.jsp">項目信息</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>投標商報價信息</b></td>
</tr>
<tr bgcolor="F6F2E6">
<td height="25" align="center" width="72"><font color="#FF0000">
投標廠商名稱</font></td>
<td align="center" width="52"><font color="#FF0000">設備總價</font></td>
<td align="center" width="92"><font color="#FF0000">備件和特殊工具總價</font></td>
<td align="center" width="72"><font color="#FF0000">技術服務總價</font></td>
<td align="center" width="62"><font color="#FF0000">選項件總價</font></td>
<td align="center" width="107"><font color="#FF0000">配套工程費</font></td>
<td align="center" width="105"><font color="#FF0000">國內投標商投標總價</font></td>
<td align="center" width="76"><font color="#FF0000">投標保證金</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"><%if(price.getT1()!=null)out.println(price.getT1());%></td>
<td width="92"><%if(price.getT2()!=null)out.println(price.getT2());%></td>
<td width="72"><%if(price.getT3()!=null)out.println(price.getT3()); %></td>
<td width="62"><%if(price.getT4()!=null)out.println(price.getT4()); %></td>
<td width="107"><%if(price.getT5()!=null)out.println(price.getT5()); %></td>
<td width="105"><%if(price.getT6()!=null)out.notifyAll(price.getT6()); %></td>
<td width="76"> <%if(price.getT7()!=null)out.println(price.getT7()); %></td>
<td width="88"><%if(price.getT8()!=null)out.println(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()">
關鍵字:
<input type="text" name="keys">
<select name="searchid">
<option selected value=0>所有</option>
<option value=1>項目</option>
<option value=2>廠商</option>
<option value=3>產品</option>
</select>
<input type="submit" name="submit" value="搜索">
</form>
<p> </p>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -