execute(SQLRubriche::$LIST_SIMPLE.SQLRubriche::$LIST_ONE,array($id_sezione)); $sezione = $sel_sezione->next(); if($id_sezione == $_id_news){ //estraggo gli eventuali testi collegati $sel_nw = $db -> execute(SQLTesti::$LIST_SIMPLE_ALLEGATO.SQLTesti::$LIST_VISIBILE.SQLTesti::$LIST_RUBRICA.SQLTesti::$LIST_DATA.SQLTesti::$LIST_ORDER_DATA_DESC,array($_allegatoTIPO_ANTEPRIMA,$_id_news)); }else{ //estraggo gli eventuali testi collegati $sel_testi = $db -> execute(SQLTesti::$LIST_ALLEGATI_TESTO,array($_allegatoTIPO_ANTEPRIMA,$id_sezione)); } //estraggo eventuai immagini allegate $sel_gallery = $db -> execute(SQLRubriche::$LIST_ALLEGATI,array($id_sezione, $_allegatoTIPO_GALLERY)); } if($id_testo != ""){ //eseguo la query per l'estrazione del testo $sel_sezione = $db->execute(SQLTesti::$LIST_SIMPLE.SQLTesti::$LIST_ID,array($id_testo)); $sezione = $sel_sezione -> next(); //estraggo eventuai immagini allegate $sel_gallery = $db -> execute(SQLRubriche::$LIST_ALLEGATI,array($id_testo, $_allegatoTIPO_GALLERY)); //estraggo gli altri testi collegati alla sezione if(Utils::FiltroARRAY($sezione, "id_rubrica") == $_id_sezione_fotogallery || Utils::FiltroARRAY($sezione, "id_rubrica") == $_id_sezione_video){ $sel_other_t = $db->execute(SQLTesti::$LIST_SIMPLE.SQLTesti::$LIST_RUBRICA.SQLTesti::$LIST_ORDER,array($_id_multimedia)); }else{ $sel_other_t = $db->execute(SQLTesti::$LIST_SIMPLE.SQLTesti::$LIST_RUBRICA.SQLTesti::$LIST_ORDER,array(Utils::FiltroARRAY($sezione, "id_rubrica"))); } } $__titolo = Utils::FiltroARRAY($sezione, "titolo")." - ".$__titolo; include ("../_include/templateTop.php"); if($id_sezione != ""){ echo "
"; echo "

".Utils::FiltroARRAY($sezione, "titolo")."

"; if(Utils::FiltroARRAY($sezione, "abstract") != ""){ echo "
".Utils::FiltroARRAY($sezione, "abstract")."
"; } if($id_sezione == $_id_contatti){ include("../_include/_gmap.php"); } if($id_sezione == $_id_news){ //Template News/Eventi echo "
"; $style_n = "width:294px; margin-right:15px; height:140px; margin-bottom:30px;"; $style_n2 = "width:224px;"; $space_n = 3; $i =1; while($nw = $sel_nw -> next()){ $id_testo_n = Utils::FiltroARRAY($nw, "id_testo"); $titolo_n = Utils::FiltroARRAY($nw, "titolo"); $abstract_h = strip_tags(Utils::FiltroARRAY($nw, "abstract")); if(strlen($abstract_h) > 350){ $abstract_n = substr($abstract_h,0,350)."..."; }else{ $abstract_n = $abstract_h; } $anteprima_testo_n = Utils::FiltroARRAY($nw, "fs_file"); $link_testo_n = Utils::FiltroARRAY($nw, "link_testo"); if($link_testo_n == "")$link_testo_n = $_path_base."content/content.php?id=".$id_testo_n; $giorno_n = Utils::formatDate(Utils::FiltroARRAY($nw, "dt_data"),"%d"); $mese_n = Utils::formatDate(Utils::FiltroARRAY($nw, "dt_data"),"%m"); if($i%$space_n == 0){ $style_add = " margin-right:0px;"; }else{ $style_add = ""; } echo ""; echo "

".$giorno_n."".$_mesi_stat[$mese_n]."

"; echo "
"; echo "

".$titolo_n."

"; if($anteprima_testo_n != ""){ echo ""; } echo "
".$abstract_n."
"; echo "
"; echo "
"; echo "".LANG::$_L_titoli_leggi_tutto.""; echo "
"; $i++; } echo "
"; echo "
"; echo "
"; echo "
"; $i = 1; $sel_nw -> seek(); while($nw = $sel_nw -> next()){ $id_testo_n = Utils::FiltroARRAY($nw, "id_testo"); $titolo_n = Utils::FiltroARRAY($nw, "titolo"); $abstract_h = strip_tags(Utils::FiltroARRAY($nw, "abstract")); if(strlen($abstract_h) > 350){ $abstract_n = substr($abstract_h,0,350)."..."; }else{ $abstract_n = $abstract_h; } $anteprima_testo_n = Utils::FiltroARRAY($nw, "fs_file"); $link_testo_n = Utils::FiltroARRAY($nw, "link_testo"); if($link_testo_n == "")$link_testo_n = $_path_base."content/content.php?id=".$id_testo_n; $giorno_n = Utils::formatDate(Utils::FiltroARRAY($nw, "dt_data"),"%d"); $mese_n = Utils::formatDate(Utils::FiltroARRAY($nw, "dt_data"),"%m"); if($i == $space_n){ $style_add = " margin-right:0px;"; }else{ $style_add = ""; } echo ""; $i++; } echo "
"; echo "
"; }else{ //Template sezione normale if($sel_gallery -> rows() > 0){ while($g = $sel_gallery -> next()){ echo ""; } echo "
"; } if($sel_testi -> rows() > 0){ echo "
"; while($t = $sel_testi -> next()){ $id_t = Utils::FiltroARRAY($t, "id_testo"); $titolo_t = Utils::FiltroARRAY($t, "titolo"); $abstract_t = Utils::FiltroARRAY($t, "abstract"); $img_t = Utils::FiltroARRAY($t, "fs_file"); $link_t = "javascript:goText('".$id_t."','".$id_sezione."')"; echo ""; if($img_t != ""){ echo "".$titolo_t.""; } echo "

".$titolo_t."

"; if($abstract_t != ""){ //echo "
".$abstract_t."
"; } echo "
"; } echo "
"; echo "
"; } } echo "
"; } if($id_testo != ""){ echo "
"; if(Utils::FiltroARRAY($sezione, "id_rubrica") != $_id_news){ echo "
"; while($ot = $sel_other_t -> next()){ $id_t = Utils::FiltroARRAY($ot, "id_testo"); $titolo_t = Utils::FiltroARRAY($ot, "titolo"); $link_t = $_path_base."content/content.php?id=".$id_t; $t_sel = ""; if($id_t == $id_testo){ $t_sel = "a-submenu-sel"; } echo "".$titolo_t.""; } echo "
"; echo "
"; }else{ //echo "
"; } echo "

"; echo Utils::FiltroARRAY($sezione, "titolo"); echo "".LANG::$_L_title_dietro.""; echo "

"; if(Utils::FiltroARRAY($sezione, "testo") != ""){ echo "
".Utils::FiltroARRAY($sezione, "testo")."
"; } if($id_testo == $_id_sede_macerata){ include("../_include/_gmap.php"); } if($id_testo == $_id_gallery){ //template gallerie fotografiche $sel_testi = $db -> execute(SQLTesti::$LIST_ALLEGATI_TESTO,array($_allegatoTIPO_ANTEPRIMA,$_id_sezione_fotogallery)); if($sel_testi -> rows() > 0){ echo "
"; $i = 1; while($t = $sel_testi -> next()){ $id_t = Utils::FiltroARRAY($t, "id_testo"); $titolo_t = Utils::FiltroARRAY($t, "titolo"); $abstract_t = Utils::FiltroARRAY($t, "abstract"); $img_t = Utils::FiltroARRAY($t, "fs_file"); $link_t = $_path_base."content/content.php?id=".$id_t; $style = ""; if($i%3 == 0){ $style = "margin-right:0px;"; } echo ""; if($img_t != ""){ echo "".$titolo_t.""; } echo "

".$titolo_t."

"; echo "
"; $i++; } echo "
"; echo "
"; } }else if($id_testo == $_id_video){ //Template Video $sel_testi = $db -> execute(SQLTesti::$LIST_ALLEGATI_TESTO,array($_allegatoTIPO_ANTEPRIMA,$_id_sezione_video)); if($sel_testi -> rows() > 0){ echo "
"; $i = 1; while($t = $sel_testi -> next()){ $id_t = Utils::FiltroARRAY($t, "id_testo"); $titolo_t = Utils::FiltroARRAY($t, "titolo"); $abstract_t = Utils::FiltroARRAY($t, "abstract"); $img_t = Utils::FiltroARRAY($t, "fs_file"); $link_t = "http://www.youtube.com/watch?v=".Utils::FiltroARRAY($t, "link"); $style = ""; if($i%3 == 0){ $style = "margin-right:0px;"; } echo ""; if($img_t != ""){ echo "".$titolo_t.""; } echo "

".$titolo_t."

"; echo ""; echo "
"; $i++; } echo "
"; echo "
"; } }else{ if($sel_gallery -> rows() > 0){ echo ""; } } echo "
"; echo "
"; echo "
"; } include ("../_include/templateBottom.php"); ?>