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

Mister Spy

Current Path : /home/caballoscriollos/public_html/espanol/
Upload File :
Current File : /home/caballoscriollos/public_html/espanol/calendario_detalle.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"><!-- InstanceBegin template="/Templates/base_espanol.dwt.php" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Asociaci&oacute;n Criadores de Caballos Criollos</title>

<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
<link href="../css/basico_frontend.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#Institucional {
	position:absolute;
	width:119px;
	height:33;
	z-index:1;
	left: 456px;
	top: 324px;
	visibility: visible;
}
#SubInstitucional {
	position:absolute;
	width:127;
	height:2px;
	z-index:1;
	top: 39px;
	left: -17px;
}
#Formulario {
	position:absolute;
	width:124;
	height:33;
	z-index:2;
	visibility: visible;
}
#SubFormulario {
	position:absolute;
	width:129;
	height:11px;
	z-index:1;
	top: 22px;
	left: 31px;
	visibility: hidden;
}
#Ranking {
	position:absolute;
	width:168px;
	height:34px;
	z-index:2;
	visibility: visible;
}
#Subranking {
	position:absolute;
	width:129;
	height:115px;
	z-index:1;
	top: 23px;
	left: -6px;
	visibility: hidden;
}
#Clasificatoria {
	position:absolute;
	width:114px;
	height:34px;
	z-index:3;
	visibility: visible;
}
#SubClasificatoria {
	position:absolute;
	width:118px;
	height:115px;
	z-index:4;
	left: 16px;
	top: 23px;
	visibility: hidden;
}
#Premios {
	position:absolute;
	width:79px;
	height:32px;
	z-index:4;
	visibility: visible;
}
#SubPremios {
	position:absolute;
	width:80px;
	height:22px;
	z-index:5;
	top: 23px;
	visibility: hidden;
	left: 13px;
}
#Institucional {
	position:absolute;
	width:236px;
	height:24px;
	z-index:5;
}
#Institucional {
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
}
#Institucional {
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
}
#institucional {
	position:absolute;
	width:178;
	height:19;
	z-index:9;
	visibility: visible;
}
#subinstitucional {
	position:absolute;
	width:130px;
	height:115px;
	z-index:1;
	visibility: hidden;
	top: 0px;
	left: 150px;
}
#reglamentos {
	position:absolute;
	width:178;
	height:20;
	z-index:6;
	visibility: visible;
}
#subregalmentos {
	position:absolute;
	width:129px;
	height:115px;
	z-index:7;
	left: 150px;
	top: 0;
	visibility: hidden;
}
#Galeria {
	position:absolute;
	width:237;
	height:19;
	z-index:8;
	visibility: visible;
}
#subGaleria {
	position:absolute;
	width:129;
	height:51px;
	z-index:1;
	left: 170;
	visibility: visible;
	top: 0;
}
#galeria {
	position:absolute;
	width:237;
	height:19;
	z-index:8;
	visibility: visible;
}
#subgaleria {
	position:absolute;
	width:129;
	height:69;
	z-index:1;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:7;
}
#galeria {
	position:absolute;
	width:178;
	height:19;
	z-index:8;
}
#subgaleria {
	position:absolute;
	width:131px;
	height:60;
	z-index:1;
	visibility: hidden;
	left: 150px;
	top: 0px;
}

-->
</style>
<script type="text/JavaScript">
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->
</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>
<div align="center"><?php include("ssi_cabezal.php"); ?></div>
<table width="942" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="20" class="FondoBlanco"><div align="center"></div></td>
    <td><div align="center"><!-- InstanceBeginEditable name="Flash" --><!-- InstanceEndEditable --></div></td>
    <td width="20" class="FondoBlanco"><div align="center"></div></td>
  </tr>
