summaryrefslogtreecommitdiffstats
path: root/browser/extensions/formautofill/test/fixtures/third_party/QVC/SignIn.html
blob: a056ccfc5cc5eb0d3a9e9ff63d9d7354fd4ee0e9 (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
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta property="fb:app_id" content="105047196722" />
      <meta property="fb:page_id" content="23797290954" />
      <meta name="format-detection" content="telephone=no" />
      <meta name="viewport" content="width=919" />
      <title>QVC.com Sign In</title>
   </head>
   <body>
      <form id="frmMastheadSearch" method="get" action="http://www.qvc.com/CatalogSearch">
         <fieldset>
            <input type="hidden" name="langId" value="-1" />
            <input type="hidden" name="storeId" value="10251" />
            <input type="hidden" name="catalogId" value="10151" />
            <label for="txtMastheadSearch">Search QVC:</label>
            <input id="txtMastheadSearch" name="keyword" type="text" value="" autocomplete="off" autocorrect="off" placeholder="Search QVC" />
            <input id="btnMastheadSearch" type="submit" alt="Go" value="Go" />
         </fieldset>
      </form>
      <form id="frmSignIn" name="frmSignIn" method="post">
         <input type="hidden" name="csrfToken" value="M1E1cTBwME9saUVZaU9iNUdJVnZqSm9JQThHM3gwSUt0elROSE9oSDJaST0=" />
         <fieldset>
            <input type="hidden" name="storeId" value="10251" />
            <input type="hidden" name="catalogId" value="10151" />
            <input type="hidden" name="langId" value="-1" />
            <input type="hidden" name="URL" id="URL" value="http://www.qvc.com/Checkout?orderId=476661567&amp;langId=-1&amp;storeId=10251&amp;catalogId=10151" />
            <input type="hidden" name="reLogonURL" value="LogonForm" />
            <input type="hidden" name="rememberMe" id="rememberMe" value="true" />
            <input type="hidden" name="fromPage" id="fromPage" value="checkout" />
            <input type="hidden" name="orderId" value="476661567" />
         </fieldset>
         <div id="signInFields">
            <label id="lblEmailAddress" for="txtEmailAddress">Email Address:</label>
            <input id="txtEmailAddress" type="email" value="" maxlength="128" size="30" name="logonId" placeholder="Email Address" />
            <div>
               <label id="lblPassword" for="txtPassword">QVC Password:</label>
               <input id="txtPassword" type="password" maxlength="24" size="30" name="logonPassword" placeholder="QVC Password" />
            </div>
         </div>
         <div>
            <div id="divUseDefaults">
               <input id="cbUseDefaults" type="checkbox" name="cbReviewOrderTotal" value="on" />
               <label id="lblUseDefaults" for="cbUseDefaults">Using your default shipping and payment information? Check the box to go directly to Order Summary.</label>
               <input type="hidden" name="speedBuyTypeInd" id="speedBuyTypeInd" value="C" />
            </div>
         </div>
         <div id="divFormButtons">
            <div>
               <span id="createPasswordSpan">
               <span>Create Password</span>
               <input id="btnSignIn" type="button" value="Create Password" />
               </span>
               <span id="continueButtonSpan">
               <span>Continue</span>
               <input id="btnSignIn" type="button" value="Continue" />
               </span>
            </div>
            <div>
               <span>
               <span>Sign In</span>
               <input id="btnSignIn" type="submit" value="Sign In" />
               </span>
            </div>
         </div>
         <fieldset>
            <input id="userPrefs" type="hidden" value="" name="userPrefs" />
         </fieldset>
      </form>
      <form id="frmCreateAccount">
         <input type="hidden" name="csrfToken" value="M1E1cTBwME9saUVZaU9iNUdJVnZqSm9JQThHM3gwSUt0elROSE9oSDJaST0=" />
         <div id="divButtons">
            <span>
            <span>Continue</span>
            <input id="btnSignUp" type="button" value="Continue" />
            </span>
         </div>
      </form>
   </body>
</html>