📄 surebuy.jsp
字号:
<div id="Split">
<br>
</div>
<div id="TitleCol">
<div style="float: left;">商品信息: <span style="font-weight: normal;">(此订单将分为1个包裹发货!)</span></div>
<div style="float: left; width:0px; height:0px">
<form action="ClearBasket" method="post">
<p align="center"><font color="#C0C0C0">
<input type=submit value=清空购物车 name='submit' style="background-color: #FFFFFF"></font>
</p>
</form>
</div>
<div class="Gray" style="font-weight: normal;" align=right>
预计发货时间:
<span class="Date">
预计发货时间
</span>
</div>
</div>
<div id="Split">
<TABLE align="center" class="SplitItem">
<TR>
<td valign=top width="25"> </td>
<td>
<div class="SplitDateLine"><span class="Gray">
以下商品预计发货时间为:预计发货时间
</span>
</div>
<%
Basket basket=(Basket)(request.getSession(true).getAttribute("basket"));
ArrayList books=basket.getBooks();
Iterator iterator=books.iterator();
while(iterator.hasNext())
{
Book book=(Book)iterator.next();
%>
<div id="Td2">
<div id="Price">书的价格:¥<span class="Price">
</span><%out.println(book.getPrice());%>元</div>
<div class="Number">数量:<%out.println(book.getQuanty());%></div>
<div class="Name">
书的名字:
<%
out.println(book.getTilte());
%>
</div>
<div id='ZhuangTai' class='Gray'>有货</div>
<div class='Gray'><span class="Date">发货时间:</span>发货</div>
</div>
<%}%>
</TD>
</TR>
</TABLE>
<br>
</div>
</TD>
<TD vAlign=top width=200>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=6><IMG height=20
src="images/az-s-spc-tl-inside-drksnd.gif" width=6></TD>
<TD vAlign=bottom bgColor=#bbbb9e>
<DIV class=font14 align=center><STRONG>订单价格</STRONG></DIV>
</TD>
<TD width=6><IMG height=20
src="images/az-s-spc-tr-inside-drksnd.gif" width=6></TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=4 width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=2 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>总计价格:</TD>
<TD>
<DIV align=right>¥<s>
<%
out.println(basket.getTotal());
%></s>元</DIV>
</TD>
</TR>
<TR>
<input type=hidden id="grpcount" name="grpcount"
value="1"/>
<TD>配送费:</TD>
<TD>
<DIV align=right>¥5.00元</DIV>
</TD>
</TR>
<TR bgColor=#000000>
<TD colSpan=2 height=1></TD>
</TR>
<TR>
<TD colSpan=2>
<DIV class=font14 align=center><STRONG> <FONT
color=#cc0000><%out.println(basket.getTotal()+5.00);%></FONT></STRONG></DIV>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR bgColor=#ffffff>
<TD vAlign=bottom align=left><IMG height=6 src="images/az-s-bottom-left-tan-corner.gif" width=6 border=0></TD>
<TD vAlign=bottom align=right><IMG height=6 src="images/az-s-bottom-right-tan-corner.gif" width=6 border=0></TD>
</TR>
</TBODY>
</TABLE>
<BR>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width=6><IMG height=20 src="images/az-s-spc-tl-inside-drksnd.gif" width=6></TD>
<TD vAlign=bottom bgColor=#bbbb9e><DIV class=font14 align=center> </DIV></TD>
<TD width=6><IMG height=20 src="images/az-s-spc-tr-inside-drksnd.gif" width=6></TD>
</TR>
</TBODY>
</TABLE>
<table cellSpacing=3 cellPadding=0 width="100%" bgColor=#ffffff border=0 height="27">
<tr><td height=10>
</td></tr>
<tr>
<td height="1" bgcolor="D5D5B5"></td>
</tr>
</table>
<TABLE cellSpacing=3 cellPadding=0 width="100%" bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD>
<STRONG> </STRONG></TD>
</TR>
<tr>
<TD bgColor=#eeeeee height="40">
</TD>
</tr>
<TR>
<TD colspan="1" bgColor=#d5d5b5 height=1>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE cellSpacing=3 cellPadding=0 width="100%" bgColor=#ffffff border=0>
<tbody>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -