📄 copy of billingshippingcontrol.ascx
字号:
<tr>
<td class="FormHead" style="width: 100px" align="left">
<asp:Label ID="lbCouponKey" runat="server" Text="CouponKey"></asp:Label></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="height: 19px" align="left">
<asp:Literal ID="CouponMessage" runat="server"></asp:Literal></td>
</tr>
<tr>
<td colspan="2" style="height: 24px" align="left">
<asp:Button ID="btnUseCoupon" runat="server" Text="Use Coupon" /></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table border="0" cellpadding="0" cellspacing="0" align="right" style="width: 100%">
<tr>
<td>
<asp:ImageButton ID="LoginImageButton" runat="server" ImageUrl="~/Images/Shop/newcheckout_continue.gif"
Align="right" /></td>
</tr>
</table>
<br />
<br />
<table border="0" cellpadding="2" cellspacing="0" width="100%" align="right">
<tbody>
<tr>
<td colspan="6" class="CartHeaders">
<asp:Image ID="Image3" runat="server" Align="right" ImageUrl="~/Images/Shop/newcheckout_shipinfo.gif" /></td>
</tr>
<tr align="left">
<td colspan="6" class="FormHead">
<asp:Image ID="Image2" runat="server" ImageUrl="~/Images/addressbook.gif" />
<asp:LinkButton ID="lnkToggle" runat="server">Show Address Book</asp:LinkButton>
<asp:Panel ID="pnlAddBook" runat="server" Width="100%">
<asp:DataList ID="dtAddresses" runat="server" CellPadding="4" CellSpacing="2" RepeatColumns="3">
<ItemTemplate>
<asp:Label ID="lblAddressID" runat="server" Text='<%#Eval("addressID")%>' Visible="false"></asp:Label>
<%#Eval("FullAddress")%>
<br />
<asp:Button ID="btnUse" runat="server" Text="配送到这个地址" CausesValidation="false" />
</ItemTemplate>
</asp:DataList>
</asp:Panel>
</td>
</tr>
<tr align="left">
<td colspan="1" style="width: 309px; height: 321px;" align="left" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="CartHeaders" colspan="2" nowrap="nowrap">
Where would you like your items shipped?</td>
</tr>
<tr>
<td align="left" class="FormHead" style="height: 28px; width: 82px;">
<asp:Label ID="lblSName" runat="server" Text="Name:"></asp:Label></td>
<td nowrap="nowrap">
<asp:TextBox ID="txtSName" runat="server" Width="180px"></asp:TextBox></td>
</tr>
<tr>
<td align="left" class="FormHead" style="width: 82px">
<asp:Label ID="Label5" runat="server" Text="Address:"></asp:Label></td>
<td nowrap="nowrap">
<asp:TextBox ID="txtSAddress" runat="server" Width="180px"></asp:TextBox></td>
</tr>
<tr>
<td align="left" class="FormHead" style="width: 82px">
<asp:Label ID="Label6" runat="server" Text="State:"></asp:Label></td>
<td nowrap="nowrap">
<uc1:StateControl ID="StateControlShipping" runat="server" />
</td>
</tr>
<tr>
<td align="left" class="FormHead" style="width: 82px">
<asp:Label ID="Label7" runat="server" Text="City:"></asp:Label></td>
<td nowrap="nowrap">
<asp:TextBox ID="txtSCity" runat="server" Width="180px"></asp:TextBox></td>
</tr>
<tr>
<td align="left" class="FormHead" style="width: 82px; height: 28px;">
PostCode:</td>
<td nowrap="nowrap" style="height: 28px">
<asp:TextBox ID="txtSPostCode" runat="server" Width="180px"></asp:TextBox></td>
</tr>
<tr>
<td align="left" class="FormHead" style="width: 82px; height: 24px;">
Phone:</td>
<td nowrap="nowrap" style="height: 24px">
<asp:TextBox ID="txtSPhone" runat="server" Width="180px"></asp:TextBox></td>
</tr>
</table>
</td>
<td align="left" colspan="1" style="border-left: #cccccc 2px groove; width: 28px; height: 321px;"
valign="top">
<asp:Image ID="Image6" runat="server" ImageUrl="~/Images/spacer.gif" /></td>
<td colspan="4" align="left" valign="top" style="height: 321px">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="CartHeaders" colspan="2" nowrap="nowrap">
How would you like your items shipped?</td>
</tr>
<tr>
<td align="left" class="FormHead" style="height: 30px; width: 82px;">
<asp:Label ID="Label1" runat="server" Text="配送区域:"></asp:Label>
</td>
<td nowrap="nowrap" align="left">
<asp:DropDownList ID="ddlShippingRegion" runat="server" AutoPostBack="True">
</asp:DropDownList></td>
</tr>
<tr>
<td colspan="2" nowrap="nowrap" valign="top">
<asp:Repeater ID="rpShippingMethod" runat="server">
<ItemTemplate>
<asp:HiddenField ID="hfShippingMethodID" runat="server" Value='<%#Eval("ShippingMethodID ")%>' />
<table border="0" style="width: 100%">
<tr>
<td style="width: 299px; height: 21px" class="FormHead">
<cc1:GroupRadioButton ID="rbShippingMethod" AutoPostBack="true" runat="server" OnCheckedChanged="rbShippingMethod_CheckedChanged"
GroupName="ShippingMethod" />
<asp:Label AssociatedControlID="rbShippingMethod" ID="Label2" Text='<%#Eval("ShippingMethodName")%>'
runat="server"></asp:Label>
</td>
<td style="height: 21px" class="FormHead">
<asp:Literal ID="LiteralShippingFee" runat="server">20</asp:Literal>
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label AssociatedControlID="rbShippingMethod" ID="Label222" Text='<%# Eval("ShippingMethodDescription")%>'
runat="server"></asp:Label>
</td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -