📄 pay_selectaddr.jsp
字号:
<%@ include file="/_head.jsp"%>
<%@ page contentType="text/html; charset=UTF-8" %>
<%
GenericVO tvo = null;
Vector r = (Vector)request.getAttribute("RESULT");
%>
<div id="main" style="border:#cccccc 0px solid;width:1004px;float:left;">
<div>
<table cellspacing="0" cellpadding="0" width="100%" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC" height="134">
<tr>
<td align="center" height="29" bgcolor="#FFFFCC">选择收货人地址</td>
</tr>
<tr>
<td style="padding:8px; line-height:150%" height="105" align="center" valign="top">
<p align="left">您好 <strong><%=session.getAttribute("USERNAME")%></strong>, 请您确定<strong>收货人信息</strong>!</p>
<p><br>
选择一个<strong>收货人地址</strong>,进行配送或点击
<a target="_blank" href="/main.do?event=toAccount&url=/main.do?event=toDzb"><img src="/images/icon_add_new_add.gif" align="middle" border="0" alt=""></a> 创建新的收货人地址。也可点击 <a target="_blank" href="/main.do?event=toAccount&url=/main.do?event=toDzb"><strong>收货地址本</strong></a> 编辑/修改您的收货人信息。<font color="red">注意:添加/修改地址后请刷新本页面!</font>
<hr color="#C0C0C0" size="1" style="border-style: dotted; border-width: 1">
<p><b>请选择收货人信息</b><br>
(如果您想把购买的东西做礼物送人,建议再添加一个新的收货人地址,请不要在原有地址上进行修改。)</p>
<%
for(int i=0;i<r.size();i++){
tvo = (GenericVO)r.elementAt(i);
%>
<div style="width:480px;padding-left:5px;padding-right:5px;padding-top:10px;padding-bottom:10px;float:left;">
<table style="border:#CCCCCC 1px solid;" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="bottom" align="center" height="40" width="100%" style="line-height: 150%">
<p align="left">
收货人:<strong><%=tvo.getItem("NAME")%></strong><br>
地址:<%=tvo.getItem("ADDRESS")%><br>
邮编:<%=tvo.getItem("POST")%> <br>
联系电话:<%=tvo.getItem("TEL")%><br>
移动电话:<%=tvo.getItem("MOBILE")%>
<p>
<a href="/main.do?event=toPaySelectPayMethod&address_id=<%=tvo.getItem("ADDRESS_ID")%>"><img border="0" src="/images/icon_use_add.gif" width="95" height="22" alt=""></a>
</td>
</tr>
</table>
</div>
<%
}
%>
</td>
</tr>
</table>
</div>
<div style="height:20px; width:1004px;"> </div>
<%@ include file="/_foot.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -