📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
view
/
template
/
common
📝
login.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>Yönetim Paneli</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/login-light.png" alt="Auth Cover Bg color" width="550" class="img-fluid authentication-cover-img" data-app-light-img="pages/login-light.png" data-app-dark-img="pages/login-dark.png" /> <div class="mx-auto"> <h3>Bulut sunucular ile hızlı ve güvenli</h3> <p> Sistemlerimiz, <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 --> <!-- Login --> <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 --> <h3 class="mb-2">Hoşgeldiniz 👋</h3> <p class="mb-4">Kullanıcı adı ve şifrenizi giriniz</p> {% if success %} <div class="alert alert-success alert-dismissible"><i class="fa fa-check-circle"></i> {{ success }} </div> {% endif %} {% 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"> <div class="mb-3"> <label for="input-username">{{ entry_username }}</label> <input type="text" name="username" value="{{ username }}" id="input-username" class="form-control" /> </div> <div class="mb-3 form-password-toggle"> <div class="d-flex justify-content-between"> <label for="input-password">{{ entry_password }}</label> {% if forgotten %} <a href="{{ forgotten }}"> <small>{{ text_forgotten }}</small> </a> {% endif %} </div> <div class="input-group input-group-merge"> <input type="password" id="input-password" class="form-control" name="password" value="{{ password }}" aria-describedby="password" /> <span class="input-group-text cursor-pointer"><i class="bx bx-hide"></i></span> </div> </div> {% if redirect %} <input type="hidden" name="redirect" value="{{ redirect }}" /> {% endif %} <button type="submit" class="btn btn-primary d-grid w-100">{{ button_login }}</button> </form> </div> </div> <!-- /Login --> </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