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