File manager - Edit - /home/custbahd/dev.cornerstoneassetmanagers.com/user.auth.reset.gnp.ok.php
Back
<!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keyword" content=""> <meta name="author" content="WRAPCODERS"> <!--! The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags !--> <!--! BEGIN: Apps Title--> <title>Reset Password</title> <!--! END: Apps Title--> <!--! BEGIN: Favicon--> <link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.png"> <!--! END: Favicon--> <!--! BEGIN: Bootstrap CSS--> <link rel="stylesheet" type="text/css" href="./assets/css/bootstrap.min.css"> <!--! END: Bootstrap CSS--> <!--! BEGIN: Vendors CSS--> <link rel="stylesheet" type="text/css" href="./assets/vendors/css/vendors.min.css"> <!--! END: Vendors CSS--> <!--! BEGIN: Custom CSS--> <link rel="stylesheet" type="text/css" href="./assets/css/theme.min.css"> <!--! END: Custom CSS--> <!--! HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries !--> <!--! WARNING: Respond.js doesn"t work if you view the page via file: !--> <!--[if lt IE 9]> <script src="https:oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https:oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <style> .auth-minimal-wrapper { background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%); background-size: 400% 400%; -webkit-animation: gradient 100s ease infinite; animation: gradient 100s ease infinite; background-image: url(./assets/images/bg/logo-light.png); background-size: 40%; background-position: top 80% left 66%; background-attachment: fixed; background-repeat: no-repeat; } } /*Gradient Effect*/ @-webkit-keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } </style> </head> <body> <!--! ================================================================ !--> <!--! [Start] Main Content !--> <!--! ================================================================ !--> <main class="auth-minimal-wrapper"> <div class="auth-minimal-inner"> <div class="minimal-card-wrapper"> <div class="card mb-4 mt-5 mx-4 mx-sm-0 position-relative"> <div class="wd-80 bg-white p-2 rounded-circle shadow-lg position-absolute translate-middle top-0 start-50"> <img src="./assets/images/logo-dark-abbr.png" alt="" class="img-fluid"> </div> <div class="card-body p-sm-5 text-center"> <h2 class="fw-bolder mb-4"><i class="feather-user-check text-primary" style="font-size: 80px"></i></h2> <h4 class="fw-bold mb-2 fs-16">New Reset Password Sent!</h4> <p class="fs-11 fw-medium text-muted">We've emailed a temporary password to your email address. If you are using a SPAM filter, this email could be caught in your filter by mistake.</p> <div class="alert alert-dismissible m-4 p-2 d-flex alert-soft-teal-message" role="alert"> <div class="me-2 d-none d-md-block"> <i class="feather feather-alert-octagon fs-15 text-primary"></i> </div> <div style="text-align: left;"> <p class="fw-bold mb-1 text-primary text-left">Note</p> <p class="fs-11 fw-medium text-primary text-left">Please check your junk/spam folder if you do not receive this within a few minutes.</p> <button type="button" class="btn-close fs-8" data-bs-dismiss="alert" aria-label="Close"></button> </div> </div> <div class="customizer-sidebar-footer mt-5 px-4 ht-60 border-top d-flex align-items-center gap-2"> <div class="flex-fill w-50"> <a href="index.php?dad=user&jc=auth&a=form" class="btn btn-primary" data-style="reset-all-common-style">Proceed</a> </div> <div class="flex-fill w-50"> <a href="index.php?dad=user&jc=activate&a=form" class="btn btn-light-brand">Sign Up</a> </div> </div> </div> </div> </div> </div> </main> <!--! ================================================================ !--> <!--! [End] Main Content !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! BEGIN: Theme Customizer !--> <!--! ================================================================ !--> <div class="theme-customizer"> <div class="customizer-handle"> <a href="javascript:void(0);" class="cutomizer-open-trigger bg-primary"> <i class="feather-settings"></i> </a> </div> <div class="customizer-sidebar-wrapper"> <div class="customizer-sidebar-header px-4 ht-80 border-bottom d-flex align-items-center justify-content-between"> <h5 class="mb-0">Theme Settings</h5> <a href="javascript:void(0);" class="cutomizer-close-trigger d-flex"> <i class="feather-x"></i> </a> </div> <div class="customizer-sidebar-body position-relative p-4" data-scrollbar-target="#psScrollbarInit"> <!--! BEGIN: [Skins] !--> <div class="position-relative px-3 pb-3 pt-4 mt-3 mb-5 border border-gray-2 theme-options-set"> <label class="py-1 px-2 fs-8 fw-bold text-uppercase text-muted text-spacing-2 bg-white border border-gray-2 position-absolute rounded-2 options-label" style="top: -12px">Skins</label> <div class="row g-2 theme-options-items app-skin" id="appSkinList"> <div class="col-6 text-center position-relative single-option light-button active"> <input type="radio" class="btn-check" id="app-skin-light" name="app-skin" value="1" data-app-skin="app-skin-light"> <label class="py-2 fs-9 fw-bold text-dark text-uppercase text-spacing-1 border border-gray-2 w-100 h-100 c-pointer position-relative options-label" for="app-skin-light">Light</label> </div> <div class="col-6 text-center position-relative single-option dark-button"> <input type="radio" class="btn-check" id="app-skin-dark" name="app-skin" value="2" data-app-skin="app-skin-dark"> <label class="py-2 fs-9 fw-bold text-dark text-uppercase text-spacing-1 border border-gray-2 w-100 h-100 c-pointer position-relative options-label" for="app-skin-dark">Dark</label> </div> </div> </div> <!--! END: [Skins] !--> </div> <div class="customizer-sidebar-footer px-4 ht-60 border-top d-flex align-items-center gap-2"> <div class="flex-fill w-100"> <a href="javascript:void(0);" class="btn btn-primary" data-style="reset-all-common-style">Reset</a> </div> </div> </div> </div> <!--! ================================================================ !--> <!--! [End] Theme Customizer !--> <!--! ================================================================ !--> <!--! ================================================================ !--> <!--! Footer Script !--> <!--! ================================================================ !--> <!--! BEGIN: Vendors JS !--> <script src="./assets/vendors/js/vendors.min.js"></script> <!-- vendors.min.js always must need to be top --> <!--! END: Vendors JS !--> <!--! BEGIN: Apps Init !--> <script src="./assets/js/common-init.min.js"></script> <!--! END: Apps Init !--> <!--! BEGIN: Theme Customizer !--> <script src="./assets/js/theme-customizer-init.min.js"></script> <!--! END: Theme Customizer !--> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 0.56 |
proxy
|
phpinfo
|
Settings