コード例 #1
0
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
-->
</style></head>

<body>
<p>
<?php
require_once("../shared/class_folder/grid_param.php");
require_once("class_folder/sigesp_scb_c_progpago_creditos.php");
$io_scb  = new sigesp_scb_c_progpago_creditos("../");
$io_grid = new grid_param();
$li_totrows = 0;
$ls_rutfil = $_GET["rutfil"];

$la_rowgri[1]  = "Nro. Solicitud";
$la_rowgri[2]  = "Beneficiario";
$la_rowgri[3]  = "Monto";
$la_rowgri[4]  = "Fecha Liquidación";
$la_object     = $io_scb->uf_load_solicitudes_pago($ls_rutfil,$li_totrows);
?>
</p>
<form id="sigesp_scb_cat_solicitudes_desembolso.php" name="form1" method="post" action="">
  <table width="364" border="0" align="center" cellpadding="0" cellspacing="0" class="formato-blanco">
    <tr class="sin-borde">
      <td height="11" colspan="6">&nbsp;</td>
コード例 #2
0
  </tr>
  <tr>
    <td height="13" colspan="12" class="toolbar"></td>
  </tr>
  <tr>
    <td class="toolbar" width="20"><a href="javascript: uf_procesar_programacion();"><img src="../shared/imagebank/tools20/ejecutar.gif" alt="Grabar" width="20" height="20" border="0" /></a></td>
    <td class="toolbar" width="22"><div align="center"><a href="javascript: ue_cerrar();"><img src="../shared/imagebank/tools20/salir.gif" alt="Salir" width="20" height="20" border="0"></a></div></td>
    <td class="toolbar" width="27"><div align="center"><img src="../shared/imagebank/tools20/ayuda.gif" alt="Ayuda" width="20" height="20"></div></td>
    <td class="toolbar" width="689">&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
<?php
require_once("../shared/class_folder/grid_param.php");
require_once("class_folder/sigesp_scb_c_progpago_creditos.php");
$io_scb  = new sigesp_scb_c_progpago_creditos("../");
$io_grid = new grid_param();

uf_limpiar_variables();
switch ($ls_operacion){
  case 'CARGAR_DT':
	uf_load_variables();
	$la_object = $io_scb->uf_load_detalles_desembolso($ls_rutfil.'/'.$ls_filnam,$li_totrows);
  break;
  case 'PROCESAR':
    uf_load_variables();
	uf_load_grid($li_totrows,$la_object);
	$lb_valido = $io_scb->uf_procesar_programacion($ls_rutfil.'/'.$ls_filnam,$li_totrows,$la_seguridad);
  break;
}
?>