📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv8.demodesign.com.tr
/
xpanel
📝
dil-duzenle.php
← Geri Dön
<?php $blok="genel-yonetim"; $sayfa="dil-islemleri"; ?> <?php include 'inc/header.php';?> <?php include 'inc/sidebar.php';?> <?php include 'inc/navbar.php';?> <!-- Page Inner Start --> <!--================================--> <div class="page-inner"> <!-- Main Wrapper --> <div id="main-wrapper"> <!--================================--> <!-- Breadcrumb Start --> <!--================================--> <div class="pageheader pd-t-25 pd-b-35"> <div class="pd-t-5 pd-b-5"> <h1 class="pd-0 mg-0 tx-20"><?php echo $dil["dil_duzenle"];?></h1> </div> <div class="breadcrumb pd-0 mg-0"> <a class="breadcrumb-item" href="index.php"> <?php echo $dil["anasayfa"];?></a> <span class="breadcrumb-item active"><?php echo $dil["dil_duzenle"];?></span> </div> </div> <!--/ Breadcrumb End --> <!--================================--> <!--/ Orta Alanın Başlangıç Noktası --> <div class="row row-xs clearfix"> <!--================================--> <!-- Code Editor - Basic example Start --> <!--================================--> <div class="col-md-12 col-lg-12"> <div class="card mg-b-20"> <div class="card-header"> <h4 class="card-header-title"> <?php echo $dil["dil_duzenle"];?> </h4> <div class="card-header-btn"> <a href="#" data-toggle="collapse" class="btn card-collapse" data-target="#collapse1" aria-expanded="true"><i class="ion-ios-arrow-down"></i></a> <a href="#" data-toggle="refresh" class="btn card-refresh"><i class="ion-android-refresh"></i></a> <a href="#" data-toggle="expand" class="btn card-expand"><i class="ion-android-expand"></i></a> <a href="#" data-toggle="remove" class="btn card-remove"><i class="ion-android-close"></i></a> </div> </div> <div class="card-body collapse show" id="collapse1"> <p class="m-b-lg"> <strong>CodeMirror</strong> is a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and comes with a number of language modes and addons that implement more advanced editing functionality. </p> <textarea id="code1"> // For demo purpose - animation css script function animationHover(element, animation){ element = $(element); element.hover( function(){ element.addClass('animated ' + animation); }, function(){ //wait for animation to finish before removing classes window.setTimeout( function(){ element.removeClass('animated ' + animation); }, 2000); }); } </textarea> </div> </div> </div> <!--/ Code Editor - Basic example End --> <!--================================--> </div> </div> <!--/ Main Wrapper End --> </div> <!--/ Page Inner End --> <?php include 'inc/footer.php';?>
💾 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