1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 14:17:46 +00:00

Add files via upload

This commit is contained in:
santi134565 2022-09-04 19:51:19 -05:00 committed by GitHub
parent 72642c0f10
commit 41e648504d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 383 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<a href="https://forum.ragezone.com/members/861739.html">
<p><i>Keep it (un)real!<i></p>
<img src="https://i.imgur.com/6JN4Vwu.gif">
</a>

View file

@ -0,0 +1,33 @@
<!--
{% if (session.loggedIn == false) or (playerDetails.hasFlashWarning) %}
<div id="flash-check" style="display: none">
<div class="rounded" style="background-color: red; color: white; padding:5px 10px 10px 10px">
<strong>Oops! Error</strong><br />
Parece ser que no tienes flash activado. Se recomienda activar Flash y Shockwave para jugar Habbo Hotel.</br></br>
Ya que la mayoria de navegadores han dejado su soporte a ambos complementos te recomendamos usar el siguiente navegador: <a style="color:white" href="http://www.mediafire.com/file/o9tknqhdlo655yc/Basilisk-Portable.exe/file">Haciendo clic aquí</a> (Para <a style="color:white" href="http://forum.ragezone.com/f353/portable-browser-flash-shockwave-basilisk-1192727/">mas información clic aquí</a>).</br>
<!-- You may download the <a style="color:white" href="{{ site.sitePath }}/help/shockwave_app">Shockwave portable client app</a> to play the server.</br> -->
</br>
<b>Esta alerta no aparecera si tienes flash activado.</b>
</div>
<br/>
</div>
<script>
function hasFlash() {
try {
return Boolean(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
} catch (exception) {
return ('undefined' != typeof navigator.mimeTypes[
'application/x-shockwave-flash']);
}
return false;
}
if (hasFlash()) {
document.getElementById("flash-check").style.display = "none";
} else {
document.getElementById("flash-check").style.display = "block";
}
</script>
{% endif %}
-->

View file

@ -0,0 +1,7 @@
<div id="footer">
<p><a href="{{ site.sitePath }}/" target="_self">Homepage</a> | <a href="{{ site.sitePath }}/papers/disclaimer" target="_self">Disclaimer</a> | <a href="{{ site.sitePath }}/papers/privacy" target="_self">Privacy Policy</a></p>
{% set indexClass = " class=\"copyright\"" %}
<p{{ indexClass }}>Powered by HavanaWeb &copy 2019 <a href="https://alex-dev.org/">Quackster</a><br />HABBO is a registered trademark of Sulake Corporation. All rights reserved to their respective owner(s).</p>
</div></div>
</div>

View file

@ -0,0 +1,7 @@
<div id="header" class="clearfix">
<h1><a href="/"></a></h1>
<ul class="stats">
<li class="stats-online"><span class="stats-fig">{{ site.formattedUsersOnline }}</span> Habbos conectados</li>
<li class="stats-visited"><span class="stats-fig">{{ site.visits }} </span> visitas recientes.</li>
</ul>
</div>

View file

@ -0,0 +1,48 @@
{% if session.loggedIn %}
<div id="hc-habblet">
<div id="hc-membership-info" class="box-content">
{% if playerDetails.hasClubSubscription() %}
<p>Tienes {{ hcDays }} días de {{ site.siteName }} Club restantes.</p>
<p>Has sido miembro de {{ site.siteName }} Club por {{ hcSinceMonths }} meses</p>
{% else %}
<p>No formas parte del {{ site.siteName }} Club</p>
{% endif %}
</div>
<div id="hc-buy-container" class="box-content">
<div id="hc-buy-buttons" class="hc-buy-buttons rounded rounded-hcred">
<form class="subscribe-form" method="post">
<input type="hidden" id="settings-figure" name="figureData" value="">
<input type="hidden" id="settings-gender" name="newGender" value="">
<table width="100%">
<tr>
<td>
<a class="new-button fill" id="subscribe1" href="#" onclick='habboclub.buttonClick(1, "HABBO CLUB"); return false;'><b style="padding-left: 3px; padding-right: 3px;">Comprar 1 mes</b><i></i></a>
</td>
<td width="45%">Subscribirte por {{ clubChoiceDays1 }} días<br/> {{ clubChoiceCredits1 }} Créditos</td>
</tr>
<tr>
<td>
<a class="new-button fill" id="subscribe2" href="#" onclick='habboclub.buttonClick(2, "HABBO CLUB"); return false;'><b style="padding-left: 3px; padding-right: 3px;">Comprar 3 meses</b><i></i></a>
</td>
<td width="45%">Subscribirte por {{ clubChoiceDays2 }} dias<br/> {{ clubChoiceCredits2 }} Créditos</td>
</tr>
<tr>
<td>
<a class="new-button fill" id="subscribe3" href="#" onclick='habboclub.buttonClick(3, "HABBO CLUB"); return false;'><b style="padding-left: 3px; padding-right: 3px;">Comprar 6 meses</b><i></i></a>
</td>
<td width="45%">Subscribirte por {{ clubChoiceDays3 }} días<br/> {{ clubChoiceCredits3 }} Créditos</td>
</tr>
</table>
</form>
</div>
</div>
</div>
{% else %}
<div id="hc-habblet" class='box-content'>
Logeate para ver tu status del {{ site.siteName }} Club</div>
{% endif %}

View file

@ -0,0 +1,184 @@
{% if session.loggedIn == false %}
<div id="overlay"></div>
<div id="header-container">
<div id="header" class="clearfix">
<h1><a href="{{ site.sitePath }}/"></a></h1>
<div id="subnavi">
<div id="subnavi-user">
<div class="clearfix">&nbsp;</div>
<p>
<a href="{{ site.sitePath }}/client" id="enter-hotel-open-medium-link" target="client" onclick="HabboClient.openOrFocus(this); return false;">Enter {{ site.siteName }} Hotel</a>
</p>
</div>
<div id="subnavi-login">
<form action="{{ site.sitePath }}/account/submit" method="post" id="login-form">
<input type="hidden" name="page" value="/community" />
<ul>
<li>
<label for="login-username" class="login-text"><b>Usuario</b></label>
<input tabindex="1" type="text" class="login-field" name="Usuario" id="login-username" />
<a href="#" id="login-submit-new-button" class="new-button" style="float: left; display:none"><b>Log in</b><i></i></a>
<input type="submit" id="login-submit-button" value="Log in" class="submit"/>
</li>
<li>
<label for="login-password" class="login-text"><b>Contraseña</b></label>
<input tabindex="2" type="password" class="login-field" name="password" id="login-password" />
<input tabindex="3" type="checkbox" name="_login_remember_me" value="true" id="login-remember-me" />
<label for="login-remember-me" class="left">Recuerdame</label>
</li>
</ul>
</form>
<div id="subnavi-login-help" class="clearfix">
<ul>
<li class="register"><a href="{{ site.sitePath }}/account/password/forgot" id="forgot-password"><span>I forgot my password/username</span></a></li>
<li><a href="{{ site.sitePath }}/register"><span>Register</span></a></li>
</ul>
</div>
<div id="remember-me-notification" class="bottom-bubble" style="display:none;">
<div class="bottom-bubble-t"><div></div></div>
<div class="bottom-bubble-c">
By selecting 'remember me' you will stay signed in on this computer until you click 'Sign Out'. If this is a public computer please do not use this feature. </div>
<div class="bottom-bubble-b"><div></div></div>
</div>
</div>
</div>
<script type="text/javascript">
LoginFormUI.init();
RememberMeUI.init("right");
</script>
<ul id="navi">
<li id="tab-register-now"><a href="{{ site.sitePath }}/register">Register now!</a><span></span></li>
{% if session.currentPage == "community" %}
<li class="selected">
<strong>Community</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/community">Community</a> <span></span>
</li>
{% endif %}
{% if session.currentPage == "credits" %}
<li class="selected">
<strong>Coins</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/credits">Coins</a> <span></span>
</li>
{% endif %}
{% if session.currentPage == "games" %}
<li class="selected">
<strong>Games</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/games">Games</a> <span></span>
</li>
{% endif %}
</ul>
<div id="habbos-online"><div class="rounded"><span>{{ site.formattedUsersOnline }} {{ site.siteName }}s Conectados</span></div></div>
</div>
</div>
{% else %}
<div id="overlay"></div>
<div id="header-container">
<div id="header" class="clearfix">
<h1><a href="{{ site.sitePath }}/"></a></h1>
<div id="subnavi">
<div id="subnavi-user">
<ul>
<li id="myfriends"><a href="#"><span>Mis Amigos</span></a><span class="r"></span></li>
<li id="mygroups"><a href="#"><span>Mis Grupos</span></a><span class="r"></span></li>
<li id="myrooms"><a href="#"><span>Mis Salas</span></a><span class="r"></span></li>
</ul>
</div>
<div id="subnavi-search">
<div id="subnavi-search-upper">
<ul id="subnavi-search-links">
<li><a href="{{ site.sitePath }}/help" target="habbohelp" onclick="openOrFocusHelp(this); return false">Ayuda</a></li>
<li><a href="{{ site.sitePath }}/account/logout" class="userlink" id="signout">Salir</a></li>
</ul>
</div>
</div>
<div id="to-hotel">
{% if site.serverOnline %}
<a href="{{ site.sitePath }}/client" class="new-button green-button" target="client" onclick="HabboClient.openOrFocus(this); return false;"><b>Entrar a {{ site.siteName }}
Hotel</b><i></i></a>
{% else %}
<div id="hotel-closed-medium">{{ site.siteName }} Hotel no esta disponible</div>
{% endif %}
</div>
</div>
<script type="text/javascript">
L10N.put("purchase.group.title", "Crear un grupo");
document.observe("dom:loaded", function() {
$("signout").observe("click", function() {
HabboClient.close();
});
});
</script>
<ul id="navi">
{% if session.currentPage == "me" %}
<li class="selected">
<strong>{{ playerDetails.getName() }} </strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/me">{{ playerDetails.getName() }}</a> <span></span>
</li>
{% endif %}
{% if session.currentPage == "community" %}
<li class="selected">
<strong>Comunidad</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/community">Comunidad</a> <span></span>
</li>
{% endif %}
{% if session.currentPage == "crédits" %}
<li class="selected">
<strong>Créditos</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/credits">Créditos</a> <span></span>
</li>
{% endif %}
{% if session.currentPage == "games" %}
<li class="selected">
<strong>Juegos</strong> <span></span>
</li>
{% else %}
<li>
<a href="{{ site.sitePath }}/games">Juegos</a> <span></span>
</li>
{% endif %}
{% if playerDetails.getRank().getRankId() >= 6 %}
<li id="tab-register-now"><a href="{{ site.sitePath }}/allseeingeye/hk/">Housekeeping</a><span></span></li>
{% endif %}
</ul>
<div id="habbos-online"><div class="rounded"><span>{{ site.formattedUsersOnline }} {{ site.siteName }}s Conectados</span></div></div>
</div>
</div>
{% endif %}

View file

@ -0,0 +1,13 @@
{% autoescape 'html' %}
{% if tagCloud|length > 0 %}
<ul class="tag-list">
{% for kvp in tagCloud %}
{% set tag = kvp.getKey() %}
{% set size = kvp.getValue() %}
<li><a href="{{ site.sitePath }}/tag/{{ tag }}" class="tag" style="font-size:{{ size }}px">{{ tag }}</a> </li>
{% endfor %}
</ul>
{% else %}
No hay YoSoys disponibles.
{% endif %}
{% endautoescape %}

View file

@ -0,0 +1,87 @@
<form name="tag_search_form" action="{{ site.sitePath }}/tag/search" class="search-box">
<input type="text" name="tag" id="search_query" value="" class="search-box-query" style="float: left"/>
<a onclick="$(this).up('form').submit(); return false;" href="#" class="new-button search-icon" style="float: left"><b><span></span></b><i></i></a>
</form>
<div class="clearfix"></div>
{% if tagList.size() equals 0 %}
<p class="search-result-count">No hay resultados.</p>
{% else %}
<p class="search-result-count">{{ pageId }} - {{ totalTagUsers|length }} / {{ totalCount }}</p>
{% endif %}
{{ tagSearchAdd }}
<p class="search-result-divider"></p>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="search-result">
<tbody>
{% autoescape 'html' %}
{% set num = 0 %}
{% if tagList.size() > 0 %}
{% for habboTag in tagList %}
{% set num = num + 1 %}
{% set tags = habboTag.getTagList() %}
{% if num % 2 == 0 %}
<tr class="even">
{% else %}
<tr class="odd">
{% endif %}
{% if habboTag.getUserId() > 0 %}
{% set player = habboTag.getUserData() %}
<td class="image" style="width:39px;">
<img src="https://cdn.classichabbo.com/habbo-imaging/avatarimage?figure={{ player.figure }}&size=s" alt="" align="left"/>
</td>
<td class="text">
<a href="{{ site.sitePath }}/home/{{ player.getName() }}" class="result-title">{{ player.getName() }}</a><br/>
<span class="result-description">{{ player.getMotto }}</span>
<ul class="tag-list">
{% for userTag in tags %}
<li><a href="{{ site.sitePath }}/tag/{{ userTag }}" class="tag" style="font-size:10px">{{ userTag }}</a> </li>
{% endfor %}
</ul>
</td>
{% endif %}
{% if habboTag.getGroupId() > 0 %}
{% set group = habboTag.getGroupData() %}
<td class="image" style="width:39px;">
<img src="{{ site.habboImagingPath }}/habbo-imaging/badge/{{ group.getBadge() }}.gif" alt="" align="left"/>
</td>
<td class="text">
<a href="{{ group.generateClickLink() }}" class="result-title">{{ group.getName() }}</a><br/>
<span class="result-description">{{ group.getDescription() }}</span>
<ul class="tag-list">
{% for userTag in tags %}
<li><a href="{{ site.sitePath }}/tag/{{ userTag }}" class="tag" style="font-size:10px">{{ userTag }}</a> </li>
{% endfor %}
</ul>
</td>
{% endif %}
</tr>
{% endfor %}
{% endif %}
{% endautoescape %}
</tbody>
</table>
<p class="search-result-navigation">
{% if showFirst %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ showFirstPage }}"><<</a>
{% endif %}
{% if showOldest %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ pageId - 2 }}">{{ pageId - 2 }}</a>
{% endif %}
{% if showOlder %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ pageId - 1 }}">{{ pageId - 1 }}</a>
{% endif %}
{{ pageId }}
{% if showNewer %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ pageId + 1 }}">{{ pageId + 1 }}</a>
{% endif %}
{% if showNewest %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ pageId + 2 }}">{{ pageId + 2 }}</a>
{% endif %}
{% if showLast %}
<a href="{{ site.sitePath }}/tag/{{ tag }}?pageNumber={{ showLastPage }}">>></a>
{% endif %}
</p>