{* $Id: auth.tpl,v 1.26 2003/04/29 06:32:32 svowl Exp $ *} {capture name=menu} {if $usertype eq "C" or ($usertype eq "B" and $config.Modules.partner_register eq "Y")} {/if} {if $usertype eq "C"} {/if}
{$lng.lbl_username}

{$lng.lbl_password}

{if $active_modules.Simple_Mode ne "" and $usertype ne "C" and $usertype ne "B"} {else} {/if}
{if $js_enabled} {include file="buttons/login_menu.tpl"} {else} {include file="buttons/login_menu.tpl"} {/if}
{include file="buttons/create_profile_menu.tpl"}

{if $js_enabled} {$lng.txt_javascript_disabled} {else} {$lng.txt_javascript_enabled} {/if}
{/capture} { include file="menu.tpl" dingbats="dingbats_authentification.gif" menu_title=$lng.lbl_authentication menu_content=$smarty.capture.menu }