</table>
<?php include("ssi_botonera_nueva.php"); ?>
<table width="942" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="20" height="20" class="FondoBlanco">&nbsp;</td>
    <td height="20" class="FondoBlanco">&nbsp;</td>
    <td width="20" height="20" class="FondoBlanco">&nbsp;</td>
  </tr>
  <tr>
    <td width="20" class="FondoBlanco">&nbsp;</td>
    <td class="FondoBlanco"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><!-- InstanceBeginEditable name="Contenido" -->
        
        	<script language="javascript">
			function VerMas()
			{
				window.open('calendario_info.php?calendarioID=<?=$calendarioID?>', '', 'width=800,height=600');				
			}
			</script>
        
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
  		<td>
    		<div align="left">
        		<table width="80%"  border="0" align="center" cellpadding="4" cellspacing="0">
            		<tr>
                		<td class="bordeGris">
                            <table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td width="10" valign="top">&nbsp;</td>
                                    <td height="18" valign="top"><div align="right" class="fecha"><div align="left" class="fechaNoticia"><?php echo CambiarFecha($oCalendario->fecha_desde) . ' - ' . CambiarFecha($oCalendario->fecha_hasta); ?></div></div></td>
                                    <td width="10" valign="top">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10" class="TituloNoticia">&nbsp;</td>
                                    <td class="TituloNoticia"><strong class="tituloNoticia"><?php echo $oCalendario->tipo . ' - ' . $oCalendario->nombre; ?></strong></td>
                                    <td width="10" class="TituloNoticia">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td height="20">
                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                            <tr>
                                                <td height="1" background="images/linea_punteada_vertical.gif"><div align="center"></div></td>
                                            </tr>
                                        </table>
                                    </td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td>
                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                        
                                            <?php if ($oCalendario->fecha_cierre != '') { ?>
                                            <tr>
                                                <td width="21%"><span class="fechaNoticia">Cierre de Inscripci&oacute;n:</span></td>
                                                <td width="79%"><span class="fechaNoticia"><?php echo CambiarFecha($oCalendario->fecha_cierre); ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                        
                                            <?php if ($oCalendario->lugar != '') { ?>
                                            <tr>
                                                <td><span class="fechaNoticia">Lugar:</span></td>
                                                <td><span class="fechaNoticia"><?php echo $oCalendario->lugar; ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                                            
                                            <?php if ($oCalendario->region != '') { ?>
                                            <tr>
                                                <td><span class="fechaNoticia">Regi&oacute;n:</span></td>
                                                <td><span class="fechaNoticia"><?php echo $oCalendario->region; ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                        
                                            <?php if ($Pruebas != '') { ?>
                                            <tr>
                                                <td><span class="fechaNoticia">Competencias:</span></td>
                                                <td><span class="fechaNoticia"><?php echo $Pruebas; ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                        
                                            <?php if ($oCalendario->jurado != '') { ?>
                                            <tr>
                                                <td><span class="fechaNoticia">Jurado:</span></td>
                                                <td><span class="fechaNoticia"><?php echo $oCalendario->jurado; ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>
                        
                                            <?php if ($oCalendario->renspa != '') { ?>
                                            <tr>
                                                <td><span class="fechaNoticia">RENSPA:</span></td>
                                                <td><span class="fechaNoticia"><?php echo $oCalendario->renspa; ?></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
                                            <?php } ?>

		  									<?php if ($oCalendario->archivo != ''){ ?>
                                            <tr>
                                                <td><span class="fechaNoticia">Cat&aacute;logo:</span></td>
                                                <td><span class="fechaNoticia"><a href='../_recursos/calendarios/archivos/<?=$oCalendario->archivo?>' target="_blank"><?=$oCalendario->archivo?></a></span></td>
                                            </tr>
                                            <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                            </tr>
		  									<?php } ?>
                        
                                        </table>
                                    </td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                            
                                <?php if ($oCalendario->programa != '') { ?>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td>&nbsp;</td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <?php } ?>
                                
                                <?php if ($oCalendario->hoteles != '') { ?>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td>&nbsp;</td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <?php } ?>

                                <?php if ($oCalendario->informacion != '') { ?>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td>&nbsp;</td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <?php } ?>

                                <?php if ($oCalendario->como_llegar != '') { ?>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <td>&nbsp;</td>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <?php } ?>

                                <?php if ($oCalendario->resultados != '') { ?>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td width="10">&nbsp;</td>
                                    <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>
                                    <td width="10">&nbsp;</td>
                                </tr>
                                <?php } ?>

                    		</table>						
                		</td>
            		</tr>
        		</table>
    		</div>
  		</td>
	</tr>
	<tr valign="bottom">
  		<td height="40"><div align="right"><a href="javascript:history.back();" class="linkVolver">[volver]</a></div></td>
	</tr>
</table>
          
          
        <!-- InstanceEndEditable --></td>
        <td width="20" valign="top">&nbsp;</td>
<td width="130" valign="top" class="fondoGris1"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr class="FondoBlanco">
              <td height="40" valign="top" class="bordeGrisInf">                <div align="left" class="tituloNoticia"><a href="cabanias.php" class="linkMenu">Directorio de caba&ntilde;as</a></div></td></tr>
            <tr class="FondoBlanco">
              <td valign="top">&nbsp;</td>
            </tr>
            <tr>
              <td valign="top"><div align="center">
                  <?php include("ssi_cabanias.php"); ?>
              </div></td>
            </tr>
            <tr>
              <td valign="top">&nbsp;</td>
            </tr>
        </table></td>
        </tr>
    </table></td>
    <td width="20" class="FondoBlanco">&nbsp;</td>
  </tr>
  <tr>
    <td width="20" class="FondoBlanco">&nbsp;</td>
    <td class="FondoBlanco">&nbsp;</td>
    <td width="20" class="FondoBlanco">&nbsp;</td>
  </tr>
</table>
<?php include("ssi_pie.php"); ?>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25020972-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</body>
<!-- InstanceEnd --></html>

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