yammat/templates/recharge.hamlet

15 lines
411 B
Plaintext
Raw Normal View History

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