/**
* @program: ABCD - ABCD-Central - http://reddes.bvsaude.org/projects/abcd
* @copyright: Copyright (C) 2009 BIREME/PAHO/WHO - VLIR/UOS
* @file: menu_statistics.php
* @desc: Statistics menu for circulation module
* @author: Guilda Ascencio
* @since: 20091203
* @version: 1.0
*
* == BEGIN LICENSE ==
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
";
// EXTRACCIÓN DEL NOMBRE DE LA BASE DE DATOS
if (strpos($arrHttp["base"],"|")===false){
} else{
$ix=strpos($arrHttp["base"],'^b');
$arrHttp["base"]=substr($arrHttp["base"],2,$ix-2);
}
// ENCABEZAMIENTO HTML Y ARCHIVOS DE ESTILO
include("../common/header.php");
// INCLUSION DE LOS SCRIPTS
?>