Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/www/espanol/
Upload File :
Current File : /home/caballoscriollos/www/espanol/calendario_detalle_pop_07_11.php

<?php

require_once('inc_library.php'); 

/* obtiene datos del formulario */
$calendarioID = intval($_REQUEST['calendarioID']);

/* declaracion de variables */
$oCalendarios 		= new ContenidoCalendarios();
$oCalendarioPruebas = new ContenidoCalendarioPruebas();

/* verifica si existe el registro */
if (!$oCalendario = $oCalendarios->GetById($calendarioID))
	exit;

/* obtenemos las pruebas funcionales seleccionadas */
$arrPruebasFuncionales = $oCalendarioPruebas->GetAllByContenidoCalendario($oCalendario);

$Pruebas = '';

foreach ($arrPruebasFuncionales as $oContenidoCalendarioPrueba)
	$Pruebas.= $oContenidoCalendarioPrueba->prueba_funcional . '<br />';


?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../css/basico_backend.css" rel="stylesheet" type="text/css">

<script language="javascript">
function VerMas()
{
	window.open('calendario_info.php?calendarioID=<?=$calendarioID?>', '', 'width=800,height=600');				
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112666274-1"></script>

<script>

  window.dataLayer = window.dataLayer || [];

  function gtag(){dataLayer.push(arguments);}

  gtag('js', new Date());

 

  gtag('config', 'UA-112666274-1');

</script>
</head>
<body>

<style type="text/css">
<!--

.TituloPrincipal {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1.5px;
}

.botonBasico 		
{ 
	font-size: 11px; 
	color: #FFFFFF; 
	height: 20px; 
	background-color: #750809; 
	width:110px; 
	border: 0px none #FFFFFF; 
	font-weight: bold;
}

-->
</style>

<table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td>&nbsp;</td>
	</tr>
</table>
<table width="95%"  border="0" align="center" cellpadding="0" cellspacing="0" class="bordeGris">
    <tr>
    	<td background="images/accc_fondo_botonera.png">
        	<table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                <tr valign="middle">
                    <td width="10" height="31">&nbsp;</td>
                    <td height="31" class="TituloPrincipal">Detalle del Evento '<?=$oCalendario->nombre?>'</td>
                </tr>
		    </table>
       	</td>
    </tr>
	<tr>
		<td valign="top">&nbsp;</td>
	</tr>
	<tr>
		<td>
		  	<div align="center">
				<table width="80%"  border="0" align="center" cellpadding="4" cellspacing="0">
					<tr>
						<td class="bordeGris">
							<table width="90%"  border="0" align="center" cellpadding="0" cellspacing="0">
                            	<tr>
                                	<td>
                                    	<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td width="221">&nbsp;</td>
                                                <td width="15">&nbsp;</td>
                                                <td width="464">&nbsp;</td>
                                            </tr>
                                            <tr>
                                                <td height="20"><div align="right"><strong>Evento:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->nombre?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Tipo de Evento:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->tipo?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Fecha Desde:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=CambiarFecha($oCalendario->fecha_desde)?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Fecha Hasta:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=CambiarFecha($oCalendario->fecha_hasta)?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Cierre de Inscripci&oacute;n:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=CambiarFecha($oCalendario->fecha_cierre)?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Lugar:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->lugar?></div>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td height="25"><div align="right"><strong>Regi&oacute;n:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->region?></div>
                                                </td>
                                            </tr>
                                            
                                            <?php if ($Pruebas != '') { ?>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
											</tr>                                            
                                            <tr>
                                                <td height="25" valign="top"><div align="right"><strong>Competencias:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$Pruebas?></div>
                                                </td>
                                            </tr>
                                            <?php } ?>
                                            
                                            <?php if ($oCalendario->jurado != '') { ?>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
											</tr>                                            
                                            <tr>
                                                <td height="25" valign="top"><div align="right"><strong>Jurado:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->jurado?></div>
                                                </td>
                                            </tr>
                                            <?php } ?>
                                            
                                            <?php if ($oCalendario->renspa != '') { ?>
                                            <tr>
                                                <td height="25"><div align="right"><strong>RENSPA:</strong></div></td>
                                                <td>&nbsp;</td>
                                                <td>
                                                    <div align="left"><?=$oCalendario->renspa?></div>
                                                </td>
                                            </tr>
                                            <?php } ?>
                                            
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                       	</table>
                                   	</td>
                              	</tr>
                                <tr>
                                	<td>
                                    	<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
                                        
                                        	<?php if ($oCalendario->programa != '') { ?>
                                            <tr>
                                                <td background="images/accc_fondo_botonera.png">
                                                    <table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                                                        <tr valign="middle">
                                                            <td width="10" height="31">&nbsp;</td>
                                                            <td height="31" class="TituloPrincipal">Programa</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td class="bordeGris">
                                                    <table width="90%" border="0" cellpadding="0" cellspacing="0">
                                                        <tr>
                                                        	<td>&nbsp;</td>
                                                            <td><div align="left"><?=$oCalendario->programa?></div></td>
                                                        	<td>&nbsp;</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                                            
                                        	<?php if ($oCalendario->hoteles != '') { ?>
                                            <tr>
                                                <td background="images/accc_fondo_botonera.png">
                                                    <table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                                                        <tr valign="middle">
                                                            <td width="10" height="31">&nbsp;</td>
                                                            <td height="31" class="TituloPrincipal">Hoteles</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td class="bordeGris">
                                                    <table width="90%" border="0" cellpadding="0" cellspacing="0">
                                                        <tr>
                                                        	<td>&nbsp;</td>
                                                            <td><div align="left"><?=$oCalendario->hoteles?></div></td>
                                                        	<td>&nbsp;</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>

                                        	<?php if ($oCalendario->informacion != '') { ?>
                                            <tr>
                                                <td background="images/accc_fondo_botonera.png">
                                                    <table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                                                        <tr valign="middle">
                                                            <td width="10" height="31">&nbsp;</td>
                                                            <td height="31" class="TituloPrincipal">Informaci&oacute;n adicional</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td class="bordeGris">
                                                    <table width="90%" border="0" cellpadding="0" cellspacing="0">
                                                        <tr>
                                                        	<td>&nbsp;</td>
                                                            <td><div align="left"><?=$oCalendario->informacion?></div></td>
                                                        	<td>&nbsp;</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>

                                        	<?php if ($oCalendario->como_llegar != '') { ?>
                                            <tr>
                                                <td background="images/accc_fondo_botonera.png">
                                                    <table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                                                        <tr valign="middle">
                                                            <td width="10" height="31">&nbsp;</td>
                                                            <td height="31" class="TituloPrincipal">C&oacute;mo llegar</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td class="bordeGris">
                                                    <table width="90%" border="0" cellpadding="0" cellspacing="0">
                                                        <tr>
                                                        	<td>&nbsp;</td>
                                                            <td><div align="left"><?=$oCalendario->como_llegar?></div></td>
                                                        	<td>&nbsp;</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>

                                        	<?php if ($oCalendario->resultados != '') { ?>
                                            <tr>
                                                <td background="images/accc_fondo_botonera.png">
                                                    <table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
                                                        <tr valign="middle">
                                                            <td width="10" height="31">&nbsp;</td>
                                                            <td height="31" class="TituloPrincipal">Resultados</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <tr>
                                                <td class="bordeGris">
                                                    <table width="90%" border="0" cellpadding="0" cellspacing="0">
                                                        <tr>
                                                        	<td>&nbsp;</td>
                                                            <td><div align="left"><?=$oCalendario->resultados?></div></td>
                                                        	<td>&nbsp;</td>
                                                        </tr>
                                                    </table>
                                                </td>
                                            </tr>
                                            <?php } ?>

                                        </table>
                                    </td>
                                </tr>
						  	</table>						
						</td>
					</tr>
				</table>
		  	</div>
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
</table>

</body>
</html>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat