<var C = GLOBAL.Def.Style.color>
<tag.unit_css>
<style type="text/css">
.unit_left { padding-top:6px; }
</style>
<!--- form --->
<div>
<h3>Your Location</h3>
<p style="margin-right:7em;">
Before you continue as a member of Club Steve USA, please tell us
your city, state and zip code. Why? More concerts in your home
town, that's why!
</p>
<div style="margin-right:4em;"><postform>
<postsuccess>
<if NOT ( GLOBAL.Def.Client.city EQ "" OR GLOBAL.Def.Client.state EQ "" OR GLOBAL.Def.Client.zip EQ "" )>
<goto url="http://#this_domain#/">
<BREAK>
</if>
</postsuccess>
<div class="unit">
<div class="unit_left">City:</div>
<div class="unit_right">
<var val = "">
<if isdefined("post.n1_city")><var val = post.n1_city><elseif client_id GT 1><var val = GLOBAL.Def.Client.city></if>
<input name="1_city" value="#val#" class="<if val EQ ''>select_this</if>">
</div>
</div>
<div class="unit">
<div class="unit_left">State:</div>
<div class="unit_right">
<var val = "">
<if isdefined("post.n1_state")><var val = post.n1_state><else><var val = GLOBAL.Def.Client.state></if>
<tag.return_list_of_states>
<var _states = return>
<select name="1_state" id="1_state">
<option value="">(select)</option>
<loop list="#_states#" index="x">
<option value="#x#"<if val EQ x> selected</if>>#x#</option>
</loop>
</select>
</div>
</div>
<div class="unit">
<div class="unit_left">Zip Code:</div>
<div class="unit_right">
<var val = "">
<if isdefined("post.n1_zip")><var val = post.n1_zip><else><var val = GLOBAL.Def.Client.zip></if>
<input name="1_zip" value="#val#">
</div>
</div>
<div class="unit" style="clear:right; padding-top:5px;">
<div class="unit_left"> </div>
<div class="unit_right">
<input type="submit" name="1_submit" value="That's Where I'm At" style="cursor:pointer;" class="spf_btn">
</div>
</div>
<input type="hidden" name="1_posttype" value="update" style="display:none;">
<input type="hidden" name="1_orb" value="user" style="display:none;">
<input type="hidden" name="1_where" value="user.id = #client_id#" style="display:none;">
</postform></div>
<div> </div>
</div>