%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/subscribe.edit/templates/.default/ |
Current File : /home/bitrix/www/bitrix/components/bitrix/subscribe.edit/templates/.default/confirmation.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <? //************************************* //show confirmation form //************************************* ?> <form action="<?=$arResult["FORM_ACTION"]?>" method="get"> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="data-table"> <thead><tr><td colspan="2"><?echo GetMessage("subscr_title_confirm")?></td></tr></thead> <tr valign="top"> <td width="40%"> <p><?echo GetMessage("subscr_conf_code")?><span class="starrequired">*</span><br /> <input type="text" name="CONFIRM_CODE" value="<?echo $arResult["REQUEST"]["CONFIRM_CODE"];?>" size="20" /></p> <p><?echo GetMessage("subscr_conf_date")?></p> <p><?echo $arResult["SUBSCRIPTION"]["DATE_CONFIRM"];?></p> </td> <td width="60%"> <?echo GetMessage("subscr_conf_note1")?> <a title="<?echo GetMessage("adm_send_code")?>" href="<?echo $arResult["FORM_ACTION"]?>?ID=<?echo $arResult["ID"]?>&action=sendcode&<?echo bitrix_sessid_get()?>"><?echo GetMessage("subscr_conf_note2")?></a>. </td> </tr> <tfoot><tr><td colspan="2"><input type="submit" name="confirm" value="<?echo GetMessage("subscr_conf_button")?>" /></td></tr></tfoot> </table> <input type="hidden" name="ID" value="<?echo $arResult["ID"];?>" /> <?echo bitrix_sessid_post();?> </form> <br />