1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-06 14:47:46 +00:00
Havana/tools/www-tpl/pt/groups/habblet/purchase_confirmation.tpl
2025-02-24 08:11:19 -03:00

16 lines
No EOL
722 B
Smarty

<input type="hidden" name="webwork.token.name" value="webwork.token"/>
<input type="hidden" name="webwork.token" value="HavanaWeb"/>
<div id="group-logo">
<img src="{{ site.sitePath }}/web-gallery/images/groups/group_icon.gif" alt="" width="46" height="46" />
</div>
<p>
Group name: <b>{{ groupName }}</b>.<br>Price: <b>{{ groupCost }} Moedas</b>.<br> Você tem: <b>{{ playerDetails.credits }} Moedas</b>.
</p>
<div id="group-confirmation-button-area">
<div class="new-buttons clearfix">
<a class="new-button" href="#" onclick="GroupPurchase.close(); return false;"><b>Cancelar</b><i></i></a>
<a class="new-button" href="#" onclick="GroupPurchase.purchase(); return false;"><b>Comprar</b><i></i></a>
</div>
</div>