📄 address.jsp
字号:
<%@page contentType="text/html;charset=utf-8"%>
<%@include file="../common/taglib.jsp"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>生成订单- 当当网</title>
<link href="${pageContext.request.contextPath}/css/login.css"
rel="stylesheet" type="text/css" />
<link href="${pageContext.request.contextPath}/css/page_bottom.css"
rel="stylesheet" type="text/css" />
</head>
<body>
<%@include file="../common/head1.jsp"%>
<div class="login_step">
生成订单步骤:
<span class="red_bold">1.填写送货地址</span> > 2.确认订单信息 > 3.生成订单
</div>
<br />
<div class="fill_message">
新建送货地址|
<select name="sendWay" class="text_input">
<option value="a">
ABC
</option>
</select>
<br />
<br />
<form method="post" action="" id="ctl00">
<table class="tab_login">
<tr>
<td valign="top" class="w1">
请填写收货人地址:
</td>
<td>
<input type="text" name="" id="txtEmail" class="text_input" />
<div class="text_left" id="emailValidMsg">
<p>
请填写收货人地址:
</p>
<p style="color: red">
error
</p>
</div>
</td>
</tr>
<tr>
<td valign="top" class="w1">
详细送货地址:
</td>
<td>
<input type="text" name="" id="txtEmail" class="text_input" />
<div class="text_left" id="nickNameValidMsg">
<p>
详细送货地址说明
</p>
<p>
详细送货地址说明
</p>
<p style="color: red">
<html:errors property="nickname" />
</p>
</div>
</td>
</tr>
<tr>
<td valign="top" class="w1">
送货方式:
</td>
<td>
<select name="sendWay" class="text_input">
<option value="a">
ABC
</option>
</select>
<div class="text_left" id="passwordValidMsg">
<p>
送货方式说明
</p>
<p style="color: red">
error
</p>
</div>
</td>
</tr>
</table>
<div class="login_in">
<input type="submit" id="btnClientRegister" class="button_1"
value="下一步" />
</div>
</form>
</div>
<%@include file="../common/foot1.jsp"%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -