summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/fixtures/third_party/HomeDepot/SignIn.html
blob: b741ce5f0c203145e3785d05b264900fd9e9b09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <title>The Home Depot - SignIn</title>
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <meta content="yes" name="apple-mobile-web-app-capable">
      <meta content="black" name="apple-mobile-web-app-status-bar-style">
      <meta content="&nbsp;at The Home Depot - Tablet" name="description">
      <meta content="" name="keywords">
   </head>
   <body>
      <form name="shoppingCartForm" id="shopCartForm" method="post">
         <input type="hidden" id="lineItemId" name="lineItemId" value="480de313-1be8-41ed-b8f9-1b1e371a7eb9_480de313-1be8-41ed-b8f9-1b1e371a7eb9">
         <input type="hidden" id="quantity" name="quantity" value="">
         <input type="hidden" id="fulfillmentMethod" name="fulfillmentMethod" value="ShipToHome">
         <input type="hidden" id="fulfillmentLocation" name="fulfillmentLocation" value="">
         <input type="hidden" id="LOCAL_STORE_ID" name="LOCAL_STORE_ID" value="">
         <input type="hidden" id="orderId" name="orderId" value="711220840">
         <input type="hidden" name="proceedAsGuest" value="yes">
         <input type="hidden" id="currentPage" name="currentPage" value="LogonPage">
         <input type="hidden" id="cartVisited" name="cartVisited" value="false">
         <input type="hidden" id="isEligibleForOPC" name="isEligibleForOPC" value="true">
         <input type="hidden" id="paymentType" name="paymentType" value="regularCheckout">
         <div>
<span>
<label>
<span>Email Address:</span>
</label>
            <input type="email" placeholder="you@domain.com" id="guestEmail" name="guestLoginValue" value="" required="" errorkey="email">
</span>
         </div>
         <div>
            <p>You will have the opportunity to create an account and track your order once you complete your checkout.
            </p>
            <p>
</p>
         </div>
         <div>
<button>
<span>Continue</span>
</button>
</div>
      </form>
      <form name="checkOutLogonForm" id="checkOutLogonForm" method="post" action="https://secure2.homedepot.com/MCCCheckout/Checkout/checkoutLogon.do">
         <input type="hidden" name="dologin" value="yes">
         <input type="hidden" id="orderId" name="orderId" value="711220840">
         <h3>I'm a Returning Customer
         </h3>
         <div>
            <span>Your sign in is incorrect. Please enter your email address or password. Note: One more invalid attempt will lock your account.</span>
         </div>
         <div>
            <span>We periodically require password updates. Please <a>reset your password</a> or continue as a guest.</span>
         </div>
         <div>
<span>
<label>
<span>Email Address:</span>
</label>
            <input type="email" placeholder="you@domain.com" name="logonId" id="email">
</span>
         </div>
         <div>
<span>
<label>
<span>Password:</span>
</label>
<label id="toogleBtn">Show</label>
<input type="password" name="logonPassword" id="password">
</span>
</div>
         <div>
            <div id="SignInPart">
               <input id="signInNow" type="submit" value="Sign In">
            </div>
            <div>
               <a>Reset Password</a>
            </div>
         </div>
      </form>
   </body>
</html>