📄 orderaddressconfirm.aspx
字号:
<%@ Page language="c#" Codebehind="OrderAddressConfirm.aspx.cs" AutoEventWireup="false" Inherits="PetShop.Web.OrderAddressConfirm" EnableSessionState="readonly" EnableViewState="false" %>
<%@ Register TagPrefix="PetShop" TagName="StaticAddress" Src="Inc/ControlStaticAddress.ascx" %>
<%@ Register TagPrefix="PetShop" TagName="Header" Src="Inc/ControlHeader.ascx" %>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" >
<html>
<head>
<title>Confirm Shipping Data</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="stylesheet" href="Style.css">
</head>
<body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
<petshop:header id="Header" runat="server" /><br>
<form id="form" method="post" runat="server">
<blockquote> <font class="text">Please confirm that the following data is correct and
press the <b>Continue</b> button to ship the order. </font>
<p></p>
<font class="header">Billing Address<br>
</font>
<PetShop:StaticAddress id="adrBilling" runat="server" />
<p></p>
<font class="header">Shipping Address<br>
</font>
<PetShop:StaticAddress id="adrShipping" runat="server" usebilling="false" />
<p></p>
<a href="OrderProcess.aspx"><img src="Images/button_continue.gif" alt="Continue" border="0"></a>
</blockquote>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -