示例#1
0
  <tr>
   <td valign="top">
 <?php 
Form1_show();
?>
   
   </td>
  </tr>
 </table>

 <table>
  <tr>
   
   <td valign="top">
<?php 
PRESTAMO_show();
?>
    
   </td>
  </tr>
 </table>


</body>
</html>
<?php 
// prestamoMasivo Show end
//===============================
// prestamoMasivo Close Event begin
// prestamoMasivo Close Event end
//===============================
示例#2
0
   <html>
      <head>
         <title>Prestamos ORFEO</title>
         <link rel="stylesheet" href="../estilos/orfeo.css" type="text/css">
      </head>
      <body class="PageBODY">
         <table align="center">
            <tr>
               <td valign="top"><?php 
ESTADO_PRESTAMO_show();
?>
</td>
            </tr>
            <tr>
               <td valign="top"><?php 
PRESTAMO_show($estadoTx);
?>
</td>
            </tr>
         </table>
      </body>
   </html>
<?php 
//-------------------------------
//===============================
// verMensaje($nombTx,$fecha) begin
//                            Presenta el mensaje con el resumen de la acci�n
//                            ejecutada: cancelaci�n, prestamo, devoluci�n, etc.
//-------------------------------
function verMensaje($nombTx, $fecha)
{