EVOLUTION-MANAGER
Edit File: pagos-ide.frm.php
<?php /** * @author Balam Gonzalez Luis Humberto * @version 1.0 * @package * * - * - */ //===================================================================================================== //=====> INICIO_H include_once("../core/go.login.inc.php"); include_once("../core/core.error.inc.php"); include_once("../core/core.html.inc.php"); include_once("../core/core.init.inc.php"); $theFile = __FILE__; $permiso = getSIPAKALPermissions($theFile); if($permiso === false){ header ("location:../404.php?i=999"); } $_SESSION["current_file"] = addslashes( $theFile ); //<===== FIN_H $iduser = $_SESSION["log_id"]; //===================================================================================================== include_once("../core/entidad.datos.php"); include_once("../core/core.deprecated.inc.php"); include_once("../core/core.fechas.inc.php"); include_once("../libs/sql.inc.php"); include_once("../core/core.config.inc.php"); include_once("../core/core.creditos.inc.php"); include_once("../core/core.captacion.inc.php"); include_once("../core/core.common.inc.php"); include_once("../core/core.html.inc.php"); include_once("../core/core.operaciones.inc.php"); //require_once("." . TINYAJAX_PATH . "/TinyAjax.php"); $oficial = elusuario($iduser); //$jxc = new TinyAjax(); //$jxc ->exportFunction('datos_del_pago', array('idsolicitud', 'idparcialidad'), "#iddatos_pago"); //$jxc ->process(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="<?php echo CSS_GENERAL_FILE; ?>" rel="stylesheet" type="text/css"> </head> <?php $jsb = new jsBasicForm("", iDE_CAPTACION); $jsb->show(); //$jxc ->drawJavaScript(false, true); ?> <body> <form name="" method="POST" action="./"> <fieldset> <legend><script> document.write(document.title); </script></legend> <table border='0' width='100%' > <tbody> <tr> <td></td> <td><input type='text' name='' value='' id="" /></td> <td></td> <td><input type='text' name='' value='' id="" /></td> </tr> </tbody> </table> </fieldset> </form> </body> <script > </script> </html>