</TABLE> <?php } else { //-<<<<<<<<<<<<<<<<<<<<<< VISUALIZZA ITER >>>>>>>>>>>>>>>>>>>>>>>>>>>-----------------------> $tabella = new tabella_h("{$tabpath}/iter"); $titolo = "Iter della pratica"; $nrec = $tabella->set_dati("pratica = {$idpratica}"); ?> <H2 class="blueBanner">Iter della pratica</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella->set_titolo($titolo, "modifica"); $tabella->get_titolo(); if ($nrec) { $tabella->elenco(); } else { print "<p><b>Nessun evento</b></p>"; } ?> <!-- fine contenuto--> </TD> </TR> </TABLE> <?php } ?>
} else { $idpratica = $_GET["pid"]; if (!isset($idpratica)) { $idpratica = $_POST["pratica"]; } $tabella = new tabella_h("sanzioni"); ?> <!-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> <H2 class="blueBanner">Provvedimenti</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella->set_titolo(array($idpratica, "Sanzione", "modifica", "id_row")); $tabella->set_dati(",id_row from sanzioni where pratica={$idpratica} order by data_avvio;"); $tabella->elenco(); $conn = pg_connect("dbname=praticaweb user=Roberto") or die("non mi sono connesso"); ?> <!-- fine contenuto--> </TD> </TR> <TR> <TD> <!---<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< NOTIFICHE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>------------------------------------> <TABLE class="printhide" width="100%"> <tr> <td> <!-- intestazione-->
//-<<<<<<<<<<<<<<<<<<<<<< VISUALIZZA DATI RICHIESTA E MAPPALI >>>>>>>>>>>>>>>>>>>>>>>>>>>-----------------------> $tabella_richiesta = new tabella_v("{$tabpath}/richiesta", 'view'); $nrec = $tabella_richiesta->set_dati("pratica = {$idpratica}"); ?> <!-- <<<<<<<<<<<<<<<<<<<<< RICHIESTA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> <H2 class="blueBanner">Richiesta</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php if ($nrec) { $tabella_richiesta->set_titolo("Richiesta cdu", "modifica"); $tabella_mappali = new tabella_h("{$tabpath}/mappali", 'view'); $tabella_mappali->set_titolo("Elenco dei mappali", "modifica", array("mappali" => 1)); $nrow = $tabella_mappali->set_dati("pratica={$idpratica}"); $tabella_richiesta->get_titolo(); $tabella_richiesta->tabella(); $tabella_mappali->get_titolo(); if ($nrow) { $tabella_mappali->elenco(); } else { print "<p><b>Nessun mappale</b></p>"; } } else { $tabella_richiesta->set_titolo("Nuova richiesta", "nuovo"); $tabella_richiesta->get_titolo(); print "<p><b>Nessuna richiesta</b></p>"; } ?>
<?php include "./inc/inc.window.php"; // contiene la gesione della finestra popup } elseif ($modo == "all") { ?> <!-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA TUTTI DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> <body> <H2 class="blueBanner">Elenco dei membri delle Commissioni Locali per il Paesaggio</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella = new tabella_h($file_config . "_paes", 'list'); $tabella->set_titolo("Elenco membri", "nuovo"); $tabella->get_titolo(); $nrec = $tabella->set_dati("pratica=0"); $tabella->elenco(); $tabella->close_db(); ?> <form name="membri_v" method="POST" action="ce.membri_paes.php"> <input type="hidden" name="mode" value="<?php echo $modo; ?> "> <input type="hidden" name="id" value="<?php echo $id; ?> "> </form>
// contiene la gesione della finestra popup } } elseif ($modo == "list") { ?> <!-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA TUTTI DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> <body> <H2 class="blueBanner">Elenco degli stili di stampa</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella = new tabella_h($file_config, 'list'); echo $file_config; $tabella->set_titolo("Elenco stili di stampa", "nuovo"); $tabella->get_titolo(); $nrec = $tabella->set_dati("true"); $tabella->elenco(); $tabella->close_db(); ?> <form name="css_v" method="POST" action="stp.css.php"> <input type="hidden" name="mode" value="<?php echo $modo; ?> "> <input type="hidden" name="id" value="<?php echo $id; ?> ">
<input type="hidden" name="mode" value="list"> <input type="submit" id="btn_close" style="margin-left:20px;" value="Chiudi"></div>--> <?php } else { //-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA TUTTI DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> ?> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella = new tabella_h("{$tabpath}/{$file_config}", 'list'); $tabella->set_titolo("Elenco degli Utenti", "nuovo", array("id" => "")); $tabella->get_titolo(); $tabella->set_dati("true"); //print_array($tabella); $tabella->elenco(); ?> <!-- fine contenuto--> </TD> </TR> </TABLE> <button id="btn_close" /> <script> $('#btn_close').button({ icons:{
<TD> <!-- contenuto--> <?php $tabella_asservimento = new tabella_v("{$tabpath}/asservimenti"); $nrec = $tabella_asservimento->set_dati("pratica = {$idpratica} order by data_reg"); if ($nrec) { $tabella_asservimento->set_titolo("Asservimento", "modifica", array("id" => "")); for ($i = 0; $i < $nrec; $i++) { $tabella_asservimento->curr_record = $i; $tabella_asservimento->set_titolo("Asservimento " . $tabella_asservimento->array_dati[$i]['numero'], "modifica", array("id" => "")); $tabella_asservimento->idtabella = $tabella_asservimento->array_dati[$i]['id']; $tabella_asservimento->get_titolo(); $tabella_asservimento->tabella(); $tabella_asserviti = new tabella_h("{$tabpath}/asservimenti_mappali"); //$tabella_asserviti->set_titolo("Elenco dei mappali asserviti","modifica",array("mappali"=>"1"array("titolo"=>$titolo,"tab_new"=>$file_tab."_new","tab_edit"=>$file_tab."_edit"))); $tabella_asserviti->set_titolo("Elenco dei mappali asserviti", "modifica", array("mappali" => 1, "asservimento" => $tabella_asservimento->array_dati[$i]['id'])); $nrow = $tabella_asserviti->set_dati("pratica={$idpratica} and asservimento=" . $tabella_asservimento->array_dati[$i]['id']); $tabella_asserviti->get_titolo(); if ($nrow) { $tabella_asserviti->elenco(); } else { print "<p><b>Nessun mappale asservito</b></p>"; } } } $tabella_asservimento->set_titolo("Nuovo Asservimento", "nuovo"); $tabella_asservimento->get_titolo(); if (!$nrec) { print "<p><b>Nessun asservimento</b></p>"; } ?>
</script> <H2 class="blueBanner">Dati di progetto</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <tr> <td> <?php $tabella_progetto = new tabella_v("{$tabpath}/progetto"); $nrec = $tabella_progetto->set_dati("pratica = {$idpratica}"); if ($nrec) { $tabella_progetto->set_titolo("Progetto", "modifica", array("progetto" => 1)); $tabella_progetto->elenco(); print "<br>"; $tabella_parametri = new tabella_h("{$tabpath}/parametri"); $numrows = $tabella_parametri->set_dati("pratica={$idpratica};"); $tabella_parametri->set_titolo("Parametri di progetto", "modifica", array("parametri" => 1)); $tabella_parametri->get_titolo(); if ($numrows) { $tabella_parametri->elenco(); } else { print "<p><b>Nessun parametro impostato</b></p>"; } $tabella_parametri->set_titolo("Nuovo Parametro di progetto", "nuovo", array("parametri" => 1)); $tabella_parametri->get_titolo(); } else { $tabella_progetto->set_titolo("Aggiungi nuovo Progetto", "nuovo", array("progetto" => 1)); print $tabella_progetto->get_titolo(); print "<p><b>Nessun progetto</b></p>"; } ?> </td>
$tabella->def_col[1][1] = "nome"; $tabella->def_col[0][2] = "5%"; $tabella->def_col[1][2] = "95%"; $tabella->def_col[0][3] = "info"; $tabella->def_col[1][3] = "text"; if ($handle = opendir(MODELLI_DIR)) { $i = 0; while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { if (count(explode(".", $file)) == 2) { list($nome, $ext) = explode(".", $file); if (strtolower($ext) == "html" or strtolower($ext) == "htm") { $tabella->array_dati[$i]["modello"] = $file; $tabella->array_dati[$i]["nome"] = $nome; $i++; } } } } closedir($handle); } //echo "<pre>";print_r($tabella); $tabella->set_titolo("Elenco dei Modelli di Stampa"); $tabella->get_titolo(); $tabella->num_record = $i; $tabella->elenco(); } ?> </body> </html>
<SCRIPT language="javascript" src="js/LoadLibs.js" type="text/javascript"></SCRIPT> </head> <body> <?php //-<<<<<<<<<<<<<<<<<<<<<< VISUALIZZA ITER >>>>>>>>>>>>>>>>>>>>>>>>>>>-----------------------> $tabella = new tabella_h("{$tabpath}/scadenze"); ?> <H2 class="blueBanner">Scadenze della pratica</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $sql = "SELECT id,nome from pe.e_iter order by ordine"; $tabella->connettidb(); $tabella->db->sql_query($sql); $iter = $tabella->db->sql_fetchrowset(); for ($i = 0; $i < count($iter); $i++) { $tabella->set_titolo($iter[$i]["nome"]); $tabella->get_titolo(); $table = "<table class=\"stiletabella\" width=\"90%\"><tr><td><img src=\"get_scadenza.php?pratica={$idpratica}&iter=" . $iter[$i]["id"] . "\" border=\"0\"></td></tr></table>"; echo $table; } ?> <!-- fine contenuto--> </TD> </TR> </TABLE> </body> </html>
</TR> </TABLE> <?php } else { //-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> ?> <H2 class="blueBanner">Elenco Tariffe Oneri</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php unset($_SESSION["ADD_NEW"]); $tabella = new tabella_h("{$tabpath}/tariffe", "list"); $nrec = $tabella->set_dati("true"); $tabella->set_titolo("Tariffe Oneri", "nuovo", array("id" => "")); $tabella->get_titolo(); $tabella->elenco(); ?> <!-- fine contenuto--> </TD> </TR> </TABLE> <button id="btn_close" /> <script> $('#btn_close').button({ icons:{
<TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php $tabella = new tabella_v("{$tabpath}/fidi"); $tabella_svincoli = new tabella_h("{$tabpath}/svincoli", 'list'); //$tabella->set_titolo("istituto","modifica",array("istituto"=>"","id"=>"")); $tabella->set_dati("pratica={$idpratica}"); for ($i = 0; $i < count($tabella->array_dati); $i++) { $tb = new tabella_v("{$tabpath}/fidi"); $tb->set_titolo("istituto " . $tabella->array_dati[$i]["istituto"], "modifica", array("istituto" => "", "id" => $tabella->array_dati[$i]["id"])); $tb->get_titolo(); $tb->set_dati($tabella->array_dati[$i]); $tb->tabella(); $tabella_svincoli->set_titolo("Elenco degli svincoli", "nuovo", array("fido" => $tabella->array_dati[$i]["id"])); $tabella_svincoli->get_titolo("oneri.svincoli_fidi.php"); $tabella_svincoli->set_dati("fido=" . $tabella->array_dati[$i]["id"]); $tabella_svincoli->elenco(); } //$tabella->elenco(); echo "<br>"; $tabella->set_titolo("Aggiungi nuova fideiussione", "nuovo"); $tabella->get_titolo(); ?> <!-- fine tabella nuovo inserimento--> </TD> </TR> </TABLE> <?php }
<?php } else { //-- <<<<<<<<<<<<<<<<<<<<< MODALITA' FORM IN VISTA TUTTI DATI >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>---> ?> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <TR> <TD> <!-- contenuto--> <?php //$sql="SELECT * FROM gd_vocglo order by gruppo,mnemonico"; //$dbconn->sql_query($sql); //$ris=$dbconn->sql_fetchrowset(); $tabella = new tabella_h("{$tabpath}/{$file_config}", 'list'); $tabella->set_titolo("Elenco degli Campi"); $tabella->get_titolo(); $tabella->set_dati("true"); //print_array($tabella); $tabella->elenco(); ?> <!-- fine contenuto--> </TD> </TR> </TABLE> <button id="btn_close" /> <script> $('#btn_close').button({ icons:{
</style> </head> <body background="" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0"> <?php if ($modo == "edit") { $_SESSION["ADD_NEW"] = 0; $iter = $_POST["iter"]; $nomeiter = $_POST["nomeiter"]; include "./inc/inc.page_header.php"; $tabella_allegati = new tabella_h("{$tabpath}/doc_allegati", $modo); $tabella_elenco = new tabella_h("{$tabpath}/doc_elenco", $modo); $dummytable = new tabella_h("buttons", 'new'); $num_allegati = $tabella_allegati->set_dati("pratica={$idpratica} and iter={$iter} and (allegato=1 or mancante=1)"); $num_elenco = $tabella_elenco->set_dati("iter={$iter} and id not in (select 'doc_'||documento::varchar as id from pe.allegati inner join pe.e_documenti on(e_documenti.id=documento) where iter={$iter} and (allegato=1 or integrato=1 or mancante=1) and pratica={$idpratica})"); $tabella_allegati->set_titolo($nomeiter); $tabella_elenco->set_titolo($nomeiter); $tabella_allegati->set_color("#728bb8", "#FFFFFF", 0, 0); ?> <H2 class=blueBanner>Gestione allegati: <?php echo $nomeiter; ?> </H2> <FORM method="POST" action="praticaweb.php"> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="99%" align="center"> <tr> <td> <!-- contenuto--> <?php if (!$num_elenco) { ?> <h2>l'elenco dei documenti per la fase <?php
// modalit� vedi ?> <H2 class="blueBanner">Comunicazione Pratiche ad altri uffici</H2> <TABLE cellPadding=0 cellspacing=0 border=0 class="stiletabella" width="100%"> <?php ?> <tr> <td> <!-- intestazione--> <?php $file_tab = "visione_pratiche"; $titolo = "Visione delle Pratiche"; $tabella = new tabella_h('pe/' . $file_tab, 'view'); $tabella->set_titolo($titolo, "modifica", array("titolo" => $titolo, "tab_new" => $file_tab, "tab_edit" => $file_tab, "pratica" => $idpratica)); $numrows = $tabella->set_dati("pratica={$idpratica}"); $tabella->editable = true; $tabella->get_titolo(); if ($numrows) { $tabella->elenco(); } else { print "<p><b>Pratica non visionata</b></p>"; } ?> <!-- fine intestazione--> <br> </td> </tr>
<input class="hexfield" type="submit" name="azione" value="Cerca" onclick="if (numero.value.length>0) return true; else{alert('Inserire un n° di pratica');return false;}"> </td> </tr> </table> </form> <?php } else { include_once "./lib/tabella_h.class.php"; $tabella_v = new tabella_v("pe/eliminapratica_info_amb.tab"); $tabella_ubi = new tabella_h("pe/eliminapratica_ubi.tab"); $tabella_richied = new tabella_h("pe/eliminapratica_richied.tab"); $tabella_v->set_titolo("Dati Pratica"); $tabella_ubi->set_titolo("Ubicazione"); $tabella_richied->set_titolo("Richiedenti"); $numrows = $tabella_v->set_dati("numero='" . $_POST["numero"] . "'"); $pratica = $tabella_v->array_dati[0]["pratica"]; $numrows_u = $tabella_ubi->set_dati("pratica=" . $pratica . ""); $numrows_r = $tabella_richied->set_dati("pratica=" . $pratica . " and richiedente=1"); ?> <form action="pe.eliminapratica_amb.php" method="POST" name="main"> <table width="70%"> <tr> <td colspan="2"> <!-- intestazione--> <H2 class="blueBanner">Procedura di Eliminazione delle Pratiche Edilizie</H2> <!-- fine intestazione--> </td> </tr>
} } ?> <!-- fine contenuto--> </TD> </TR> <!-- se c'e qualche record aggiungo la gestione delle notifiche--> <TR> <TD> <!-- tabella nuovo inserimento--> <?php if (!isset($tabellah)) { $tabellah = new tabella_h("{$tabpath}/notifiche"); } $tabellah->set_titolo("Aggiungi nuovo Provvedimento ---> clicca su Nuovo", "nuovo", array("mode" => "tmp_new")); print $tabellah->get_titolo(); ?> <BR> <!-- fine tabella nuovo inserimento--> </TD> </TR> </TABLE> <?php } ?> </body> </html>