📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
butikv1.demodesign.com.tr
/
vendor
/
fileinput
/
themes
/
explorer
📝
theme.js
← Geri Dön
/*! * bootstrap-fileinput v5.1.4 * http://plugins.krajee.com/file-input * * Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`. * * Author: Kartik Visweswaran * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com * * Licensed under the BSD-3-Clause * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md */ (function ($) { "use strict"; $.fn.fileinputThemes.explorer = { layoutTemplates: { footer: '<div class="file-details-cell">' + '<div class="explorer-caption" title="{caption}">{caption}</div> ' + '{size}{progress}' + '</div>' + '<div class="file-actions-cell">{indicator} {actions}</div>', actions: '{drag}\n' + '<div class="file-actions">\n' + ' <div class="file-footer-buttons">\n' + ' {upload} {download} {delete} {zoom} {other} ' + ' </div>\n' + '</div>', }, previewSettings: { html: {width: "100px", height: "60px"}, text: {width: "100px", height: "60px"}, video: {width: "auto", height: "60px"}, audio: {width: "auto", height: "60px"}, flash: {width: "100%", height: "60px"}, object: {width: "100%", height: "60px"}, pdf: {width: "100px", height: "60px"}, other: {width: "100%", height: "60px"} }, frameClass: 'explorer-frame' }; })(window.jQuery);
💾 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