<?php ################################################################################## # HOTELDRUID # Copyright (C) 2001-2023 by Marco Maria Francesco De Santis (marco@digitaldruid.net) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # any later version accepted by Marco Maria Francesco De Santis, which # shall act as a proxy as defined in Section 14 of version 3 of the # license. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. ################################################################################## $mess_dati_form = ""; if (fixset($manda_cognome) != "NO") { $mess_dati_form .= "<input type=\"hidden\" name=\"cognome\" value=\"".htmlspecialchars($cognome)."\"> <input type=\"hidden\" name=\"nome\" value=\"".htmlspecialchars($nome)."\">"; } # fine if (fixset($manda_cognome) != "NO") for ($n_t = 1 ; $n_t <= $num_tipologie ; $n_t++) { if ($manda_dati_assegnazione != "NO") { $mess_dati_form .= "<input type=\"hidden\" name=\"inizioperiodo$n_t\" value=\"".htmlspecialchars(fixstr(${"inizioperiodo".$n_t}))."\"> <input type=\"hidden\" name=\"fineperiodo$n_t\" value=\"".htmlspecialchars(fixstr(${"fineperiodo".$n_t}))."\"> <input type=\"hidden\" name=\"appartamento$n_t\" value=\"".htmlspecialchars(fixstr(${"appartamento".$n_t}))."\"> <input type=\"hidden\" name=\"nometipotariffa$n_t\" value=\"".htmlspecialchars(fixstr(${"nometipotariffa".$n_t}))."\"> <input type=\"hidden\" name=\"numpersone$n_t\" value=\"".htmlspecialchars(fixstr(${"numpersone".$n_t}))."\"> <input type=\"hidden\" name=\"assegnazioneapp$n_t\" value=\"".htmlspecialchars(fixstr(${"assegnazioneapp".$n_t}))."\"> <input type=\"hidden\" name=\"num_app_richiesti$n_t\" value=\"".htmlspecialchars(fixstr(${"num_app_richiesti".$n_t}))."\"> <input type=\"hidden\" name=\"lista_app$n_t\" value=\"".htmlspecialchars(fixstr(${"lista_app".$n_t}))."\"> <input type=\"hidden\" name=\"prenota_vicine$n_t\" value=\"".htmlspecialchars(fixstr(${"prenota_vicine".$n_t}))."\"> <input type=\"hidden\" name=\"spezzetta$n_t\" value=\"".htmlspecialchars(fixstr(${"spezzetta".$n_t}))."\">"; } # fine if ($manda_dati_assegnazione != "NO") for ($num_catp = 0 ; $num_catp < (int) fixset($num_categorie_persone) ; $num_catp++) { $mess_dati_form .= "<input type=\"hidden\" name=\"cat$num_catp"."_numpers$n_t\" value=\"".htmlspecialchars(fixstr(${"cat$num_catp"."_numpers".$n_t}))."\">"; } # fine $num_catp if (isset(${"tipo_sconto".$n_t}) and ${"tipo_sconto".$n_t} == "tot_cp") ${"tipo_sconto".$n_t} = "tot"; $mess_dati_form .= "<input type=\"hidden\" name=\"tipo_sconto$n_t\" value=\"".htmlspecialchars(fixstr(${"tipo_sconto".$n_t}))."\"> <input type=\"hidden\" name=\"sconto$n_t\" value=\"".htmlspecialchars(fixstr(${"sconto".$n_t}))."\"> <input type=\"hidden\" name=\"tipo_val_sconto$n_t\" value=\"".htmlspecialchars(fixstr(${"tipo_val_sconto".$n_t}))."\"> <input type=\"hidden\" name=\"conferma_prenota$n_t\" value=\"".htmlspecialchars(fixstr(${"conferma_prenota".$n_t}))."\"> <input type=\"hidden\" name=\"caparra$n_t\" value=\"".htmlspecialchars(fixstr(${"caparra".$n_t}))."\"> <input type=\"hidden\" name=\"tipo_val_caparra$n_t\" value=\"".htmlspecialchars(fixstr(${"tipo_val_caparra".$n_t}))."\"> <input type=\"hidden\" name=\"commissioni$n_t\" value=\"".htmlspecialchars(fixstr(${"commissioni".$n_t}))."\"> <input type=\"hidden\" name=\"tipo_val_commissioni$n_t\" value=\"".htmlspecialchars(fixstr(${"tipo_val_commissioni".$n_t}))."\"> <input type=\"hidden\" name=\"giorno_stima_checkin$n_t\" value=\"".htmlspecialchars(fixstr(${"giorno_stima_checkin".$n_t}))."\"> <input type=\"hidden\" name=\"ora_stima_checkin$n_t\" value=\"".htmlspecialchars(fixstr(${"ora_stima_checkin".$n_t}))."\"> <input type=\"hidden\" name=\"min_stima_checkin$n_t\" value=\"".htmlspecialchars(fixstr(${"min_stima_checkin".$n_t}))."\"> <input type=\"hidden\" name=\"num_commenti$n_t\" value=\"".htmlspecialchars(fixstr(${"num_commenti".$n_t}))."\">"; for ($num_comm = 1 ; $num_comm <= (int) fixset(${"num_commenti".$n_t}) ; $num_comm++) { $mess_dati_form .= "<input type=\"hidden\" name=\"tipo_commento$num_comm"."_$n_t\" value=\"".htmlspecialchars(fixstr(${"tipo_commento".$num_comm."_".$n_t}))."\">"; if (!@get_magic_quotes_gpc()) $mess_dati_form .= "<input type=\"hidden\" name=\"commento$num_comm"."_$n_t\" value=\"".htmlspecialchars(fixstr(${"commento".$num_comm."_".$n_t}))."\">"; else $mess_dati_form .= "<input type=\"hidden\" name=\"commento$num_comm"."_$n_t\" value=\"".htmlspecialchars(stripslashes(fixstr(${"commento".$num_comm."_".$n_t})))."\">"; } # fine for $num_comm if (!@get_magic_quotes_gpc()) $mess_dati_form .= "<input type=\"hidden\" name=\"met_paga_caparra$n_t\" value=\"".htmlspecialchars(fixstr(${"met_paga_caparra".$n_t}))."\">"; else $mess_dati_form .= "<input type=\"hidden\" name=\"met_paga_caparra$n_t\" value=\"".htmlspecialchars(stripslashes(fixstr(${"met_paga_caparra".$n_t})))."\">"; if (!@get_magic_quotes_gpc()) $mess_dati_form .= "<input type=\"hidden\" name=\"origine_prenota$n_t\" value=\"".htmlspecialchars(fixstr(${"origine_prenota".$n_t}))."\">"; else $mess_dati_form .= "<input type=\"hidden\" name=\"origine_prenota$n_t\" value=\"".htmlspecialchars(stripslashes(fixstr(${"origine_prenota".$n_t})))."\">"; for ($numca = 1 ; $numca <= (int) fixset($numcostiagg) ; $numca++) { $costoagg = "costoagg".$numca."_".$n_t; $idcostoagg = "idcostoagg".$numca."_".$n_t; $numsettimane = "numsettimane".$numca."_".$n_t; $nummoltiplica_ca = "nummoltiplica_ca".$numca."_".$n_t; $id_periodi_costo = "id_periodi_costo".$numca."_".$n_t; $catpers_ca = "catpers_ca".$numca."_".$n_t; $mess_dati_form .= "<input type=\"hidden\" name=\"$idcostoagg\" value=\"".htmlspecialchars($$idcostoagg)."\"> <input type=\"hidden\" name=\"$costoagg\" value=\"".htmlspecialchars(fixstr($$costoagg))."\"> <input type=\"hidden\" name=\"$numsettimane\" value=\"".htmlspecialchars(fixstr($$numsettimane))."\"> <input type=\"hidden\" name=\"$nummoltiplica_ca\" value=\"".htmlspecialchars(fixstr($$nummoltiplica_ca))."\">"; if (!empty($$id_periodi_costo)) $mess_dati_form .= "<input type=\"hidden\" name=\"$id_periodi_costo\" value=\"".htmlspecialchars($$id_periodi_costo)."\">"; if (strcmp(fixstr($$catpers_ca),"")) $mess_dati_form .= "<input type=\"hidden\" name=\"$catpers_ca\" value=\"".htmlspecialchars($$catpers_ca)."\">"; } # fine for $numca } # fine for $n_t $mess_dati_form .= "<input type=\"hidden\" name=\"numcostiagg\" value=\"".htmlspecialchars(fixstr($numcostiagg))."\"> <input type=\"hidden\" name=\"id_utente_ins\" value=\"".htmlspecialchars(fixstr($id_utente_ins))."\"> <input type=\"hidden\" name=\"mos_tut_dat\" value=\"".htmlspecialchars(fixstr($mos_tut_dat))."\"> <input type=\"hidden\" name=\"num_tipologie\" value=\"".htmlspecialchars(fixstr($num_tipologie))."\">"; if ($manda_dati_assegnazione != "NO") $mess_dati_form .= "<input type=\"hidden\" name=\"prenota_vicine\" value=\"".htmlspecialchars(fixstr($prenota_vicine))."\">"; else $mess_dati_form .= "<input type=\"hidden\" name=\"id_transazione\" value=\"".htmlspecialchars(fixstr($id_transazione))."\">"; if (isset($idmessaggi)) $mess_dati_form .= "<input type=\"hidden\" name=\"idmessaggi\" value=\"".htmlspecialchars($idmessaggi)."\">"; if (isset($idcognome_cp)) $mess_dati_form .= "<input type=\"hidden\" name=\"idcognome_cp\" value=\"".htmlspecialchars($idcognome_cp)."\">"; if (isset($idospiti_cp)) $mess_dati_form .= "<input type=\"hidden\" name=\"idospiti_cp\" value=\"".htmlspecialchars($idospiti_cp)."\">"; if (isset($num_categorie_persone) and $num_categorie_persone > 1) $mess_dati_form .= "<input type=\"hidden\" name=\"num_categorie_persone\" value=\"".htmlspecialchars($num_categorie_persone)."\">"; if (fixset($echo_dati_form) != "NO") echo $mess_dati_form; ?> |