Sindbad~EG File Manager

Current Path : /home/escuelai/www/biblioteca.escuelaintegral.edu.uy/javascript/
Upload File :
Current File : /home/escuelai/www/biblioteca.escuelaintegral.edu.uy/javascript/classementGen.js

/* +-------------------------------------------------+
// � 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: classementGen.js,v 1.4 2021/06/21 14:20:42 dgoron Exp $ */

require(["dojo/request"], function(request) {
    function classementGen_save(object_type, object_id, url_callback){
        var id = 'classementGen_' + object_type + '_' + object_id;
        var classement = document.getElementById(id).value;
        request.post('./ajax.php?module=ajax&categ=classementGen&action=update',{
            data : {
                object_type: object_type,
                object_id : object_id,
                classement_libelle : classement
            }
        }).then(function(data){
            if (url_callback) {
                window.location=url_callback;
            } else {
            	window.location.reload();
            }
        });
    }
    window.classementGen_save = classementGen_save;
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists