📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
projetakipscripti.demodesign.com.tr
/
application
/
views
📝
login.php
← Geri Dön
<!DOCTYPE html> <html class="no-js css-menubar" lang="tr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"> <?php $ayarlar=$this->db->get_where('ayarlar',array('id'=>1))->row_array(); ?> <title><?php echo $ayarlar['title']; ?> | <?php echo $ayarlar['slogan']; ?></title> <link rel="shortcut icon" type="image/ico" href="<?php echo site_url('uploads/'. $ayarlar['favicon']); ?>"> <link rel="stylesheet" href="<?php echo site_url('resources/');?>logindosya/bootstrap.minfd53.css"> <link rel="stylesheet" href="<?php echo site_url('resources/');?>logindosya/bootstrap-extend.minfd53.css"> <link rel="stylesheet" href="<?php echo site_url('resources/');?>logindosya/site.minfd53.css"> <!-- Page --> <link rel="stylesheet" href="<?php echo site_url('resources/');?>logindosya/login-v3.minfd53.css"> <style> .bg { background-image: url('<?php echo site_url('uploads/'. $ayarlar['login']); ?>'); -moz-background-size: 100% 100%; /* Firefox 3.6 */ -o-background-size: 100% 100%; /* Opera 9.5 */ -webkit-background-size: 100% 100%; /* Safari 3.0, Chrome */ background-size: 100% 100%; /* w3c, Firefox 4.0, ie9 */ } .page-login-v3 .panel{ background-color: <?php echo $ayarlar['renk']; ?>63 } .pembebuton { background-color: <?php echo $ayarlar['renk']; ?>; border-color: <?php echo $ayarlar['renk']; ?>; -webkit-box-shadow: none; box-shadow: none; color:white; } .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus{ color:white; padding: 5px; } .page-login-v3 form .form-material label{ color:white; } </style> </head> <body class=" page-login-v3 layout-full bg"> <div class="page vertical-align text-center" data-animsition-in="fade-in" data-animsition-out="fade-out">> <div class="page-content vertical-align-middle"> <div class="panel"> <div class="panel-body"> <div class="brand"> <img style="width: 100%;" class="brand-img" src="<?php echo site_url('uploads/'. $ayarlar['logo']); ?>" > <h2 style="color: white" class="brand-text font-size-18"><?php echo $ayarlar['title']; ?></h2> <br> </div> <?php echo form_open('login/login'); ?> <div class="form-group form-material" data-plugin="formMaterial" style="margin-top: -15%;"> <label class="control-label">Kullanıcı Adı</label> <input type="text" class="form-control empty" name="kulad" value=""> </div> <div class="form-group form-material " data-plugin="formMaterial"> <label class="control-label">Şifre</label> <input type="password" class="form-control empty" name="sifre" value=""> </div> <button type="submit" class="btn pembebuton btn-block btn-lg mt-40">Giriş</button> <?php echo form_close(); ?> <p class="mb-2 mt-4 text-muted"> <?php echo $hata; ?></p> </div> </div> <footer class="page-copyright page-copyright-inverse"> <p>SSA</p> <p>© 2021 Proje Yönetim Sistemi</p> </footer> </div> </div> </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