yammat/templates/recharge.hamlet

14 lines
367 B
Plaintext
Raw Normal View History

2015-04-04 06:46:33 +02:00
$doctype 5
<h3>
2015-04-10 00:40:58 +02:00
_{MsgRecharge}
2015-04-04 06:46:33 +02:00
<p>
2015-04-10 00:40:58 +02:00
_{MsgCurrentCharge (userBalance user) currency}
2015-04-04 06:46:33 +02:00
<form method=post enctype=#{enctype}>
^{rechargeWidget}
2015-10-22 23:57:27 +02:00
<div .plusbtn>
<input onclick="crmnt( document.getElementById('hident2'), 5 )" value="_{MsgPlus5}" type="button">
<input onclick="crmnt( document.getElementById('hident2'), -5 )" value="_{MsgMinus5}" type="button">