{* $Id: login.tpl 2291 2006-10-21 10:10:19Z lantan $ *} {capture name="sidebox"}
{if $settings.General.secure_auth != 'Y'} {/if}
{if $settings.General.use_email_as_login == 'Y'}{$lang.email}{else}{$lang.username}{/if}: 

{$lang.password}: 

{if $settings.General.secure_auth == 'Y'} {include file="buttons/login.tpl" but_href="$https_location/$index_script?$target_name=auth&$mode_name=login_form"} {else} {include file="buttons/login.tpl" but_onclick="javascript:document.login_form.submit()"} {/if} {if $settings.General.secure_auth == 'Y'} {include file="buttons/register.tpl" but_href="$https_location/$index_script?$target_name=profiles&$mode_name=add"} {else} {include file="buttons/register.tpl" but_href="$index_script?$target_name=profiles&$mode_name=add"} {/if}

{/capture} {include file="common_templates/sidebox.tpl" title=$lang.authentication content=$smarty.capture.sidebox icon="sidebox_icon_auth.gif"}