Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
require_once('inc_library.php');
/* Seccion exclusiva para usuarios autentificados */
Session::ForceLogin();
/* obtnemos el usuario actual */
$oCurrentAdministrador = Session::GetCurrentUser();
/* inicializamos contador */
$Section = 0;
$oCalendarios = new Calendarios();
$arrCalendarios = $oCalendarios->GetAll();
?>
<?php Modules::WriteClientFunctions(); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<?php include('include/head.inc.php'); ?>
<script language="javascript">
function Section(IdSection)
{
var Seccion = Get('Section_' + IdSection);
var lblSection = Get('lblSection_' + IdSection);
if (Seccion == undefined)
return false;
if (lblSection == undefined)
return false;
if (Seccion.style.display == '')
{
HideSection('Section_' + IdSection);
lblSection.innerText = '[+]';
}
else
{
ShowSection('Section_' + IdSection);
lblSection.innerText = '[-]';
}
return true;
}
</script>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10"> </td>
<td> </td>
<td width="10"> </td>
</tr>
<tr>
<td width="10"> </td>
<td class="bordeGrisFondo"><div align="center"><span class="tituloCategoriaMenu">MENU</span></div></td>
<td width="10"> </td>
</tr>
<tr>
<td width="10"> </td>
<td> </td>
<td width="10"> </td>
</tr>
<?php if ($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/usuarios.png"></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Administradores</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="administradores.php" target="mainFrame" class="linkMenu">Administradores</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if ($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/data.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Año Criollo</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="calendarios.php" target="mainFrame" class="linkMenu">Año Criollo</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) ||
($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::OrganizadorEvento)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/data.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Eventos Abiertos</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<tr>
<td height="15" class="Botonera"><a href="eventos_condiciones.php" target="mainFrame" class="linkMenu">Términos y Condiciones </a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="eventos_detalle_general.php" target="mainFrame" class="linkMenu">Crear Evento </a></td>
</tr>
<?php } ?>
<tr>
<td height="15" class="Botonera"><a href="eventos.php?Tipo=Vigentes" target="mainFrame" class="linkMenu">Eventos Abiertos </a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) ||
($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::CargadorResultados) ||
($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::OrganizadorEvento)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/evento_cerrado.jpg" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Eventos Cerrados</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="eventos_cerrados.php?Tipo=Cerrados" target="mainFrame" class="linkMenu">Eventos Cerrados </a></td>
</tr>
<?php if (($arrCalendarios) && ($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php foreach ($arrCalendarios as $oCalendario) { ?>
<tr>
<td height="15" class="Botonera">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="15" class="Botonera"> </td>
<td><li><a href="eventos_cerrados.php?Tipo=Cerrados&FilterEventoDesdeFecha=<?=$oCalendario->FechaDesde?>&FilterEventoHastaFecha=<?=$oCalendario->FechaHasta?>" target="mainFrame" class="linkMenu"><?=$oCalendario->Nombre?></a></li></td>
</tr>
</table>
</td>
</tr>
<?php } ?>
<?php }
if ($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)
{ ?>
<tr>
<td height="15" class="Botonera"><a href="inscripciones.php?Tipo=Cerrados" target="mainFrame" class="linkMenu">Reporte de Inscripciones</a></td>
</tr>
<?php
}
?>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/alerta.gif" width="16" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Alertas</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<?php
if ($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)
{ ?>
<tr>
<td height="15" class="Botonera"><a href="alertas.php" target="mainFrame" class="linkMenu">Alertas</a></td>
</tr>
<?php
}
?>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/premios.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Premios e Informes</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="premios.php" target="mainFrame" class="linkMenu">Premios e Informes</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="premios_puntajes.php" target="mainFrame" class="linkMenu">Puntajes</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="premios_rankings.php" target="mainFrame" class="linkMenu">Rankings</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="rodeos_ranking_analitico.php" target="mainFrame" class="linkMenu">Rodeos Ranking Analítico</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/funcionales.jpg"></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Funcionales</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="eventosfuncionalespruebas.php" target="mainFrame" class="linkMenu">Pruebas Funcionales</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/morfologicos.jpg" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Morfología</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="eventosmorfologicoscategorias.php" target="mainFrame" class="linkMenu">Categorias Morfológicas </a></td>
</tr>
<?php if ($arrCalendarios) { ?>
<?php foreach ($arrCalendarios as $oCalendario) { ?>
<tr>
<td height="15" class="Botonera">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="15" class="Botonera"> </td>
<td><li><a href="eventosmorfologicoscategorias.php?FilterDesdeFecha=<?=$oCalendario->FechaDesde?>&FilterHastaFecha=<?=$oCalendario->FechaHasta?>" target="mainFrame" class="linkMenu"><?=$oCalendario->Nombre?></a></li></td>
</tr>
</table>
</td>
</tr>
<?php } ?>
<?php } ?>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/morfologicos.jpg" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Animales</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="machos.php" target="mainFrame" class="linkMenu">Machos</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="hembras.php" target="mainFrame" class="linkMenu">Hembras</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="extranjeros.php" target="mainFrame" class="linkMenu">Extranjeros</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="castrados.php" target="mainFrame" class="linkMenu">Castrados</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) ||
($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::CargadorResultados)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/referencias.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Bases</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<!--<tr>
<td height="15" class="Botonera"><a href="jinetes.php" target="mainFrame" class="linkMenu">Jinetes </a></td>
</tr>-->
<tr>
<td height="15" class="Botonera"><a href="domadores.php" target="mainFrame" class="linkMenu">Domadores </a></td>
</tr>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<tr>
<td height="15" class="Botonera"><a href="no_socios.php" target="mainFrame" class="linkMenu">No Socios </a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="castrados.php" target="mainFrame" class="linkMenu">Castrados </a></td>
</tr>
<tr>
<td height="15" class="Botonera"><span><a href="funcionales_rechazados.php" target="mainFrame" class="linkMenu">Func. sin Inspección</a></span></td>
</tr>
<tr>
<td height="15" class="Botonera"><span><a href="funcionales_aprobados.php" target="mainFrame" class="linkMenu">Func. Aprobados</a></span></td>
</tr>
<tr>
<td height="15" class="Botonera"><span><a href="propietarios.php" target="mainFrame" class="linkMenu">Propietarios</a></span></td>
</tr>
<?php } ?>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Jinetes</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="jinetes.php" target="mainFrame" class="linkMenu">Jinetes </a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="jinetespagos.php" target="mainFrame" class="linkMenu">Pagos de Jinetes </a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="jinetescostos.php" target="mainFrame" class="linkMenu">Costos de Jinetes </a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Equipos</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="equipos.php" target="mainFrame" class="linkMenu">Equipos </a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador) ||
($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::CargadorResultados)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Autoridades</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="jurados.php" target="mainFrame" class="linkMenu">Jurados</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/referencias.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Elecciones</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="votacioneselecciones.php" target="mainFrame" class="linkMenu">Elecciones</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Usuarios</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="usuarios.php" target="mainFrame" class="linkMenu">Usuarios</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Socios</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="socios.php" target="mainFrame" class="linkMenu">Socios</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr style="display:none;">
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/roles.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Secretarios</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="secretarios.php" target="mainFrame" class="linkMenu">Secretarios</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr style="display:none;">
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php /* if (($oCurrentAdministrador->IdAdministrador == 2) || ($oCurrentAdministrador->IdAdministrador == 32)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/encuestas.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Encuestas</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="encuestas.php" target="mainFrame" class="linkMenu">Encuestas</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php }*/ ?>
<?php if (($oCurrentAdministrador->IdAdministradorPerfil == PerfilesAccc::Administrador)) { ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/adm_general.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Tablas Generales</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="provincias.php" target="mainFrame" class="linkMenu">Provincias</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="lugares.php" target="mainFrame" class="linkMenu">Lugares</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="departamentos.php" target="mainFrame" class="linkMenu">Departamentos</a></td>
</tr>
<tr>
<td height="15" class="Botonera"><a href="localidades.php" target="mainFrame" class="linkMenu">Localidades</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<?php } ?>
<?php $Section++; ?>
<tr>
<td width="10"> </td>
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris2">
<tr>
<td width="25" height="15" class="Botonera"><div align="center"><strong><img src="images/iconos/cuenta.png" ></strong></div></td>
<td height="15" class="Botonera"><strong class="tituloCategoriaMenu" style="cursor:pointer;" onClick="Section(<?=$Section?>);">Mi Cuenta</strong></td>
<td width="20" class="Botonera"><div align="center"><label id="lblSection_<?=$Section?>" style="cursor:pointer;" onClick="Section(<?=$Section?>);">[-]</label></div></td>
</tr>
<tr id="Section_<?=$Section?>">
<td height="15" class="Botonera"> </td>
<td height="15" class="Botonera">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="CajitaGris">
<tr>
<td height="15" class="Botonera"><a href="cuenta_contrasenia.php" target="mainFrame" class="linkMenu">Cambiar Contraseña</a></td>
</tr>
</table>
</td>
<td class="Botonera"> </td>
</tr>
</table>
</td>
<td width="10"> </td>
</tr>
<tr>
<td width="10" height="15"><div align="center"></div></td>
<td height="15">
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" id="linea12">
<tr>
<td height="1" background="images/linea_punteada.gif"><div align="center"><img src="/imagenes/spacer.gif" width="1" height="1"></div></td>
</tr>
</table>
</div>
</td>
<td width="10" height="15"><div align="center"></div></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td width="10"><p> </p></td>
<td><div align="center"><span class="Botonera"><a href="logout.php" target="_top"><img src="images/iconos/cerrar_sesion.jpg" border="0"></a></span></div></td>
<td width="10"> </td>
</tr>
<tr>
<td width="10"> </td>
<td> </td>
<td width="10"> </td>
</tr>
</table>
<script language="javascript">
for (var i=1; i<=<?=$Section?>;i++) Section(i);
</script>
</body>
</html>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat