<ensure variable="get.s2" value="">
<var C = GLOBAL.Def.Style.color>
<var _tabs = "Name,Email,Password,Account_Status">
<if listFindNoCase(_tabs,get.s2) EQ 0>
<var get.s2 = "">
</if>
<if get.s2 EQ "">
<h3>Your Balloon Account</h3>
<ul>
<li>
<div>
<b>Your Name:</b> (<a href="http://#this_domain#/#get.s1#/name">change</a>)
</div>
<div style="padding:3px;">
#escapeMarkup(client_name)#
</div>
<div> </div>
</li>
<li>
<div>
<b>Your Email:</b> (<a href="http://#this_domain#/#get.s1#/email">change</a>)
<div style="padding:3px;">
#escapeMarkup(GLOBAL.Def.Client.email)#
</div>
</div>
<div> </div>
</li>
<li>
<div>
<b>Your Password:</b> (<a href="http://#this_domain#/?&password_reset=1">change</a>)
<div style="padding:3px;">
••••••••
</div>
</div>
<div> </div>
</li>
<li>
<div>
<b>Account Status:</b> (<a href="http://#this_domain#/#get.s1#/account_status">change</a>)
<div style="padding:3px;">
Active
</div>
</div>
<div> </div>
</li>
</ul>
<tag.bn_btn val="Back to Balloon" slash="">
</if>
<if get.s2 EQ "name">
<var _bad_post = 0>
<postform>
<postsuccess>
<if trim(GLOBAL.Def.Client.name) EQ "">
<var _bad_post = 1>
<else>
<update orb="bull" where="bull.user_id = #client_id#" uname="#GLOBAL.Def.Client.name#">
<update orb="bull" where="bull.giveto_unsignedint = #client_id#" uname_b="#GLOBAL.Def.Client.name#">
<if return NEQ "pants">
<goto url="http://#this_domain#/#get.s1#">
</if>
<break>
</if>
</postsuccess>
<h3>Your Full Name</h3>
<div> </div>
<div style="margin-left:1em;">
<b>Name:</b> <input class="select_this" type="text" name="1_name" id="1_name" value="#escapeDoubleQuotes(escapeMarkup(GLOBAL.Def.Client.name))#" autocomplete="off">
<if _bad_post EQ 1>
<div style="padding:3px; color:red;"><small>
Your name may not be blank.
</small></div>
<else>
<div style="padding:3px; color:#C.g3#;"><small>
Your full name, ex. "Jane Doe"
</small></div>
</if>
</div>
<div> </div>
<div class="pagebtn" align="center">
<input type="submit" value="Save Changes" style="cursor:pointer;" class="button">
</div>
<div> </div>
<input type="hidden" style="display:none;" name="1_posttype" value="UPDATE">
<input type="hidden" style="display:none;" name="1_orb" value="user">
<input type="hidden" style="display:none;" name="1_where" value="user.id = #client_id#">
</postform>
</if>
<if get.s2 EQ "email">
<tag.bn_estate_account_email>
</if>
<if get.s2 EQ "password">
<!--- for now, using 7o --->
</if>
<if get.s2 EQ "Account_Status">
<tag.bn_estate_account_account_status>
</if>