function conexion()
{
//if (!($link=mysql_connect("lldd075.servidoresdns.net","qcw513","Comercio49")))
if (!($link=mysql_connect('qnw887.dbname.net','qnw887','Anali4799')))
{
echo "No se pudo conectar: " . mysql_error();
}
//if (!mysql_select_db("rttviaje_programas",$link))
if (!mysql_select_db('qnw887',$link))
{
exit();
}
return $link;
}
$link=conexion();
$sql_pagina = "select * from Paginas where Nombre='".$pagina."'";
$res_pagina = mysql_query($sql_pagina);
$row_pagina = mysql_fetch_array($res_pagina);
?>
echo $row_pagina['Titulo'];?>
//$ruta="http://localhost/webs/ays/";
$ruta="http://www.analisisysimulacion.com/";
?>
NOTICIAS Y EVENTOS
// maximo por pagina
$limit = 7;
// pagina pedida
$pag = (int) $_GET["pag"];
if ($pag < 1) {
$pag = 1;
}
$offset = ($pag-1) * $limit;
$sql= "select SQL_CALC_FOUND_ROWS * from Noticias where Tipo=1";
$sql.=" order by Id_not DESC LIMIT $offset, $limit";
$sqlTotal = "SELECT FOUND_ROWS() as total";
$res = mysql_query($sql);
$rsTotal = mysql_query($sqlTotal);
$rowTotal = mysql_fetch_assoc($rsTotal);
// Total de registros sin limit
$total = $rowTotal["total"];
$totalPag = ceil($total/$limit);
$meses = array(1 => 'ENERO', 'FEBRERO', 'MARZO', 'ABRIL', 'MAYO', 'JUNIO','JULIO', 'AGOSTO', 'SEPTIEMBRE', 'OCTUBRE', 'NOVIEMBRE', 'DIECIEMBRE');
?>
while($row=mysql_fetch_array($res)){
if($row['Pdf']!=''){
$enlace = ''.$ruta.'documentos/noticias/'.$row['Pdf'];
$title = 'Descargar PDF ';
$icono = 'icono_pdf_gr.png';
$codigo = 'onClick="_gaq.push(["_trackEvent", "PDF", "Descarga", "'.$row['Titulo'].'"]);"';
}else{
if($row['Enlace']!=''){
$enlace = $row['Enlace'];
$title = 'Acceder a ';
$icono = 'icono_enlace.jpg';
}
}
if($row['Img']==''){
$img = 'ays.jpg';
}else{
$img = $row['Img'];
}
echo '- ';
echo '
'.$row['Titulo'].'
';
if($row['Inscripciones']==1){
echo 'INSCRIPCIONES ABIERTAS';
}else{
if($row['Inscripciones']==2){
echo 'INSCRIPCIONES ABIERTAS';
}
}
?> echo $row['Texto'];?>
echo 'FECHA:
';
}
?>
if($totalPag>1){?>
if($pag!=1){
?>
}
$links = array();
?>
for( $i=1; $i<=$totalPag ; $i++){
if($pag==$i){
$clase = 'num_pag_marcado';
$clase2 = 'marcado';
}else{
$clase = 'num_pag';
$clase2 = '';
}
if($subcategoria2!=''){
$subcategoria_c = urlencode($subcategoria2);
}else{
$subcategoria_c = urlencode($row_subcat['Codigo']);
}
$links[] = "";
}
?>
echo implode("", $links);
if($totalPag>$_GET['pag']){
?>
}
?>
}?>