- var variable = '' +
- '<form id="form1" name="form1" class="form" method="POST" action="/Login/Login/">' +
- ' <div class="card card-login card-hidden" id="signInForm">' +
- '
- ' <div class="text-center">' +
- ' <img style="max-width: 100px;" src="/images/bankid.svg" />' +
- ' </div>' +
- '' +
- ' <div class="input-group">' +
- ' <input type="hidden" id="orderRef" name="orderRef" type="text" class="form-control" />' +
- ' <input type="hidden" id="returnUrl" name="returnUrl" type="text" class="form-control" />' +
- ' </div>' +
- '' +
- ' <div class="text-center" style="margin-top: 25px; padding:0;">' +
- ' <button type="button" class="btn btn-lg" style="background-color:#F77E70; color: white;" onclick="openBankIdThisUnit()">' +
- ' BankID på denna enhet' +
- ' <div class="ripple-container"></div>' +
- ' </button>' +
- ' </div>' +
- '' +
- ' <div class="text-center" style="margin-top: 25px; padding:0;">' +
- ' <button type="button" class="btn btn-lg" id="bankIdButtonOtherUnit" style="background-color:white; color: black; border: 1px solid black;" onclick="openBankIdOtherUnit()">' +
- ' BankID på annan enhet' +
- ' <div class="ripple-container"></div>' +
- ' </button>' +
- ' </div>' +
- '' +
- '' +
- ' <p style="text-align: center; margin-bottom: 20px; margin-top:20px; cursor:pointer;" id="show-howto">' +
- ' <a style="color:black; text-decoration:underline;" href="https://www.paydrive.se/mittpaydrive/howto">Aktivera BankID för Paydrive Sense</a>' +
- ' </p>' +
- ' </div>' +
- '' +
- '' +
- ' <div id="pending" class="bmd-form-group text-center" style="display: none;">' +
- ' <span id="outtrans" style="margin-bottom: 30px; line-height: 120%; display: none;">' +
- ' <u style="display:block;">Startar BankID-appen</u> ' +
- ' <img style="max-width: 100px; display: block; margin: 0 auto; margin-top: 25px;" src="/images/bankid.svg"><br><br>' +
- ' <div class="spinner-border text-info" role="status">' +
- ' <span class="sr-only">Loading...</span>' +
- ' </div>' +
- ' </span>' +
- '' +
- ' <span id="usersign" style="margin-bottom: 30px; line-height: 120%; display: none;">' +
- ' Skriv in din säkerhetskod i BankID - appen.' +
- ' <img style="max-width: 100px; display: block; margin: 0 auto; margin-top: 25px;" src="/images/bankid.svg">' +
- ' <div class="spinner-border text-info" role="status">' +
- ' <span class="sr-only">Loading...</span>' +
- ' </div>' +
- ' </span>' +
- ' </div>' +
- '' +
- ' <span id="errorbankid" class="bmd-form-group text-center" style="display: none; color: red;"></span>' +
- ' <span id="successbankid" class="bmd-form-group text-center" style="display: none; color: green;">' +
- ' <span>BankID signeringen lyckades!</span>' +
- ' <img style="max-width: 100px; display: block; margin: 0 auto; margin-top:30px;" src="/images/bankid.svg">' +
- ' <div class="spinner-border text-info" role="status">' +
- ' <span class="sr-only">Loading...</span>' +
- ' </div>' +
- ' </span>' +
- ' <div class="text-center" style="margin-top: 25px; padding:0; display:none;" id="cancelButton">' +
- ' <button type="button" class="btn btn-lg" id="cancelButtonThisUnit" style="background-color:white; color: black; border: 1px solid black;" onclick="cancelBankIDAuth()">' +
- ' Avbryt' +
- ' <div class="ripple-container"></div>' +
- ' </button>' +
- ' </div>' +
- '' +
- ' </div>' +
- '' +
- ' </div>' +
- '' +
- ' <div class="card card-login card-hidden" id="qrCodeContainer" style="display: none;">' +
- ' <div class="card-header card-header-success text-center" style="background: #185a37; box-shadow: none; display: inline-grid; border: 0;">' +
- ' <h4 class="card-title" style="font-size: 22px; font-weight: bold;color: white;">' +
- ' Verifiera med BankID' +
- ' </h4>' +
- ' </div>' +
- '' +
- ' <div class="text-center" id="qrCodeHeader" "style=" height: 40px; font-size: 20px;">' +
- ' <b>Starta BankID appen och skanna QR-Koden nedan</b>' +
- ' </div>' +
- '' +
- ' <div id="qrcode" class="bmd-form-group text-center" style="max-width: 300px; margin: 0 auto; min-width: 300px; min-height: 300px;"></div>' +
- '' +
- ' <div id="pendingQrCode" class="bmd-form-group text-center" style="display: none;">' +
- ' <span id="outtransQrCode" style="margin-bottom: 30px; line-height: 120%; display: none;">' +
- ' <u style="display:block;">Starta BankID-appen</u> i din smartphone eller surfplatta.' +
- ' <img style="max-width: 100px; display: block; margin: 0 auto; margin-top: 25px;" src="~/images/bankid.svg"><br><br>' +
- ' </span>' +
- ' </div>' +
- '' +
- ' <span id="errorbankidQrCode" class="bmd-form-group text-center" style="display: none; color: red;"></span>' +
- ' <span id="successbankidQrCode" class="bmd-form-group text-center" style="display: none; color: green;">' +
- ' <span>BankID signeringen lyckades!</span>' +
- ' <img style="max-width: 100px; display: block; margin: 0 auto; margin-top:30px;" src="/images/bankid.svg">' +
- ' <div class="spinner-border text-info" role="status">' +
- ' <span class="sr-only"></span>' +
- ' </div>' +
- ' </span>' +
- ' <span id="bankIdInfo"></span>' +
- ' <div class="text-center" style="margin-top: 25px; padding:0;">' +
- ' <button type="button" class="btn btn-lg" id="cancelButtonOtherUnit" style="background-color:white; color: black; border: 1px solid black;" onclick="cancelBankIDAuth()">' +
- ' Avbryt' +
- ' <div class="ripple-container"></div>' +
- ' </button>' +
- ' </div>' +
- '' +
- ' </div>' +
- ' </form>' +
- '';
[text] html
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
Editor
You can edit this paste and save as new: