mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-05 06:07:46 +00:00
Add files via upload
This commit is contained in:
parent
82b70acf26
commit
6373a17a85
2 changed files with 180 additions and 27 deletions
153
tools/www-tpl/default-es/client.tpl
Normal file
153
tools/www-tpl/default-es/client.tpl
Normal file
|
@ -0,0 +1,153 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html" />
|
||||
<title>{{ site.siteName }}: </title>
|
||||
|
||||
<script type="text/javascript">
|
||||
var andSoItBegins = (new Date()).getTime();
|
||||
</script>
|
||||
<link rel="shortcut icon" href="{{ site.staticContentPath }}/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.siteName }}: RSS" href="{{ site.sitePath }}/articles/rss.xml" />
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/libs2.js" type="text/javascript"></script>
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/visual.js" type="text/javascript"></script>
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/libs.js" type="text/javascript"></script>
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/common.js" type="text/javascript"></script>
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/buttons.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/boxes.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/tooltips.css" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/habboclient.css" type="text/css" />
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/habboclient.js" type="text/javascript"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
document.habboLoggedIn = {{ session.loggedIn }};
|
||||
var habboName = "{{ session.loggedIn ? playerDetails.getName() : "" }}";
|
||||
var ad_keywords = "";
|
||||
var habboReqPath = "{{ site.sitePath }}";
|
||||
var habboStaticFilePath = "{{ site.staticContentPath }}/web-gallery";
|
||||
var habboImagerUrl = "{{ site.staticContentPath }}/habbo-imaging/";
|
||||
var habboPartner = "";
|
||||
window.name = "client";
|
||||
if (typeof HabboClient != "undefined") { HabboClient.windowName = "client"; }
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var habboClient = true;
|
||||
HabboClientUtils.init({remoteCallsEnabled : true, taggingGameEnabled : false});
|
||||
ffec.c("chrome://havvocmini/content/HavvocIcon.PNG");
|
||||
log(4);
|
||||
</script>
|
||||
|
||||
<meta name="description" content="Join the world's largest virtual hangout where you can meet and make friends. Design your own rooms, collect cool furniture, throw parties and so much more! Create your FREE {{ site.siteName }} today!" />
|
||||
<meta name="keywords" content="{{ site.siteName }}, virtual, world, join, groups, forums, play, games, online, friends, teens, collecting, social network, create, collect, connect, furniture, virtual, goods, sharing, badges, social, networking, hangout, safe, music, celebrity, celebrity visits, cele" />
|
||||
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/ie8.css" type="text/css" />
|
||||
<![endif]-->
|
||||
<!--[if lt IE 8]>
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/ie.css" type="text/css" />
|
||||
<![endif]-->
|
||||
<!--[if lt IE 7]>
|
||||
<link rel="stylesheet" href="{{ site.staticContentPath }}/web-gallery/v2/styles/ie6.css" type="text/css" />
|
||||
<script src="{{ site.staticContentPath }}/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
|
||||
</script>
|
||||
|
||||
<style type="text/css">
|
||||
body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
<meta name="build" content="HavanaWeb" />
|
||||
</head>
|
||||
<body id="client" class="wide">
|
||||
|
||||
<div id="client-topbar" style="display:none">
|
||||
|
||||
<div class="logo"><img src="{{ site.staticContentPath }}/web-gallery/images/popup/popup_topbar_habbologo.gif" alt="" align="middle"/></div>
|
||||
<div class="habbocount"><div id="habboCountUpdateTarget">
|
||||
{{ site.formattedUsersOnline }} Habbos conectados</div>
|
||||
<script language="JavaScript" type="text/javascript">
|
||||
setTimeout(function() {
|
||||
HabboCounter.init(600);
|
||||
}, 20000);
|
||||
</script>
|
||||
</div>
|
||||
<div class="logout"><a href="{{ site.sitePath }}/account/logout?origin=popup" onclick="self.close(); return false;">Close Hotel</a></div>
|
||||
</div>
|
||||
<noscript>
|
||||
<img src="{{ site.sitePath }}/clientlog/nojs" border="0" width="1" height="1" alt="" style="position: absolute; top:0; left: 0"/>
|
||||
</noscript>
|
||||
|
||||
<div id="clientembed-container">
|
||||
<div id="clientembed-loader" class="loader-image" style="display:none">
|
||||
<div class="loader-image-inner">
|
||||
<b class="loading-text">Cargando {{ site.siteName }} Hotel...</b>
|
||||
</div>
|
||||
</div>
|
||||
<div id="clientembed">
|
||||
<script type="text/javascript" language="javascript">
|
||||
HabboClientUtils.extWrite("<object classid=\"clsid:166B1BCA-3F9C-11CF-8075-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0\" id=\"Theme\" width=\"960\" height=\"540\"\>\n<param name=\"src\" value=\"{{ site.loaderDcr }}\"\>\n<param name=\"swRemote\" value=\"swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swTitle=\'Themehotel\' swContextMenu=\'true\' \"\>\n<param name=\"swStretchStyle\" value=\"stage\"\>\n<param name=\"swText\" value=\"\"\>\n<param name=\"bgColor\" value=\"#000000\"\>\n <param name=\"sw6\" value=\"client.connection.failed.url={{ site.sitePath }}/clientutils.php?key=connection_failed;external.variables.txt={{ site.loaderVariables }}country={{ preferredCountry }}\"\>\n {{ forwardScript }}\n <param name=\"sw8\" value=\"use.sso.ticket=1;sso.ticket={{ ssoTicket }}\"\>\n <param name=\"sw2\" value=\"connection.info.host={{ site.loaderGameIp }};connection.info.port={{ site.loaderGamePort }}\"\>\n <param name=\"sw9\" value=\"{{ shortcut }}account_id={{ playerDetails.id }}\"\>\n <param name=\"sw4\" value=\"site.url={{ site.sitePath }};url.prefix={{ site.sitePath }}\"\>\n <param name=\"sw3\" value=\"connection.mus.host={{ site.loaderMusIp }};connection.mus.port={{ site.loaderMusPort }}\"\>\n <param name=\"sw1\" value=\"client.allow.cross.domain=1;client.notify.cross.domain=0\"\>\n <param name=\"sw7\" value=\"external.texts.txt={{ site.loaderTexts }}\"\>\n <param name=\"sw5\" value=\"client.reload.url={{ site.sitePath }}client.php?x=reauthenticate;client.fatal.error.url={{ site.sitePath }}/clientutils.php?key=error\"\>\n<embed src=\"{{ site.loaderDcr }}\" bgColor=\"#000000\" width=\"960\" height=\"540\" swRemote=\"swSaveEnabled=\'true\' swVolume=\'true\' swRestart=\'false\' swPausePlay=\'false\' swFastForward=\'false\' swTitle=\'Habbo Hotel\' swContextMenu=\'true\'\" swStretchStyle=\"stage\" swText=\"\" type=\"application/x-director\" pluginspage=\"http://www.macromedia.com/shockwave/download/\" \n sw6=\"client.connection.failed.url={{ site.sitePath }}/clientutils.php?key=connection_failed;external.variables.txt={{ site.loaderVariables }}country={{ preferredCountry }}\"\n {{ forwardSubScript }} \n sw8=\"use.sso.ticket=1;sso.ticket={{ ssoTicket }}\" \n sw2=\"connection.info.host={{ site.loaderGameIp }};connection.info.port={{ site.loaderGamePort }}\" \n sw9=\"{{ shortcut }}account_id={{ playerDetails.id }}\" \n sw4=\"site.url={{ site.sitePath }}\;url.prefix={{ site.sitePath }}\" \n sw3=\"connection.mus.host={{ site.loaderMusIp }};connection.mus.port={{ site.loaderMusPort }}\" \n sw1=\"client.allow.cross.domain=1;client.notify.cross.domain=0\" \n sw7=\"external.texts.txt={{ site.loaderTexts }}\" \n \n sw5=\"client.reload.url={{ site.sitePath }}/client.php?x=reauthenticate;client.fatal.error.url={{ site.sitePath }}/clientutils.php?key=error\" \></embed\>\n<noembed\>client.pluginerror.message</noembed\>\n</object\>");
|
||||
</script>
|
||||
<noscript>
|
||||
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0" id="Theme" width="960" height="540">
|
||||
<param name="src" value="{{ site.loaderDcr }}">
|
||||
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Themehotel' swContextMenu='true' ">
|
||||
<param name="swStretchStyle" value="stage">
|
||||
<param name="swText" value="">
|
||||
<param name="bgColor" value="#000000">
|
||||
<param name="sw6" value="client.connection.failed.url={{ site.sitePath }}/clientutils.php?key=connection_failed;external.variables.txt={{ site.loaderVariables }}country={{ preferredCountry }}">
|
||||
{{ forward }}
|
||||
<param name="sw9" value="{{ shortcut }}account_id={{ playerDetails.id }}">
|
||||
<param name="sw8" value="use.sso.ticket=1;sso.ticket={{ ssoTicket }}">
|
||||
<param name="sw2" value="connection.info.host={{ site.loaderGameIp }};connection.info.port={{ site.loaderGamePort }}">
|
||||
<param name="sw4" value="site.url={{ site.sitePath }};url.prefix={{ site.sitePath }}">
|
||||
<param name="sw3" value="connection.mus.host={{ site.loaderMusIp }};connection.mus.port={{ site.loaderMusPort }}">
|
||||
<param name="sw1" value="client.allow.cross.domain=1;client.notify.cross.domain=0">
|
||||
<param name="sw7" value="external.texts.txt={{ site.loaderTexts }}">
|
||||
<param name="sw5" value="client.reload.url={{ site.sitePath }}/client.php?x=reauthenticate;client.fatal.error.url={{ site.sitePath }}/clientutils.php?key=error">
|
||||
<!--[if IE]>client.pluginerror.message<![endif]-->
|
||||
<embed src="{{ site.loaderDcr }}" bgColor="#000000" width="960" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Themehotel' swContextMenu='true'" swStretchStyle="stage" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"
|
||||
{{ forwardSub }}
|
||||
sw6="client.connection.failed.url={{ site.sitePath }}/clientutils.php?key=connection_failed;external.variables.txt={{ site.loaderVariables }}country={{ preferredCountry }}"
|
||||
sw9="{{ shortcut }}account_id={{ playerDetails.id }}"
|
||||
sw8="use.sso.ticket=1;sso.ticket={{ ssoTicket }}"
|
||||
sw2="connection.info.host={{ site.loaderGameIp }};connection.info.port={{ site.loaderGamePort }}"
|
||||
sw4="site.url={{ site.sitePath }};url.prefix={{ site.sitePath }}"
|
||||
sw3="connection.mus.host={{ site.loaderMusIp }};connection.mus.port={{ site.loaderMusPort }}"
|
||||
sw1="client.allow.cross.domain=1;client.notify.cross.domain=0"
|
||||
sw7="external.texts.txt={{ site.loaderTexts }}"
|
||||
sw5="client.reload.url={{ site.sitePath }}/client.php?x=reauthenticate;client.fatal.error.url={{ site.sitePath }}/clientutils.php?key=error" ></embed>
|
||||
<noembed>client.pluginerror.message</noembed>
|
||||
</object>
|
||||
</noscript>
|
||||
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
HabboClientUtils.loaderTimeout = 10 * 1000;
|
||||
HabboClientUtils.showLoader(["Loading {{ site.siteName }}", "Loading {{ site.siteName }}.", "Loading {{ site.siteName }}..", "Loading {{ site.siteName }}..."]);
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
try {
|
||||
var _shockwaveDetectionSuccessful = true;
|
||||
_shockwaveDetectionSuccessful = ShockwaveInstallation.swDetectionCheck();
|
||||
if (!_shockwaveDetectionSuccessful) {
|
||||
log(50);
|
||||
}
|
||||
if (_shockwaveDetectionSuccessful) {
|
||||
HabboClientUtils.cacheCheck();
|
||||
}
|
||||
} catch(e) {
|
||||
try {
|
||||
HabboClientUtils.logClientJavascriptError(e);
|
||||
} catch(e2) {}
|
||||
}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -157,7 +157,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<div>
|
||||
{% autoescape 'html' %}
|
||||
{% if playerDetails.motto == "" %}
|
||||
<span title="Click to enter your motto/ status">Haz clic aquí para cambiar tu misión</span>
|
||||
<span title="Click to enter your motto/ status">Haz clic aquí para cambiar tu misión...</span>
|
||||
{% else %}
|
||||
<span title="Click to enter your motto/ status">{{ playerDetails.motto }}</span>
|
||||
{% endif %}
|
||||
|
@ -169,17 +169,17 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
</div>
|
||||
|
||||
<ul id="link-bar" class="clearfix">
|
||||
<li class="change-looks"><a href="{{ site.sitePath }}/profile">Cambiar look »</a></li>
|
||||
<li class="change-looks"><a href="{{ site.sitePath }}/profile">Cambia tu 'look' »</a></li>
|
||||
<li class="credits">
|
||||
<a href="{{ site.sitePath }}/credits">{{ playerDetails.credits }}</a> Créditos </li>
|
||||
<li class="club">
|
||||
{% if playerDetails.hasClubSubscription() %}
|
||||
<a href="{{ site.sitePath }}/club">{{ hcDays }} </a>Días restantes como HC </li>
|
||||
{% else %}
|
||||
<a href="{{ site.sitePath }}/club">Unirte al {{ site.siteName }} club »</a> </li>
|
||||
<a href="{{ site.sitePath }}/club">Unirse al {{ site.siteName }} club »</a> </li>
|
||||
{% endif %}
|
||||
<li class="activitypoints">
|
||||
<a href="{{ site.sitePath }}/credits/pixels">{{ playerDetails.pixels }}</a> Pixeles </li>
|
||||
<a href="{{ site.sitePath }}/credits/pixels">{{ playerDetails.pixels }}</a> Píxeles </li>
|
||||
</ul>
|
||||
|
||||
<div id="habbo-feed">
|
||||
|
@ -194,7 +194,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
{% for alert in alerts %}
|
||||
{% if alert.getAlertType() == 'HC_EXPIRED' %}
|
||||
<li id="feed-item-hc-reminder">
|
||||
<a href="#" class="remove-feed-item" id="remove-hc-reminder" title="Remove notification">Remove notification</a>
|
||||
<a href="#" class="remove-feed-item" id="remove-hc-reminder" title="Remove notification">Cerrar notificación</a>
|
||||
|
||||
<div>Ha expirado tu pertenencia al {{ site.siteName }} Club. ¿Deseas renovar? </div>
|
||||
<div class="clearfix">
|
||||
|
@ -251,7 +251,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
|
||||
{% if unreadGuestbookMessages > 0 %}
|
||||
<li class="small" id="feed-guestbook">
|
||||
You have <a href="{{ site.sitePath }}/home/{{ playerDetails.getName() }}">tienes {{ unreadGuestbookMessages }} firmas nuevas</a> en tu home
|
||||
Tienes <a href="{{ site.sitePath }}/home/{{ playerDetails.getName() }}">{{ unreadGuestbookMessages }} firmas nuevas</a> en tu home
|
||||
</li>
|
||||
{% endif %}
|
||||
|
||||
|
@ -272,7 +272,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
{% set num = 1 %}
|
||||
{% if newPostsAmount > 0 %}
|
||||
<li class="small" id="feed-group-discussion">
|
||||
<strong>{{ newPostsAmount }}</strong> de tus Grupos tienen nuevos mensajes en sus foros:
|
||||
<strong>{{ newPostsAmount }}</strong> de tus Grupos tienen nuevos mensajes en sus Foros:
|
||||
<span>
|
||||
{% for group in newPosts.entrySet() %}
|
||||
{% set groupId = group.getKey() %}
|
||||
|
@ -353,7 +353,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<div class="habblet-container " id="giftqueue">
|
||||
<div class="cbb clearfix rooms">
|
||||
<h2 class="title">
|
||||
Your next gift!
|
||||
¡Tu siguiente regalo!
|
||||
{% if newbieNextGift > 2 %}
|
||||
<span class="habblet-close" id="habblet-close-giftqueue" onclick="GiftQueueHabblet.hide()"></span>
|
||||
{% endif %}
|
||||
|
@ -368,25 +368,25 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<div class="cbb clearfix orange ">
|
||||
|
||||
|
||||
<h2 class="title">Novedades </h2>
|
||||
<h2 class="title">Noticiones </h2>
|
||||
<div id="hotcampaigns-habblet-list-container">
|
||||
<ul id="hotcampaigns-habblet-list">
|
||||
|
||||
<li class="even">
|
||||
<div class="hotcampaign-container">
|
||||
<a href="{{ site.sitePath }}/articles"><img src="{{ site.staticContentPath }}/c_images/hot_campaign_images_gb/beta.gif" align="left" alt="" /></a>
|
||||
<h3>Under Construction</h3>
|
||||
<p>Put interesting text in here, because this text is just useless sitting here otherwise!</p>
|
||||
<p class="link"><a href="{{ site.sitePath }}">Go there »</a></p>
|
||||
<a href="{{ site.sitePath }}/articles"><img src="{{ site.staticContentPath }}/c_images/hot_campaign_images_gb/misterioso.png" align="left" alt="" /></a>
|
||||
<h3>¿Aun hay amor?</h3>
|
||||
<p>Parece que no hay noticiones en este momento ¡Vuelve mas tarde!</p>
|
||||
<p class="link"><a href="{{ site.sitePath }}">Ir »</a></p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="odd">
|
||||
<div class="hotcampaign-container">
|
||||
<a href="{{ site.sitePath }}/articles"><img src="{{ site.staticContentPath }}/c_images/hot_campaign_images_gb/habbobetahot.gif" align="left" alt="" /></a>
|
||||
<h3>Under Construction</h3>
|
||||
<p>Put interesting text in here, because this text is just useless sitting here otherwise!</p>
|
||||
<p class="link"><a href="{{ site.sitePath }}">Go there »</a></p>
|
||||
<a href="{{ site.sitePath }}/articles"><img src="{{ site.staticContentPath }}/c_images/hot_campaign_images_gb/homexpo.png" align="left" alt="" /></a>
|
||||
<h3>¡Cuidado con la cabeza!</h3>
|
||||
<p>Parece que no hay noticiones en este momento ¡Vuelve mas tarde!</p>
|
||||
<p class="link"><a href="{{ site.sitePath }}">Ir »</a></p>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
@ -413,7 +413,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<div class="habblet-container minimail" id="mail">
|
||||
<div class="cbb clearfix blue ">
|
||||
|
||||
<h2 class="title">bandeja de entrada </h2>
|
||||
<h2 class="title">Mis Mensajes </h2>
|
||||
<div id="minimail">
|
||||
<div class="minimail-contents">
|
||||
{% include "habblet/minimail/minimail_messages.tpl" %}
|
||||
|
@ -505,9 +505,9 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
L10N.put("habblet.search.error.search_string_too_long", "The search keyword was too long. Maximum length is 30 characters.");
|
||||
L10N.put("habblet.search.error.search_string_too_short", "The search keyword was too short. 2 characters required.");
|
||||
L10N.put("habblet.search.add_friend.title", "Add to friend list");
|
||||
L10N.put("habblet.search.error.search_string_too_long", "La busqueda es muy larga, debe tener maximo 30 caracteres.");
|
||||
L10N.put("habblet.search.error.search_string_too_short", "La busqueda es muy corta, debe tener almenos 2 caracteres");
|
||||
L10N.put("habblet.search.add_friend.title", "Añadir Amig@");
|
||||
new HabboSearchHabblet(2, 30);
|
||||
|
||||
</script>
|
||||
|
@ -543,13 +543,13 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<hr/>
|
||||
</div>
|
||||
<div id="invitation-link-container">
|
||||
<h3>¡Disfruta de {{ site.siteName }} mas con amigos de la vida real!</h3>
|
||||
<h3>¡Sácale más partido a {{ site.siteName }} con amigos reales!</h3>
|
||||
|
||||
<div class="copytext">
|
||||
<p>¡Invita a tus amigos a Habbo y obtén placas increíbles! Mándales el link y diles que se registren y confirmen su email. Si visitan Habbo de una manera activa serás recompensado con una placa.</p>
|
||||
<p>¡Invita a tus amigos a {{ site.siteName }} y logra Placas espectaculares! Envía un link a tus amigos y pídeles que se registren y activen su email. Si se vuelven unos {{ site.siteName }}s activos, tú serás recompensado con una Placa.</p>
|
||||
</div>
|
||||
<div class="invitation-buttons clearfix">
|
||||
<a class="new-button" id="getlink-friend-invite-button" href="#"><b>¡Clic aquí para obtener el link!</b><i></i></a>
|
||||
<a class="new-button" id="getlink-friend-invite-button" href="#"><b>¡Haz clic para enviar invitaciones!</b><i></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -575,7 +575,7 @@ body { behavior: url({{ site.staticContentPath }}/web-gallery/js/csshover.htc);
|
|||
<h2 class="title">Eventos </h2>
|
||||
<div id="current-events">
|
||||
<div class="category-selector">
|
||||
<p>¡Mira los eventos del hotel por su categoria!</p>
|
||||
<p>Echa un vistazo a los últimos eventos por categorías</p>
|
||||
<select id="event-category">
|
||||
<option value="1">Fiesta y Música</option>
|
||||
<option value="2">Tradeos</option>
|
||||
|
@ -802,7 +802,7 @@ document.observe("dom:loaded", function() {
|
|||
<div class="box-tabs-container clearfix">
|
||||
<h2>Grupos</h2>
|
||||
<ul class="box-tabs">
|
||||
<li id="tab-2-1"><a href="#">Grupos populares</a><span class="tab-spacer"></span></li>
|
||||
<li id="tab-2-1"><a href="#">TOP Grupos</a><span class="tab-spacer"></span></li>
|
||||
<li id="tab-2-2" class="selected"><a href="#">Mis Grupos</a><span class="tab-spacer"></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -845,7 +845,7 @@ document.observe("dom:loaded", function() {
|
|||
{% set i = i + 1 %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<div class="habblet-button-row clearfix"><a class="new-button" id="purchase-group-button" href="#"><b>Create/buy a Group</b><i></i></a></div>
|
||||
<div class="habblet-button-row clearfix"><a class="new-button" id="purchase-group-button" href="#"><b>Crear un Grupo</b><i></i></a></div>
|
||||
</div>
|
||||
|
||||
<div id="groups-habblet-group-purchase-button" class="habblet-list-container"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue