<!--- >
Processes for capturing and authenticating new and existing Balloon users
< --->
<if get.s1 EQ "login">
<tag.bn_layout title="Log In | Balloon">
<tag.bn_welcome_login>
</tag.bn_layout>
<return "break">
<elseif get.s1 EQ "sign_up">
<tag.bn_layout title="Sign Up for Balloon">
<tag.bn_welcome_sign_up>
</tag.bn_layout>
<return "break">
<elseif get.s1 EQ "sign_up_confirm">
<tag.bn_layout title="Check Your Email!" ping_mode="1">
<tag.bn_welcome_sign_up_confirm>
</tag.bn_layout>
<return "break">
<elseif get.s1 EQ "confirmemail">
<tag.bn_welcome_confirmemail>
<return "break">
<elseif get.s1 EQ "account_deactivated">
<tag.bn_layout title="Account Deactivated | Balloon">
<tag.bn_welcome_account_deactivated>
</tag.bn_layout>
<return "break">
<elseif client_id LTE 1 AND ( so_slash_string NEQ "account/account_status/deactivate/yes/login" )>
<if isNumeric(get.s1) OR isValidGutitle(get.s1) EQ 1>
<!--- user tease --->
<tag.bn_welcome_user_tease>
<else>
<!--- default --->
<tag.bn_layout title="Balloon">
<tag.bn_welcome_guardhouse>
</tag.bn_layout>
</if>
<return "break">
</if>