{include file="global/block_header.tpl" BLOCK_HEADER="Transaction Summary"} {foreach $SUMMARY as $type=>$total} {/foreach} {foreach $SUMMARY as $type=>$total} {/foreach}
{$type}
{$total}
{include file="global/block_footer.tpl"} {include file="global/block_header.tpl" ALIGN="left" BLOCK_STYLE="width: 23%" BLOCK_HEADER="Transaction Filter"}
{if $COUNTTRANSACTIONS / $LIMIT > 1} {if $smarty.request.start|default:"0" > 0} {else} {/if} {/if} {if $COUNTTRANSACTIONS / $LIMIT > 1} {if $COUNTTRANSACTIONS - $smarty.request.start|default:"0" - $LIMIT > 0} {else} {/if} {/if}
Type {html_options name="filter[type]" options=$TRANSACTIONTYPES selected=$smarty.request.filter.type|default:""}
Status {html_options name="filter[status]" options=$TXSTATUS selected=$smarty.request.filter.status|default:""}
Account
Address
{include file="global/block_footer.tpl"} {include file="global/block_header.tpl" ALIGN="right" BLOCK_STYLE="width: 75%" BLOCK_HEADER="Transaction History"}
{section transaction $TRANSACTIONS} {/section}
TX # Account Date TX Type Status Payment Address Block # Amount
{$TRANSACTIONS[transaction].id} {$TRANSACTIONS[transaction].username} {$TRANSACTIONS[transaction].timestamp} {$TRANSACTIONS[transaction].type} {if $TRANSACTIONS[transaction].type == 'Credit_PPS' OR $TRANSACTIONS[transaction].type == 'Fee_PPS' OR $TRANSACTIONS[transaction].type == 'Donation_PPS' OR $TRANSACTIONS[transaction].type == 'Debit_MP' OR $TRANSACTIONS[transaction].type == 'Debit_AP' OR $TRANSACTIONS[transaction].type == 'TXFee' OR $TRANSACTIONS[transaction].confirmations >= $GLOBAL.confirmations }Confirmed {else if $TRANSACTIONS[transaction].confirmations == -1}Orphaned {else}Unconfirmed{/if} ({$TRANSACTIONS[transaction].confirmations|default:"n/a"}) {$TRANSACTIONS[transaction].coin_address} {if $TRANSACTIONS[transaction].height == 0}n/a{else}{if $GLOBAL.website.blockexplorer.url}{$TRANSACTIONS[transaction].height}{else}{$TRANSACTIONS[transaction].height}{/if}{/if} {$TRANSACTIONS[transaction].amount|number_format:"8"}

Credit_AP = Auto Threshold Payment, Credit_MP = Manual Payment, Donation = Donation, Fee = Pool Fees (if applicable)

{include file="global/block_footer.tpl"}