OLD | NEW |
1 <head> | |
2 <title>NikeStore</title> | |
3 </head> | |
4 <form id="creditCardForm" method="post" action="/payment/checkout/addNewCard.htm
?country=US&view=html&billingCountry=US&langLocale=en_US" novalidate
=""> | |
5 <div id="creditCardFormContainer"> | 1 <div id="creditCardFormContainer"> |
6 <div class="cardNotification hidden"> | 2 <div class="cardNotification hidden"> |
7 <div class="nsg-form--global-message--alert"> | 3 <div class="nsg-form--global-message--alert"> |
8 <span>Your card has expired.</span> | 4 <span>Your card has expired.</span> |
9 </div> | 5 </div> |
10 </div> | 6 </div> |
11 | 7 |
12 <div class="form-row margin-tb-standard"> | 8 <div class="form-row margin-tb-standard"> |
13 <label class="nsg-form--label top-label" id="label-creditCardType"> | 9 <label class="nsg-form--label top-label" id="label-creditCardType"> |
14 Card Type <b class="nsg-form--required">*</b> | 10 Card Type <b class="nsg-form--required">*</b> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr
ef="#" class="ch4_help icon-019-help alignRight"> | 103 <label class="nsg-form--label relative" for="phoneNumber">Billing Phone<a hr
ef="#" class="ch4_help icon-019-help alignRight"> |
108 <div class="ch4_toolTip" style="display: none;"> | 104 <div class="ch4_toolTip" style="display: none;"> |
109 <div class="ch4_toolTipArrow"></div> | 105 <div class="ch4_toolTipArrow"></div> |
110 Your registered number with your payment issuer is required to process
your order.</div> | 106 Your registered number with your payment issuer is required to process
your order.</div> |
111 </a> | 107 </a> |
112 <b class="nsg-form--required"> *</b></label> | 108 <b class="nsg-form--required"> *</b></label> |
113 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na
me="phoneNumber" value="" maxlength="18"> | 109 <input class="nsg-form--input js-phoneNumber" type="tel" id="phoneNumber" na
me="phoneNumber" value="" maxlength="18"> |
114 </div> | 110 </div> |
115 </div> | 111 </div> |
116 </div> | 112 </div> |
117 </form> | |
OLD | NEW |