* @link http://www.orfeolibre.org * @version SVN: $Id$ * @since */ /*---------------------------------------------------------+ | INCLUDES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | DEFINICIONES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | MAIN | +---------------------------------------------------------*/ /********************************************************************************* * Filename: devolver.php * Generated with CodeCharge 2.0.5 * PHP 4.0 build 11/30/2001 *********************************************************************************/ //------------------------------- // devolver CustomIncludes begin session_start(); include ("./common.php"); include ("./encabezado.php"); // devolver CustomIncludes end //------------------------------- //=============================== // Save Page and File Name available into variables //------------------------------- $sFileName = "devolver.php"; //=============================== //=============================== // devolver PageSecurity begin check_security(); // devolver PageSecurity end //=============================== //=============================== // devolver Open Event begin // devolver Open Event end //=============================== //=============================== // devolver OpenAnyPage Event start // devolver OpenAnyPage Event end //=============================== //=============================== //Save the name of the form and type of action into the variables //------------------------------- $sAction = get_param("FormAction"); $sForm = get_param("FormName"); //=============================== // devolver Show begin //=============================== // Perform the form's action //------------------------------- // Initialize error variables //------------------------------- $sPRESTAMOErr = ""; //------------------------------- // Select the FormAction //------------------------------- switch ($sForm) { case "PRESTAMO": D_PRESTAMO_action($sAction); break; } //=============================== //=============================== // Display page //=============================== // HTML Page layout //------------------------------- ?>