yammat/templates/buyCash.hamlet
2015-04-13 14:09:47 +02:00

14 lines
467 B
Plaintext

$doctype 5
<h3>_{MsgPurchaseOf $ beverageIdent bev}
<p>
_{MsgPricePerUnit (beveragePrice bev + 50) (appCurrency $ appSettings master)}
<form method=post enctype=#{enctype}>
^{buyCashWidget}
<div>
<input type=submit value="_{MsgPurchase}">
<input onclick="crmnt( document.getElementById('crement'), 1 )" value="_{MsgIncrement}" type="button">
<input onclick="crmnt( document.getElementById('crement'), -1 )" value="_{MsgDecrement}" type="button">