yammat/templates/recharge.hamlet
s72785 e85bfb9761 Update recharge.hamlet
buttons for charging account w. +/-5 cu
2015-04-22 23:05:54 +02:00

15 lines
411 B
Plaintext

$doctype 5
<h3>
_{MsgRecharge}
<p>
_{MsgCurrentCharge (userBalance user) currency}
<form method=post enctype=#{enctype}>
^{rechargeWidget}
<div>
<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">