ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:30.9 GB of 70.42 GB (43.88%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ http/ mail.1/ plugins/ kolab_folders/ - drwxrwxr-x

Directory:
Viewing file:     kolab_folders.js (2.42 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/**
 * Client script for the Kolab folder management/listing extension
 *
 * @version 0.3
 * @author Aleksander Machniak <machniak@kolabsys.com>
 *
 * Copyright (C) 2011, Kolab Systems AG <contact@kolabsys.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * Additional permission is granted to distribute and use this file under
 * the terms of the GNU General Public License Version 2 in conjunction with
 * the Roundcube Web Mailer Version 0.7 as distributed by the Roundcube
 * Community (http://roundcube.net).
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

$(document).ready(function() {
    // IE doesn't allow setting OPTION's display/visibility
    // We'll need to remove SELECT's options, see below
    if (bw.ie) {
        rcmail.env.subtype_html = $('#_subtype').html();
    }

    // Add onchange handler for folder type SELECT, and call it on form init
    $('#_ctype').change(function() {
        var type = $(this).val(),
            sub = $('#_subtype'),
            subtype = sub.val();

        // For IE we need to revert the whole SELECT to the original state
        if (bw.ie) {
            sub.html(rcmail.env.subtype_html).val(subtype);
        }

        // For non-mail folders we must hide mail-specific subtypes
        $('option', sub).each(function() {
            var opt = $(this), val = opt.val();
            if (val == '')
                return;
            // there's no mail.default
            if (val == 'default' && type != 'mail') {
                opt.show();
                return;
            };

            if (type == 'mail' && val != 'default')
                opt.show();
            else if (bw.ie)
                opt.remove();
            else
                opt.hide();
        });

        // And re-set subtype
        if (type != 'mail' && subtype != '' && subtype != 'default') {
            sub.val('');
        }
    }).change();
});
Command:
Quick Commands:
Upload:
[OK] Max size: 100MB
PHP Filesystem: <@ Ú
Search File:
regexp
Create File:
Overwrite [OK]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.1813 seconds