* @link http://www.orfeolibre.org * @version SVN: $Id$ * @since */ /*---------------------------------------------------------+ | INCLUDES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | DEFINICIONES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | MAIN | +---------------------------------------------------------*/ //******************************************************************************** //=============================== // Display Menu Form //------------------------------- function Form1_show() { global $db; global $styles; $sFormTitle = ""; //------------------------------- // Form1 Open Event begin // Form1 Open Event end //------------------------------- //------------------------------- // Set URLs //------------------------------- $fldpedidos = "pedidos.php"; $flddevolver = "devolucion.php"; $fldbusquedas = "busquedas.php"; $fldsalir = "login.php"; $fldprestamoMasivo = "usuarioMasivo.php"; $flddevolucionMasivo = "usuarioDevMasivo.php"; $fldcancelarAntiguos = "cancelarAntiguos.php"; //------------------------------- // Form1 Show begin //------------------------------- //------------------------------- // Form1 BeforeShow Event begin // Form1 BeforeShow Event end //------------------------------- //------------------------------- // Show fields //------------------------------- ?>
Ver Solicitados | Prestamo Masivo | Ver Prestados | Devolucion Masiva | Búsquedas | Cancelar Antiguos | Salida Segura |