diff --git a/templates/bootstrap/admin/wallet/accounts.tpl b/templates/bootstrap/admin/wallet/accounts.tpl new file mode 100644 index 00000000..7b7d2249 --- /dev/null +++ b/templates/bootstrap/admin/wallet/accounts.tpl @@ -0,0 +1,66 @@ +
| Balance | +{$VALUE|number_format:"8"} | +
| {$ADDRESS1} | + +{else} +
| {$ADDRESS1} | +{/if} +{/foreach} +
| Wallet Balance | +{$BALANCE|number_format:"8"} | +|
| Locked for users | +{$LOCKED|number_format:"8"} | +|
| Unconfirmed | +{$UNCONFIRMED|number_format:"8"} | +|
| Liquid Assets | + {if $GLOBAL.config.getbalancewithunconfirmed} +{($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"} | + {else} +{($BALANCE - $LOCKED + $NEWMINT|default:"0")|number_format:"8"} | + {/if} +
| PoS New Mint | +{$NEWMINT|number_format:"8"} | +|
| Liquid Assets | + {if $GLOBAL.config.getbalancewithunconfirmed} +{($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"} | + {else} +{($BALANCE - $LOCKED)|number_format:"8"} | + {/if} +
| Wallet Balance | -{$BALANCE|number_format:"8"} | -|
| Locked for users | -{$LOCKED|number_format:"8"} | -|
| Unconfirmed | -{$UNCONFIRMED|number_format:"8"} | -|
| Liquid Assets | - {if $GLOBAL.config.getbalancewithunconfirmed} -{($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"} | - {else} -{($BALANCE - $LOCKED + $NEWMINT|default:"0")|number_format:"8"} | - {/if} -
| PoS New Mint | -{$NEWMINT|number_format:"8"} | -|
| Liquid Assets | - {if $GLOBAL.config.getbalancewithunconfirmed} -{($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"} | - {else} -{($BALANCE - $LOCKED)|number_format:"8"} | - {/if} -
| Version | -Protocol Version | -Wallet Version | -Peers | -Status | -Blocks | -Accounts | - - -
|---|---|---|---|---|---|---|
| {$COININFO.version|default:""} | -{$COININFO.protocolversion|default:""} | -{$COININFO.walletversion|default:""} | -{$COININFO.connections|default:""} | -{$COININFO.errors|default:"OK"} | -{$COININFO.blocks|default:"0"} | -{$ADDRESSCOUNT} | -
| Host | -Protocol | -Identity | -Connected | -Traffic | -
|---|---|---|---|---|
| {$ARRAY['addr']} | -{$ARRAY['version']} | -{$ARRAY['subver']} | -{$ARRAY['conntime']|date_format:$GLOBAL.config.date} | -{(($ARRAY['bytessent'] + $ARRAY['bytesrecv']) / 1024 / 1024)|number_format:"3"} MB | -
| Balance | -{$VALUE|number_format:"8"} | -
| {$ADDRESS1} | - -{else} -
| {$ADDRESS1} | -{/if} -{/foreach} -
| Host | +Protocol | +Identity | +Connected | +Traffic | +
|---|---|---|---|---|
| {$ARRAY['addr']} | +{$ARRAY['version']} | +{$ARRAY['subver']} | +{$ARRAY['conntime']|date_format:$GLOBAL.config.date} | +{(($ARRAY['bytessent'] + $ARRAY['bytesrecv']) / 1024 / 1024)|number_format:"3"} MB | +
| Version | +Protocol Version | +Wallet Version | +Peers | +Status | +Blocks | +Accounts | + + +
|---|---|---|---|---|---|---|
| {$COININFO.version|default:""} | +{$COININFO.protocolversion|default:""} | +{$COININFO.walletversion|default:""} | +{$COININFO.connections|default:""} | +{$COININFO.errors|default:"OK"} | +{$COININFO.blocks|default:"0"} | +{$ADDRESSCOUNT} | +