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