{* $Id: contactus.tpl,v 1.17.2.1 2003/02/11 09:03:02 svowl Exp $ *} {literal} {/literal} {if $smarty.get.mode eq "update"} {$lng.txt_contact_us_header} {/if}

{capture name=dialog} {if $smarty.get.mode eq "update"}
{$lng.lbl_username}
{$lng.lbl_title} *
{$lng.lbl_first_name} * {if $fillerror ne "" and $userinfo.firstname eq ""}<<{/if}
{$lng.lbl_last_name} * {if $fillerror ne "" and $userinfo.lastname eq ""}<<{/if}
{$lng.lbl_address} * {if $fillerror ne "" and $userinfo.b_address eq ""}<<{/if}
{$lng.lbl_zip_code} * {if $fillerror ne "" and $userinfo.b_zipcode eq ""}<<{/if}
{$lng.lbl_city} * {if $fillerror ne "" and $userinfo.b_city eq ""}<<{/if}
{$lng.lbl_state}   {if $states ne ""} {else} {/if}
{$lng.lbl_country} *
{$lng.lbl_phone} * {if $fillerror ne "" and $userinfo.phone eq ""}<<{/if}
{$lng.lbl_fax}  
{$lng.lbl_email} * {if $fillerror ne "" and $userinfo.email eq ""}<<{/if}
{$lng.lbl_web_site}  
{$lng.lbl_department} *
{$lng.lbl_subject} * {if $fillerror ne "" and $userinfo.subject eq ""}<<{/if}
{$lng.lbl_message} * {if $fillerror ne "" and $userinfo.body eq ""}<<{/if}
   
{include file="buttons/submit.tpl"}
{else} {$lng.txt_contact_us_sent} {/if} {/capture} {include file="dialog.tpl" title=$lng.lbl_contact_us content=$smarty.capture.dialog extra="width=100%"}