Logo3D-10002

Notícies

//Conexión a la Base de datos, puede hacerse en un Include para llamar a un fichero con la configuración, o ponerlo todo aquí. include("../conecta.php"); mysql_select_db($db); include("funciones.php"); $Today=Date('Y-m-d'); $datanot=suma_dates($Today,-365); //echo $datanot; if ($veuretot=="S") { $txtnot=""; $not="TOTES LES NOTÍCIES"; $txtveure="VEURE LES NOTÍCIES DEL DARRER ANY"; $veuretot="N"; } else { $txtnot="WHERE datanot >'".$datanot."'"; $txtveure="VEURE TOTES LES NOTÍCIES"; $veuretot="S"; } echo ""; echo ""; echo ""; $sql="SELECT * FROM cdlib_noticies ".$txtnot." ORDER BY datanot DESC"; $res=mysql_query($sql); while ($row=mysql_fetch_array($res)) { $dt=explode("-",$row['datanot']); echo ""; echo ""; } echo "
  ".$not.""; echo "".$txtveure."
".$dt[2]."/".$dt[1]."/".$dt[0]."
"; // titular de la notícia echo "".$row[$idioma].""; // Contingut de la notícia $frases=explode("\r\n",$row[$idiom]); $tot=count($frases); echo ""; for ($n=0;$n<$tot;$n++){ echo "
".$frases[$n]; } echo "
"; // Enllaç a la notícia si n'hi ha if ($row['link_noticia']!="") { echo "
"; echo "".$row['txt_linknoticia'].""; } else if ($row['link_titol']!="noticies" && $row['link_titol']!=""){ if ($row['link_titol']="actes"){ echo "
"; } else{ echo "
"; } echo "".$row['txt_linknoticia'].""; } // PDF, si n'hi ha if ($row['pdf']!="") { echo "

"; echo ""; echo "  Veure pdf

"; } //echo "


"; /* // *************** RETALLS DE PREMSA ************************ echo ""; echo ""; $sql="SELECT * FROM premsa ORDER BY datanot DESC"; $res=mysql_query($sql); while ($row=mysql_fetch_array($res)) { $dt=explode("-",$row['datanot']); echo ""; echo ""; } echo "
".$notp."
".$dt[2]."/".$dt[1]."/".$dt[0]."
"; echo "".$row[$idioma]."
"; // titular de la notícia $frases=explode("\r\n",$row[$idiom]); $tot=count($frases); echo ""; for ($n=0;$n<$tot;$n++){ echo $frases[$n]."
"; } echo "

"; if ($row['pdf']<>"") { echo ""; echo ""; echo "  Veure pdf"; } //echo "

";*/ // ************** Aquí acaba el contingut de sa pàgina web ****************** ?>

 


[Pàg.Principal] [Legislació] [Serveis] [Informació] [Activitats CDL] [Formació presencial] [Formació a distància] [Revista del CDL] [Notícies] [Contacte]

Pàgina feta per Ll. Sastre. Resolució recomanada 1024 x 768