📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
otogaleriscripti.demodesign.com.tr
/
panel
/
inc
📝
footer.php
← Geri Dön
<!-- Page Footer Start --> <!--================================--> <footer class="page-footer"> <div class="pd-t-4 pd-b-0 pd-x-20"> <div class="tx-10 tx-uppercase"> <p class="pd-y-10 mb-0">Copyright© 2020 | Tüm Hakları Saklıdır. | <a href="https://parstech.com.tr" target="_blank">ParsTech - Yazılım & Otomasyon Sistemleri</a> | 0 <b>850</b> 303 6 183 - 0 <b>544</b> 573 6 183</p> </div> </div> </footer> <!--/ Page Footer End --> </div> <!--/ Page Content End --> </div> <!--/ Page Container End --> <!--================================--> <!-- Scroll To Top Start--> <!--================================--> <a href="#" data-click="scroll-top" class="btn-scroll-top fade"><i class="fa fa-arrow-up"></i></a> <!--/ Scroll To Top End --> <!--================================--> <!-- Setting Sidebar Start --> <!--================================--> </div> <!--/ Setting Sidebar End --> <!--================================--> <!-- Demo Sidebar Start --> <!--================================--> <!--/ Demo Sidebar End --> <!--================================--> <!-- Footer Script --> <!--================================--> <script src="assets/plugins/jquery/jquery.min.js"></script> <script src="assets/plugins/jquery-ui/jquery-ui.js"></script> <script src="assets/plugins/popper/popper.js"></script> <script src="assets/plugins/feather-icon/feather.min.js"></script> <script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script> <script src="assets/plugins/pace/pace.min.js"></script> <script src="assets/plugins/toastr/toastr.min.js"></script> <script src="assets/plugins/countup/counterup.min.js"></script> <script src="assets/plugins/waypoints/waypoints.min.js"></script> <script src="assets/plugins/chartjs/chartjs.js"></script> <script src="assets/plugins/apex-chart/apexcharts.min.js"></script> <script src="assets/plugins/apex-chart/irregular-data-series.js"></script> <script src="assets/plugins/simpler-sidebar/jquery.simpler-sidebar.min.js"></script> <script src="assets/js/dashboard/sales-dashboard-init.js"></script> <script src="assets/js/jquery.slimscroll.min.js"></script> <script src="assets/js/highlight.min.js"></script> <script src="assets/js/app.js"></script> <script src="assets/plugins/dropify/js/dropify.min.js"></script> <script src="assets/js/custom.js"></script> <script src="assets/plugins/datatables/jquery.dataTables.min.js"></script> <script src="assets/plugins/datatables/responsive/dataTables.responsive.js"></script> <script src="assets/plugins/datatables/extensions/dataTables.jqueryui.min.js"></script> <script src="assets/plugins/jquery-minicolors/jquery.minicolors.min.js"></script> <script src="assets/plugins/formatter/jquery.formatter.min.js"></script> <script src="assets/js/dashboard/social-dashboard-init.js"></script> <script> // Date Style 1 $('#date-input-1').formatter({ 'pattern': '{{99}}/{{99}}/{{9999}}', 'persistent': true }); // Date Style 2 $('#date-input-2').formatter({ 'pattern': '{{9999}}-{{99}}-{{99}}', 'persistent': true }); // Time Input $('#time-input').formatter({ 'pattern': '{{99}}:{{99}}:{{99}}', 'persistent': true }); // Date & Time Input $('#date-time-input').formatter({ 'pattern': 'Date: {{99}}/{{99}}/{{9999}}, Time: {{99}}:{{99}}:{{99}}', 'persistent': true }); // Phone Style 1 $('#phone-input-1').formatter({ 'pattern': '({{999}}) {{999}} {{9999}}', 'persistent': true }); // Phone Style 1 $('#phone-input-2').formatter({ 'pattern': '({{999}}) {{999}} {{9999}}', 'persistent': true }); // Phone Style 1 $('#phone-input-3').formatter({ 'pattern': '({{999}}) {{999}} {{9999}}', 'persistent': true }); // Percentage Input $('#percentage-input').formatter({ 'pattern': '{{99}}.{{99}}%', 'persistent': true }); // Price Input $('#price-input').formatter({ 'pattern': '$ {{9999}}.{{99}}', 'persistent': true }); // Username Input $('#username-input').formatter({ 'pattern': '{{aaaaaaaaaaaa}}', 'persistent': true }); // SSN Input $('#ssn-input').formatter({ 'pattern': '{{999}}-{{999}}-{{9999}}', 'persistent': true }); // Credit Card Input $('#credit-input').formatter({ 'pattern': '{{9999}}-{{9999}}-{{9999}}-{{9999}}', 'persistent': true }); // Pin Input $('#pin-input').formatter({ 'pattern': '{{****}}-{{****}}-{{****}}-{{****}}', 'persistent': true }); </script> <script> $(document).ready( function() { $('.demo').each( function() { $(this).minicolors({ control: $(this).attr('data-control') || 'hue', defaultValue: $(this).attr('data-defaultValue') || '', format: $(this).attr('data-format') || 'hex', keywords: $(this).attr('data-keywords') || '', inline: $(this).attr('data-inline') === 'true', letterCase: $(this).attr('data-letterCase') || 'lowercase', opacity: $(this).attr('data-opacity'), position: $(this).attr('data-position') || 'bottom left', swatches: $(this).attr('data-swatches') ? $(this).attr('data-swatches').split('|') : [], change: function(hex, opacity) { var log; try { log = hex ? hex : 'transparent'; if( opacity ) log += ', ' + opacity; console.log(log); } catch(e) {} }, theme: 'default' }); }); }); </script> <script> $('.dropify').dropify({ messages: { 'default': 'Bir dosyayı yüklemek için sürükleyin yada seçin', 'replace': 'Değiştirmek için dosyayı sürükleyin yada seçin', 'remove': 'Sil', 'error': 'Bilinmeyen bir hata oluştu, dosya büyüklüğü limiti aşıyor olabilir yada izin verilmeyen dosya tipi olabilir.' } }); </script> <script> // Basic DataTable $('#basicDataTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' } }); // No Style DataTable $('#noStyleedTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' } }); // Cell Border DataTable $('#cellBorder').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' } }); // Compact DataTable $('#compactTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' } }); // Hoverable DataTable $('#hoverTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' } }); // Hoverable DataTable $('#orderActiveTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' }, "order": [[ 1, "desc" ]] }); // Scrollable Table DataTable $('#scrollableTable').DataTable({ responsive: true, language: { searchPlaceholder: 'Ara...', sSearch: '' }, "order": [[ 1, "desc" ]], "scrollY": "250px", "scrollCollapse": true, "paging": false }); </script> <script> // Example starter JavaScript for disabling form submissions if there are invalid fields (function() { 'use strict'; window.addEventListener('load', function() { // Fetch all the forms we want to apply custom Bootstrap validation styles to var forms = document.getElementsByClassName('needs-validation'); // Loop over them and prevent submission var validation = Array.prototype.filter.call(forms, function(form) { form.addEventListener('submit', function(event) { if (form.checkValidity() === false) { event.preventDefault(); event.stopPropagation(); } form.classList.add('was-validated'); }, false); }); }, false); })(); </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