<{t}>货币名称:<{/t}> <{input id="curName" type="text" required="true" name="cur_name" style="width:120px" value=$currency.cur_name}>
<{t}>货币:<{/t}> <{input type="select" required="true" id="curCode" name="cur_code" options=$currency.selcur value=$currency.cur_code}>
<{t}>货币符号:<{/t}> <{input type="text" required="true" style="width:50px" name="cur_sign" value=$currency.cur_sign}><{t}>如:美元货币符号为 $<{/t}>
<{t}>相对汇率:<{/t}> <{input type="text" required="true" name="cur_rate" style="width:50px" value=$currency.cur_rate}><{t}>该货币与默认货币的比率。如果是默认货币,汇率必须为1<{/t}>
<{t}>是否为默认货币:<{/t}> <{input name="def_cur" type="radio" options=$currency.defopt value=$currency.def_cur}>
<{t}>注意:更换默认货币会影响到用户下订单以及所有商品支付币种<{/t}>
<{button type="submit" label="保存"}>