📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
view
/
template
/
common
📝
forgotten.twig
← Geri Dön
<!DOCTYPE html> <html lang="tr" class="light-style customizer-hide" dir="ltr" data-theme="theme-default" data-assets-path="view/custom_theme/assets/" data-template="horizontal-menu-template" > <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> <title>Şifremi Unuttum!</title> <meta name="description" content="" /> <link rel="icon" href="view/image/favicon.png" type="image/x-icon" /> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet" /> <!-- Icons --> <link rel="stylesheet" href="view/custom_theme/assets/vendor/fonts/boxicons.css" /> <link rel="stylesheet" href="view/custom_theme/assets/vendor/fonts/fontawesome.css" /> <link rel="stylesheet" href="view/custom_theme/assets/vendor/fonts/flag-icons.css" /> <!-- Core CSS --> <link rel="stylesheet" href="view/custom_theme/assets/vendor/css/rtl/core.css" class="template-customizer-core-css" /> <link rel="stylesheet" href="view/custom_theme/assets/vendor/css/rtl/theme-default.css" class="template-customizer-theme-css" /> <link rel="stylesheet" href="view/custom_theme/assets/css/demo.css" /> <!-- Vendors CSS --> <link rel="stylesheet" href="view/custom_theme/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css" /> <link rel="stylesheet" href="view/custom_theme/assets/vendor/libs/typeahead-js/typeahead.css" /> <!-- Vendor --> <link rel="stylesheet" href="view/custom_theme/assets/vendor/libs/formvalidation/dist/css/formValidation.min.css" /> <!-- Page CSS --> <!-- Page --> <link rel="stylesheet" href="view/custom_theme/assets/vendor/css/pages/page-auth.css" /> <!-- Helpers --> <script src="view/custom_theme/assets/vendor/js/helpers.js"></script> <!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section --> <!--? Template customizer: To hide customizer set displayCustomizer value false in config.js. --> <script src="view/custom_theme/assets/vendor/js/template-customizer.js"></script> <!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. --> <script src="view/custom_theme/assets/js/config.js"></script> </head> <body> <!-- Content --> <div class="authentication-wrapper authentication-cover"> <div class="authentication-inner row m-0"> <!-- /Left Text --> <div class="d-none d-lg-flex col-lg-7 col-xl-8 align-items-center"> <div class="flex-row text-center mx-auto"> <img src="view/custom_theme/assets/img/pages/forgot-password-light.png" alt="Logo" width="550" class="img-fluid authentication-cover-img" data-app-light-img="pages/forgot-password-light.png" data-app-dark-img="pages/forgot-password-dark.png" /> <div class="mx-auto"> <h3>Bulut sunucular ile hızlı ve güvenli</h3> <p> E-Ticaret siteleri, <b>Turkcell Veri Merkezi</b>'nde bulunan bulut serverlar üzerinde çalışmaktadır.<br>Bu mimaride ziyaretçileriniz, hızlı ve güçlü bir sistem alt yapısı üzerinden alışveriş yaparlar. </p> </div> </div> </div> <!-- /Left Text --> <!-- Forgot Password --> <div class="d-flex col-12 col-lg-5 col-xl-4 align-items-center authentication-bg p-sm-5 p-4"> <div class="w-px-500 mx-auto"> <!-- Logo --> <div class="app-brand mb-4"> <img width="40" src="view/image/login.png" alt="Logo"/> </div><h3>magazaismi.com</h3><hr> <br> <!-- /Logo --> <h4 class="mb-2">{{ heading_title }}</h4> <p class="mb-4">Şifrenizi sıfırlayabilmek için lütfen e-postanızı giriniz!</p> {% if error_warning %} <div class="alert alert-danger alert-dismissible"><i class="fa fa-exclamation-circle"></i> {{ error_warning }} </div> {% endif %} <form class="mb-3" action="{{ action }}" method="post" enctype="multipart/form-data"> <div class="mb-3"> <label for="input-email">{{ entry_email }}</label> <input type="text" autofocus name="email" value="{{ email }}" id="input-email" class="form-control" /> </div> <button type="submit" class="btn btn-primary d-grid w-100">{{ button_reset }}</button> </form> <div class="text-center"> <a href="{{ cancel }}" class="d-flex align-items-center justify-content-center"> <i class="bx bx-chevron-left scaleX-n1-rtl"></i> {{ button_cancel }} </a> </div> </div> </div> <!-- /Forgot Password --> </div> </div> <!-- / Content --> <!-- Core JS --> <!-- build:js assets/vendor/js/core.js --> <script src="view/custom_theme/assets/vendor/libs/jquery/jquery.js"></script> <script src="view/custom_theme/assets/vendor/libs/popper/popper.js"></script> <script src="view/custom_theme/assets/vendor/js/bootstrap.js"></script> <script src="view/custom_theme/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js"></script> <script src="view/custom_theme/assets/vendor/libs/hammer/hammer.js"></script> <script src="view/custom_theme/assets/vendor/libs/i18n/i18n.js"></script> <script src="view/custom_theme/assets/vendor/libs/typeahead-js/typeahead.js"></script> <script src="view/custom_theme/assets/vendor/js/menu.js"></script> <!-- endbuild --> <!-- Vendors JS --> <script src="view/custom_theme/assets/vendor/libs/formvalidation/dist/js/FormValidation.min.js"></script> <script src="view/custom_theme/assets/vendor/libs/formvalidation/dist/js/plugins/Bootstrap5.min.js"></script> <script src="view/custom_theme/assets/vendor/libs/formvalidation/dist/js/plugins/AutoFocus.min.js"></script> <!-- Main JS --> <script src="view/custom_theme/assets/js/main.js"></script> <!-- Page JS --> <script src="view/custom_theme/assets/js/pages-auth.js"></script> </body> </html>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula