%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/components/bitrix/sale.order.ajax/templates/old_version/ |
| Current File : //home/bitrix/www/bitrix/components/bitrix/sale.order.ajax/templates/old_version/auth.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<script>
<!--
function ChangeGenerate(val)
{
if(val)
{
document.getElementById("sof_choose_login").style.display='none';
}
else
{
document.getElementById("sof_choose_login").style.display='block';
document.getElementById("NEW_GENERATE_N").checked = true;
}
try{document.order_reg_form.NEW_LOGIN.focus();}catch(e){}
}
//-->
</script>
<table class="order-auth">
<tr>
<td>
<?if($arResult["AUTH"]["new_user_registration"]=="Y"):?>
<b><?echo GetMessage("STOF_2REG")?></b>
<?endif;?>
</td>
<td>
<?if($arResult["AUTH"]["new_user_registration"]=="Y"):?>
<b><?echo GetMessage("STOF_2NEW")?></b>
<?endif;?>
</td>
</tr>
<tr>
<td>
<form method="post" action="" name="order_auth_form">
<?=bitrix_sessid_post()?>
<?
foreach ($arResult["POST"] as $key => $value)
{
?>
<input type="hidden" name="<?=$key?>" value="<?=$value?>" />
<?
}
?>
<table class="sale_order_full_table">
<tr>
<td><?echo GetMessage("STOF_LOGIN_PROMT")?></td>
</tr>
<tr>
<td nowrap><?echo GetMessage("STOF_LOGIN")?> <span class="starrequired">*</span><br />
<input type="text" name="USER_LOGIN" maxlength="30" size="30" value="<?=$arResult["AUTH"]["USER_LOGIN"]?>"></td>
</tr>
<tr>
<td nowrap><?echo GetMessage("STOF_PASSWORD")?> <span class="starrequired">*</span><br />
<input type="password" name="USER_PASSWORD" maxlength="30" size="30"></td>
</tr>
<tr>
<td nowrap><a href="<?=$arParams["PATH_TO_AUTH"]?>?forgot_password=yes&back_url=<?= urlencode($APPLICATION->GetCurPageParam()); ?>"><?echo GetMessage("STOF_FORGET_PASSWORD")?></a></td>
</tr>
<tr>
<td nowrap align="center">
<input type="submit" value="<?echo GetMessage("STOF_NEXT_STEP")?>">
<input type="hidden" name="do_authorize" value="Y">
</td>
</tr>
</table>
</form>
</td>
<td>
<?if($arResult["AUTH"]["new_user_registration"]=="Y"):?>
<form method="post" action="" name="order_reg_form">
<?=bitrix_sessid_post()?>
<?
foreach ($arResult["POST"] as $key => $value)
{
?>
<input type="hidden" name="<?=$key?>" value="<?=$value?>" />
<?
}
?>
<table class="sale_order_full_table">
<tr>
<td nowrap>
<?echo GetMessage("STOF_NAME")?> <span class="starrequired">*</span><br />
<input type="text" name="NEW_NAME" size="40" value="<?=$arResult["AUTH"]["NEW_NAME"]?>">
</td>
</tr>
<tr>
<td nowrap>
<?echo GetMessage("STOF_LASTNAME")?> <span class="starrequired">*</span><br />
<input type="text" name="NEW_LAST_NAME" size="40" value="<?=$arResult["AUTH"]["NEW_LAST_NAME"]?>">
</td>
</tr>
<tr>
<td nowrap>
E-Mail <span class="starrequired">*</span><br />
<input type="text" name="NEW_EMAIL" size="40" value="<?=$arResult["AUTH"]["NEW_EMAIL"]?>">
</td>
</tr>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<tr>
<td nowrap><input type="radio" id="NEW_GENERATE_N" name="NEW_GENERATE" value="N" OnClick="ChangeGenerate(false)"<?if ($_POST["NEW_GENERATE"] == "N") echo " checked";?>> <label for="NEW_GENERATE_N"><?echo GetMessage("STOF_MY_PASSWORD")?></label></td>
</tr>
<?endif;?>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<tr>
<td>
<div id="sof_choose_login">
<table>
<?endif;?>
<tr>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<td width="0%"> </td>
<?endif;?>
<td><?echo GetMessage("STOF_LOGIN")?> <span class="starrequired">*</span><br />
<input type="text" name="NEW_LOGIN" size="30" value="<?=$arResult["AUTH"]["NEW_LOGIN"]?>">
</td>
</tr>
<tr>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<td width="0%"> </td>
<?endif;?>
<td>
<?echo GetMessage("STOF_PASSWORD")?> <span class="starrequired">*</span><br />
<input type="password" name="NEW_PASSWORD" size="30">
</td>
</tr>
<tr>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<td width="0%"> </td>
<?endif;?>
<td>
<?echo GetMessage("STOF_RE_PASSWORD")?> <span class="starrequired">*</span><br />
<input type="password" name="NEW_PASSWORD_CONFIRM" size="30">
</td>
</tr>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
</table>
</div>
</td>
</tr>
<?endif;?>
<?if($arResult["AUTH"]["new_user_registration_email_confirmation"] != "Y"):?>
<tr>
<td>
<input type="radio" id="NEW_GENERATE_Y" name="NEW_GENERATE" value="Y" OnClick="ChangeGenerate(true)"<?if ($POST["NEW_GENERATE"] != "N") echo " checked";?>> <label for="NEW_GENERATE_Y"><?echo GetMessage("STOF_SYS_PASSWORD")?></label>
<script language="JavaScript">
<!--
ChangeGenerate(<?= (($_POST["NEW_GENERATE"] != "N") ? "true" : "false") ?>);
//-->
</script>
</td>
</tr>
<?endif;?>
<?
if($arResult["AUTH"]["captcha_registration"] == "Y") //CAPTCHA
{
?>
<tr>
<td><br /><b><?=GetMessage("CAPTCHA_REGF_TITLE")?></b></td>
</tr>
<tr>
<td>
<input type="hidden" name="captcha_sid" value="<?=$arResult["AUTH"]["capCode"]?>">
<img src="/bitrix/tools/captcha.php?captcha_sid=<?=$arResult["AUTH"]["capCode"]?>" width="180" height="40" alt="CAPTCHA">
</td>
</tr>
<tr valign="middle">
<td>
<span class="starrequired">*</span><?=GetMessage("CAPTCHA_REGF_PROMT")?>:<br />
<input type="text" name="captcha_word" size="30" maxlength="50" value="">
</td>
</tr>
<?
}
?>
<tr>
<td align="center">
<input type="submit" value="<?echo GetMessage("STOF_NEXT_STEP")?>">
<input type="hidden" name="do_register" value="Y">
</td>
</tr>
</table>
</form>
<?endif;?>
</td>
</tr>
</table>
<br /><br />
<?echo GetMessage("STOF_REQUIED_FIELDS_NOTE")?><br /><br />
<?if($arResult["AUTH"]["new_user_registration"]=="Y"):?>
<?echo GetMessage("STOF_EMAIL_NOTE")?><br /><br />
<?endif;?>
<?echo GetMessage("STOF_PRIVATE_NOTES")?>