mirror of
https://github.com/solero/wand.git
synced 2024-11-09 23:18:21 +00:00
107 lines
4.9 KiB
Plaintext
107 lines
4.9 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<meta http-equiv="Content-Language" content="es"/>
|
|
<title>Club Penguin</title>
|
|
|
|
<link href="/css/baseline.css" rel="stylesheet" type="text/css" media="screen"/>
|
|
<link href="/css/affiliate/affiliate.css" rel="stylesheet" type="text/css" media="screen"/>
|
|
<link id="stylesheet" type="text/css" href="/css/affiliate/0.css" rel="stylesheet"/>
|
|
|
|
<script type="text/javascript" src="/scripts/cookies.js"></script>
|
|
<script type="text/javascript" src="/scripts/0.js"></script>
|
|
|
|
{{ if .Env.WEB_RECAPTCHA_SITE }}
|
|
<style type="text/css">
|
|
.grecaptcha-badge {
|
|
display: none;
|
|
}
|
|
</style>
|
|
{{ end }}
|
|
</head>
|
|
<body>
|
|
<div id="affiliateheaderforcp">
|
|
<div id="hdrWrap">
|
|
<div id="navBg">
|
|
<div id="htmlNav">
|
|
<ul id="bu_nav">
|
|
<li><a href="http://www.clubpenguin.com/es/" target="_parent">Inicio</a></li>
|
|
<li>|</li>
|
|
<li><a href="http://community.clubpenguin.com/es/blog/" target="_parent">¿Qué hay de nuevo?</a></li>
|
|
<li>|</li>
|
|
<li><a href="http://support.clubpenguin.com/es/help/" target="_parent">Ayuda</a></li>
|
|
<li>|</li>
|
|
<li><a href="http://www.clubpenguin.com/es/parents/" target="_parent">Padres</a></li>
|
|
<li>|</li>
|
|
<li><a href="http://www.clubpenguin.com/es/membership" target="_parent">Socios</a></li>
|
|
</ul>
|
|
<div id="bigscreen">
|
|
<div id="sm_screen_button_es"></div>
|
|
</div>
|
|
<div id="languageselector" class="langselect">
|
|
<label class="langselectlabel">Select Language:</label>
|
|
<select class="langselectfield" id="langselect">
|
|
<option value="/es/">Español</option>
|
|
<option value="/">English</option>
|
|
<option value="/pt/">Português</option>
|
|
<option value="/fr/">Français</option>
|
|
</select>
|
|
</div>
|
|
<div id="logoff"><a href="http://www.clubpenguin.com/es/" target="_parent">Cerrar sesión</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<object type="application/x-shockwave-flash" id="game" name="game" data="{{ .Env.WEB_LEGACY_MEDIA }}/boots.swf"
|
|
width="100%"
|
|
height="98%">
|
|
<param name="menu" value="false">
|
|
<param name="allowScriptAccess" value="always">
|
|
<param name="flashvars" value="lang=es">
|
|
<a href="https://get.adobe.com/flashplayer/">
|
|
<img id="noflash" src="/images/need-flash-player.gif" alt="Get Adobe Flash player" title="Get Adobe Flash player" />
|
|
</a>
|
|
</object>
|
|
<div id="affiliatefooter">
|
|
<div id="ftrWrap">
|
|
<div id="ftrBg">
|
|
<div id="ftrContent">
|
|
<img src="/images/disney-logo3.gif" id="disGame" alt="Disney.com Games"/>
|
|
<a href="parents/what_people_are_saying.htm" target="_self"><img src="/images/esrb_footer.gif" id="esrb" alt="ESRB" align="right"/></a>
|
|
<a href="http://www.truste.org/ivalidate.php?url=www.clubpenguin.com&sealid=105" target="_blank"><img src="/images/truste_kids_seal.jpg" align="right" id="truste" alt="TRUSTe - Kids Privacy"/></a>
|
|
<ul>
|
|
<li><a href="http://www.clubpenguin.com/es/company/index.htm" target="_parent">Empresa</a></li>
|
|
<li>|</li>
|
|
<li><a class="new" href="http://www.clubpenguin.com/es/terms.htm" target="_parent">Términos de uso</a><span class="asterisk">*</span> </li>
|
|
<li>|</li>
|
|
<li><a href="http://www.clubpenguin.com/es/privacy.htm" target="_parent">Política de Privacidad</a></li>
|
|
<li>|</li>
|
|
<li><a href="http://support.clubpenguin.com/es/help/contact/" target="_parent">Contacto</a></li>
|
|
<li>|</li>
|
|
<li class="noMarg"><a href="http://www.clubpenguin.com/es/sitemap.htm" target="_parent">Mapa del sitio</a></li>
|
|
</ul>
|
|
<p>Club Penguin™ Disney Online Studios Canada Inc. © 2010. Reservados todos los derechos.<br/><span class="asterisk">*</span> <span class="updated">Actualizado el 21 de enero de 2010</span></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ if .Env.WEB_RECAPTCHA_SITE }}
|
|
<script src="https://www.google.com/recaptcha/api.js?render={{ .Env.WEB_RECAPTCHA_SITE }}"></script>
|
|
<script type="text/javascript">
|
|
function grecaptchaSubmit(){
|
|
grecaptcha.execute("{{ .Env.WEB_RECAPTCHA_SITE }}", { action: 'login' }).then(function (token) {
|
|
document.getElementById("game").finishedCaptcha(token);
|
|
});
|
|
}
|
|
</script>
|
|
{{ else }}
|
|
<script type="text/javascript">
|
|
function grecaptchaSubmit(){
|
|
document.getElementById("game").finishedCaptcha("houdini");
|
|
}
|
|
</script>
|
|
{{ end }}
|
|
</body>
|
|
</html>
|