mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-05 06:07:46 +00:00
16 lines
No EOL
732 B
Smarty
16 lines
No EOL
732 B
Smarty
<div id="hc_confirm_box">
|
|
|
|
<img src="{{ site.staticContentPath }}/web-gallery/images/piccolo_happy.gif" alt="" align="left" style="margin:10px;" />
|
|
<p><b>Confirmation</b></p>
|
|
<p>{{ clubMonths }} {{ site.siteName }} Club month ({{ clubDays }} days) costs {{ clubCredits }} Monedas. You Currently Have: {{ playerDetails.credits }} Monedas.</p>
|
|
|
|
<p>
|
|
<a href="#" class="new-button" onclick="habboclub.closeSubscriptionWindow(); return false;">
|
|
<b>Cancelar</b><i></i></a>
|
|
<a href="#" ondblclick="habboclub.showSubscriptionResultWindow({{ clubType }},''); return false;" onclick="habboclub.showSubscriptionResultWindow({{ clubType }},''); return false;" class="new-button">
|
|
<b>Ok</b><i></i></a>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div> |