// disegna la testata var testa = new __PageHeader(); testa.ShowLoginForm = true; //visualizza/nasconde il form di login testa.ShowSearchForm = false; //visualizza/nasconde il form di ricerca testa.ShowWellcomeMessage = true; //visualizza/nasconde il saluto all'utente testa.Channel = "";//canale accesso sulla pulsantiera testa.Canale= "PR"; testa.ERRURL = 'http://du.ilsole24ore.com/du/customErrors/apperror.aspx'; //pagina di errore per login e registrazione testa.LoginUrl = 'http://du.ilsole24ore.com/DU/AuthFiles/LoginCentrale.aspx'; //script di login (action del form) testa.LogoutUrl = 'http://du.ilsole24ore.com/DU/AuthFiles/logoff.asp'; //logout url testa.SubscribeUrl = 'registrati.asp'; //url registrazione testa.UserProfileUrl = 'http://du.ilsole24ore.com/DU/AreaUtente/profiloutente.aspx'; testa.SubscribeRURL = 'http://www.sanita.ilsole24ore.com:80'; //url di ritorno dalla registrazione (es. secondo livello) testa.SiteCode = "GD"; //SiteCode testa.listaCanali = false; testa.CheckIfAuthenticated = true; testa.TestataBassa = false; testa.Sfumata = true; testa.Pulsantieraeasy = true; testa.Pulsantiera = true; testa.Promo = true; // disegna il piede var piede = new __PageFooter(); piede.Servizi = true; piede.HomePage = location;