%@ Language=VBScript %> <% Response.Charset = "utf-8" Session.Codepage = 1252 if not IsNull(Request("idl")) and Request("idl") <> "" then Session("idl") = Request("idl") end if if IsNull(Session("idl")) or Session("idl") = "" or CInt(Session("idl")) < 1 then Session("idl") = "1" end if titolo = "Proponi la tua candidatura" tit = "Titolo" nome = "Nome" cognome = "Cognome" email = "E-mail" telefono = "Telefono" via = "Via" cap = "CAP" provincia = "Provincia" nazione = "Nazione" note = "Note" cv = "CV Allegato" privacy = "Inviando a ebilling S.p.A questo modulo, ai sensi e degli articoli 7, 13 e 23 del D.Lgs. n. 196/2003, dichiaro di aver preso conoscenza dell’ informativa per il trattamento dei miei dati personali, di essere informato in merito ai miei diritti e di conoscere come e dove esercitare gli stessi, pertanto PRESTO IL MIO CONSENSO a ebilling S.p.A. per il trattamento delle informazioni rilasciate per le finalità indicate." successo = "La ringraziamo per la sua candidatura, i dati inviati sono stati correttamente registrati." invia = "Invia" if Session("idl") = "2" then titolo = "Present your candidature" tit = "Title" nome = "Name" cognome = "Surname" email = "E-mail" telefono = "Telephon" via = "Street" cap = "ZIP Code" provincia = "Province" nazione = "State" note = "Note" cv = "Attached CV" privacy = "By sending ebilling S.p.A. this form, pursuant to articles 7, 13 and 23 of Law Decree no. 196/2003, I declare having read the informative document relating to the processing of my persona data and having been informed about my rights and that I know how and when to exercise these. I therefore AUTHORISE ebilling S.p.A. to process the data provided for the purposes indicated." successo = "Thank you for your candidature. The received data have been correctly recorded" invia = "Send" end if %>