.id
4767
.gutitle
jx_account_summary
.title
jx_account_summary
.file
.extension
.name
.user_id
7
.notes
.body
<!--- SteveCard account info --->
<tag.account function="get" whereclause="account.userid_unsignedint = #client_id#">
<var Account = return>

<!--- PayPal Reconcile --->
<tag.account function="paypal_reconcile" account_id="#Account.id#">


<tag.spf_picdiv w="290" h="170" src="http://#this_domain#/file:/image-spf_stevecard?&picwidth=290" style="position:relative; float:right;">
<!--- client's name --->
<div style="position:absolute; top:137px; left:13px; color:##e3e3e3; font-family:Courier New, Courier, Andale Mono, Lucida Console, Monospace; font-size:16px; opacity:0.80; filter:alpha(opacity=80);">
#left(ucase(escapeMarkup(client_name)),20)#
</div>
</tag.spf_picdiv>

<div style="margin-right:320px;">


<h3>You Have #dollarFormat(Account.total_double)#</h3>

<div>&nbsp;</div>

<h4>Recent Transactions:</h4>
<div style="margin-left:1em;">
<tag.txn function="get" whereclause="txn.type IN ('cash_in','pmt') AND txn.userid_unsignedint = #client_id# AND txn.site_id = #site_id#" orderby="txn.so_dateinserted DESC">
<var Txn = return>
<if Txn.recordcount EQ 0>
(none)
<else>
<small><div>
<loop query="Txn">
<if Txn.currentrow EQ 4>
<div align="right"><a href="http://#this_domain#/#get.s1#/#get.s2#/transactions">More...</a></div>
<break>
<else>
<var _title = reReplaceNoCase(Txn.title,"^(Debit|Credit):[ ]+","")>
<var _title = reReplaceNoCase(_title,"\|[^|]+\|","")>
<var _color = "black">
<var _sign = "+">
<if Txn.sum_double LT 0>
<var _color = "##a33">
<var _sign = "-">
</if>
<div style="color:#_color#; margin-bottom:0.2em;">
<div style="float:right; width:30%;" align="right">
#_sign#
#dollarFormat(abs(Txn.sum_double))#
</div>
<div style="float:left; width:22%;">
#_title#
</div>
<div style="margin-left:23%; margin-right:31%;">
#timeAgo(Txn.so_dateinserted)#
</div>
</div>
</if>
</loop>
</div></small>
</if>
</div>

<div>&nbsp;</div>

<h4>Add Funds:</h4>
<div style="margin-left:1em;">
<small>
<div>
You can add money to your SteveCard at any time. Use any credit card
or PayPal account.
</div>
<div style="padding-top:3px;">
<tag.fico i="money--plus" linkback="off" style="height:0.88em;">
<a href="http://#this_domain#/#get.s1#/#get.s2#/add"><b>Add Funds Now &gt;</b></a>
</div>
</small>
</div>


</div>
 
.sum_double
0.00
.producttype
.productincludes
.physical_unsignedint
0
.isprotected_unsignedint
0
.overridesiteheader_unsignedint
0