Last active
August 30, 2017 15:54
-
-
Save ZeusAFK/52a5f165ce0c9eb63f7d7214703201b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- INICIO --> | |
| <script type="text/javascript" src="/images/portada/js/jquery-1.7.1.min.js"></script> | |
| <script type="text/javascript" src="/images/portada/js/jquery.nivo.slider.js"></script> | |
| <div id="pPresent" style="display: none;"> | |
| <div id="pFondo"> </div> | |
| <!-- <div id="pLogo"> </div> --><a id="pLink" style="height: 277px; position: absolute; left: 203px; z-index: 3; top: 123px; width: 672px;"></a> | |
| <div id="pSupIzq"><a id="uSupIzq" href="/index.php/tasas-interes" target="_self"> </a></div> | |
| <div id="pInfDer"><a id="uInDer" href="/index.php/agencias-cajeros" target="_self"> </a></div> | |
| <div id="pInfo"> | |
| <!-- IMAGENES DESDE AQUI --> | |
| <a href="/index.php/component/phocadownload/category/12"><img src="/images/portada/banner/2.jpg" border="0" /></a> | |
| <img src="/images/portada/banner/3.jpg" border="0" /> | |
| <img src="/images/portada/banner/5.jpg" border="0" /> | |
| <img src="/images/portada/banner/6.jpg" border="0" /> | |
| <!-- FIN --> | |
| </div> | |
| </div> | |
| <script type="text/javascript"> | |
| // <![CDATA[ | |
| // Banner por Jason Coimbra (jason.scz@gmail.com) y Fernando Zabala (zeusafk@gmail.com), 2013-05-28 | |
| $('img[name="fLogo"]').ready(function() { | |
| jQuery.noConflict(); | |
| (function($) { | |
| $('#pInfo').nivoSlider({ | |
| effect: 'random', | |
| slices: 15, | |
| boxCols: 8, | |
| boxRows: 4, | |
| animSpeed: 500, | |
| pauseTime: 8000, | |
| startSlide: 0, | |
| directionNav: false, | |
| controlNav: false, | |
| controlNavThumbs: false, | |
| pauseOnHover: true, | |
| manualAdvance: false, | |
| prevText: '', | |
| nextText: '', | |
| randomStart: false | |
| }); | |
| $('#pLogoCenter').fadeIn(2000); | |
| $('#pLogoCenter').fadeOut(2000, function() { | |
| $('#pPresent').fadeIn(2000); | |
| $('#pBNet').fadeOut(); | |
| $('#pBNet').css('background', 'url(images/portada/ie6/CosMartNet.gif)'); | |
| $('#pBNet').css('display', 'none'); | |
| $('#pBNet').css('top', '29px'); | |
| $('#pBNet').css('left', '829px'); | |
| $('#pBNet').css('width', '154px'); | |
| $('#pBNet').css('height', '78px'); | |
| $('#pBNet').fadeIn(2000); | |
| $('#jsn-logo').fadeIn(2000); | |
| }); | |
| $('.nivo-main-image').load(function() { | |
| $('#pLink').css('display', $('.nivo-imageLink').css('display')); | |
| $('#pLink').attr('href', $('.nivo-imageLink').attr('href')); | |
| }); | |
| })(jQuery); | |
| }); | |
| // ]]> | |
| </script> | |
| <div id="pLogoCenter" style="display: none;"><img src="/images/portada/ie6/plogo.jpg" border="0" name="fLogo" /></div> | |
| <a id="pBNet" href="https://www.cosmart.coop/ebank/" target="_blank"> </a> | |
| <!-- FIN --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment