1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 13:47:45 +00:00
Havana/tools/www-tpl/default/habblet/habboClubConfirm.tpl

16 lines
726 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<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 }} Coins. You Currently Have: {{ playerDetails.credits }} Coins.</p>
<p>
<a href="#" class="new-button" onclick="habboclub.closeSubscriptionWindow(); return false;">
<b>Cancel</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>