mirror of
https://github.com/solero/wand.git
synced 2024-11-09 15:08:21 +00:00
New play page templates
This commit is contained in:
parent
1d298166ca
commit
874e425eeb
106
templates/legacy-media/play/es/index.html.template
Normal file
106
templates/legacy-media/play/es/index.html.template
Normal file
@ -0,0 +1,106 @@
|
||||
<!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="http://media.localhost/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>
|
107
templates/legacy-media/play/fr/index.html.template
Normal file
107
templates/legacy-media/play/fr/index.html.template
Normal file
@ -0,0 +1,107 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta http-equiv="Content-Language" content="fr"/>
|
||||
<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/fr/" target="_parent">Accueil site Web</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://community.clubpenguin.com/fr/blog/" target="_parent">Quoi de neuf</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/fr/help/" target="_parent">Aide</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/fr/parents/" target="_parent">Parents</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/fr/membership" target="_parent">Abonnement</a></li>
|
||||
</ul>
|
||||
<div id="bigscreen">
|
||||
<div id="sm_screen_button_fr"></div>
|
||||
</div>
|
||||
<div id="languageselector" class="langselect">
|
||||
<label class="langselectlabel">Select Language:</label>
|
||||
<select class="langselectfield" id="langselect">
|
||||
<option value="/fr/">Français</option>
|
||||
<option value="/">English</option>
|
||||
<option value="/es/">Español</option>
|
||||
<option value="/pt/">Português</option>
|
||||
|
||||
</select>
|
||||
</div>
|
||||
<div id="logoff"><a href="http://www.clubpenguin.com/fr/" target="_parent">Déconnexion</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<object type="application/x-shockwave-flash" id="game" name="game" data="http://media.localhost/boots.swf"
|
||||
width="100%"
|
||||
height="98%">
|
||||
<param name="menu" value="false">
|
||||
<param name="allowScriptAccess" value="always">
|
||||
<param name="flashvars" value="lang=fr">
|
||||
<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/fr/company/index.htm" target="_parent">Entreprise</a></li>
|
||||
<li>|</li>
|
||||
<li><a class="new" href="http://www.clubpenguin.com/fr/terms.htm" target="_parent">Conditions d'utilisation</a><span class="asterisk">*</span> </li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/fr/privacy.htm" target="_parent">Confidentialité</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/fr/help/contact/" target="_parent">Nous contacter</a></li>
|
||||
<li>|</li>
|
||||
<li class="noMarg"><a href="http://www.clubpenguin.com/fr/sitemap.htm" target="_parent">Plan du site</a></li>
|
||||
</ul>
|
||||
<p>Club Penguin™ Disney Online Studios Canada Inc. © 2010. Tous droits réservés.<br/><span class="asterisk">*</span> <span class="updated">Mise à jour le 21 janvier 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>
|
106
templates/legacy-media/play/index.html.template
Normal file
106
templates/legacy-media/play/index.html.template
Normal file
@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta http-equiv="Content-Language" content="en"/>
|
||||
<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/" target="_parent">Website Home</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://community.clubpenguin.com/blog/" target="_parent">What's New</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/help/" target="_parent">Help</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/parents/" target="_parent">Parents</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/membership" target="_parent">Membership</a></li>
|
||||
</ul>
|
||||
<div id="bigscreen">
|
||||
<div id="sm_screen_button"></div>
|
||||
</div>
|
||||
<div id="languageselector" class="langselect">
|
||||
<label class="langselectlabel">Select Language:</label>
|
||||
<select class="langselectfield" id="langselect">
|
||||
<option value="/">English</option>
|
||||
<option value="/pt/">Português</option>
|
||||
<option value="/fr/">Français</option>
|
||||
<option value="/es/">Español</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="logoff"><a href="http://www.clubpenguin.com/" target="_parent">Log Off</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=en">
|
||||
<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/company/index.htm" target="_parent">Company</a></li>
|
||||
<li>|</li>
|
||||
<li><a class="new" href="http://www.clubpenguin.com/terms.htm" target="_parent">Terms of Use</a><span class="asterisk">*</span> </li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/privacy.htm" target="_parent">Privacy Policy</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/help/contact/" target="_parent">Contact Us</a></li>
|
||||
<li>|</li>
|
||||
<li class="noMarg"><a href="http://www.clubpenguin.com/sitemap.htm" target="_parent">Site Map</a></li>
|
||||
</ul>
|
||||
<p>Club Penguin™ Disney Online Studios Canada Inc. © 2010. All rights reserved.<br/><span class="asterisk">*</span> <span class="updated">Updated on January 21, 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>
|
106
templates/legacy-media/play/pt/index.html.template
Normal file
106
templates/legacy-media/play/pt/index.html.template
Normal file
@ -0,0 +1,106 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta http-equiv="Content-Language" content="pt"/>
|
||||
<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/pt/" target="_parent">Página Inicial</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://community.clubpenguin.com/pt/blog/" target="_parent">Novidades</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/pt/help/" target="_parent">Ajuda</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/pt/parents/" target="_parent">Pais e Responsáveis</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/pt/membership" target="_parent">Assinatura</a></li>
|
||||
</ul>
|
||||
<div id="bigscreen">
|
||||
<div id="sm_screen_button_pt"></div>
|
||||
</div>
|
||||
<div id="languageselector" class="langselect">
|
||||
<label class="langselectlabel">Select Language:</label>
|
||||
<select class="langselectfield" id="langselect">
|
||||
<option value="/pt/">Português</option>
|
||||
<option value="/">English</option>
|
||||
<option value="/fr/">Français</option>
|
||||
<option value="/es/">Español</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="logoff"><a href="http://www.clubpenguin.com/pt/" target="_parent">Sair</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<object type="application/x-shockwave-flash" id="game" name="game" data="http://media.localhost/boots.swf"
|
||||
width="100%"
|
||||
height="98%">
|
||||
<param name="menu" value="false">
|
||||
<param name="allowScriptAccess" value="always">
|
||||
<param name="flashvars" value="lang=pt">
|
||||
<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/pt/company/index.htm" target="_parent">Empresa</a></li>
|
||||
<li>|</li>
|
||||
<li><a class="new" href="http://www.clubpenguin.com/pt/terms.htm" target="_parent">Termos de uso</a><span class="asterisk">*</span> </li>
|
||||
<li>|</li>
|
||||
<li><a href="http://www.clubpenguin.com/pt/privacy.htm" target="_parent">Política de Privacidade</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="http://support.clubpenguin.com/pt/help/contact/" target="_parent">Fale Conosco</a></li>
|
||||
<li>|</li>
|
||||
<li class="noMarg"><a href="http://www.clubpenguin.com/pt/sitemap.htm" target="_parent">Mapa do Site</a></li>
|
||||
</ul>
|
||||
<p>Club Penguin™ Disney Online Studios Canada Inc. © 2010. Todos os direitos reservados.<br/><span class="asterisk">*</span> <span class="updated">Atualizado em 21 de janeiro 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>
|
@ -0,0 +1,12 @@
|
||||
<environmentData>
|
||||
|
||||
<!-- CP General Environment -->
|
||||
<data name="play" value="{{ .Env.WEB_VANILLA_MEDIA }}/play/"></data>
|
||||
<data name="client" value="{{ .Env.WEB_VANILLA_MEDIA }}/play/v2/client/"></data>
|
||||
<data name="content" value="{{ .Env.WEB_VANILLA_MEDIA }}/play/v2/content/"></data>
|
||||
<data name="games" value="{{ .Env.WEB_VANILLA_MEDIA }}/play/v2/games/"></data>
|
||||
<data name="drupal" value="{{ .Env.WEB_VANILLA_PLAY }}/"></data>
|
||||
<data name="secured" value="{{ .Env.WEB_VANILLA_PLAY }}/"></data>
|
||||
<data name="config" value="{{ .Env.WEB_VANILLA_MEDIA }}/play/"></data>
|
||||
|
||||
</environmentData>
|
137
templates/vanilla-media/play/es/index.html.template
Normal file
137
templates/vanilla-media/play/es/index.html.template
Normal file
File diff suppressed because one or more lines are too long
136
templates/vanilla-media/play/fr/index.html.template
Normal file
136
templates/vanilla-media/play/fr/index.html.template
Normal file
File diff suppressed because one or more lines are too long
134
templates/vanilla-media/play/index.html.template
Normal file
134
templates/vanilla-media/play/index.html.template
Normal file
File diff suppressed because one or more lines are too long
136
templates/vanilla-media/play/pt/index.html.template
Normal file
136
templates/vanilla-media/play/pt/index.html.template
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user