| include('includes/menu.inc.php'); ?> |
 |
|
|
|
| |
|
|
|
| |
|
$evento->Conectar();
if($flag == 1){
if($filtro == "calendario"){
$fecha = "2007-".$mes."-".$dia;
$_pagi_sql = "SELECT * FROM eventos ORDER BY evento_fecha, evento_hora ASC";
$_pagi_Otros = "&flag=".$flag."&mes=".$mes."&dia=".$dia."&filtro=".$filtro;
}
else{
if($tipo == 0){
$_pagi_sql = "SELECT * FROM eventos WHERE (evento_nombre LIKE '%".$parametro."%' OR evento_desc LIKE '%".$parametro."%') AND evento_lugar='23' ORDER BY evento_fecha, evento_hora ASC";
}
elseif($tipo == 5){
$_pagi_sql = "SELECT * FROM eventos WHERE (evento_nombre LIKE '%".$parametro."%' OR evento_desc LIKE '%".$parametro."%') AND (evento_tipo='5' OR evento_tipo='6') ORDER BY evento_fecha, evento_hora ASC";
}
else{
$_pagi_sql = "SELECT * FROM eventos WHERE (evento_nombre LIKE '%".$parametro."%' OR evento_desc LIKE '%".$parametro."%') AND evento_tipo='".$tipo."' ORDER BY evento_fecha, evento_hora ASC";
}
$_pagi_Otros = "&flag=".$flag."&filtro=".$filtro."¶metro=".$parametro."&tipo=".$tipo;
}
}
else{
$_pagi_sql = "SELECT * FROM eventos ORDER BY evento_fecha, evento_hora ASC";
}
$_pagi_result = mysql_query($_pagi_sql);
$_pagi_cuantos = 25;
$_pagi_nav_num_enlaces = 5;
$_pagi_nav_anterior = "<<";
$_pagi_nav_siguiente = ">>";
include("includes/paginator.inc.php");
if(mysql_num_rows($_pagi_result) > 0){
while($row = mysql_fetch_array($_pagi_result)){
?>
| |
|
| |
" class="switchcontent">
| = "Lugar: ".$evento->getLugar($row["evento_lugar"]); ?> |
| = "Tipo: ".$evento->getTipo($row["evento_tipo"]); ?> |
if($row["evento_desc"] != ""){ ?>
if($row["evento_foto"] != 'X'){ ?>
" width="75" height="75" align="absbottom" />
} ?>
= $row["evento_desc"]; ?> |
} ?>
| |
|
|
|
}
}
else{
?>
| Sin eventos para el día = $dia; ?>. Favor seleccione otro dia |
} ?>
| |
|
| |
|
|
| |
= $_pagi_info; ?> |
| |
= $_pagi_navegacion; ?> |
|
|
| |
|
| |
|
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| include('includes/calendar.inc.php'); ?> |
| |
|
| |
| include('includes/noticias.inc.php'); ?> |
| |
|
| |
| |
| include('includes/fotos.inc.php'); ?> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
" width="30" height="730" /> |