{include file="global/block_header.tpl" ALIGN="left" BLOCK_STYLE="width: 23%" BLOCK_HEADER="Transaction Filter"}
{include file="global/block_footer.tpl"} {include file="global/block_header.tpl" ALIGN="right" BLOCK_STYLE="width: 75%" BLOCK_HEADER="Transaction History"}| 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.blockexplorer}{$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)