Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/acrit.import/install/ |
Upload File : |
<? IncludeModuleLangFile(__FILE__); $APPLICATION->SetTitle(GetMessage("acrit.uninst_fb_PAGE_TITLE")); ?> <form action="<?=$APPLICATION->GetCurPage()?>" method="get" name="acrit_uninst_feedback" class="acrit-uninst-feedback" id="acrit_uninst_feedback" style="max-width: 500px; background: #fff; padding: 10px 20px 20px 20px;"> <?=bitrix_sessid_post()?> <input type="hidden" name="lang" value="<?=LANG?>"> <input type="hidden" name="id" value="acrit.import"> <input type="hidden" name="uninstall" value="Y"> <input type="hidden" name="step" value="1"> <input type="hidden" name="prevstep" value="1"> <p><b><?=GetMessage("acrit.uninst_fb_TEXT_1")?></b></p> <p class="subtitle"><b><?=GetMessage("acrit.uninst_fb_REASON")?></b></p> <input type="radio" name="reason" id="reason_8" value="8"<?=($_REQUEST['reason']==8)?' checked':'';?>> <label for="reason_8"><?=GetMessage("acrit.uninst_fb_REASON_REINSTALL")?></label><br> <input type="radio" name="reason" id="reason_1" value="1"<?=($_REQUEST['reason']==1)?' checked':'';?>> <label for="reason_1"><?=GetMessage("acrit.uninst_fb_REASON_SETTINGS")?></label><br> <input type="radio" name="reason" id="reason_2" value="2"<?=($_REQUEST['reason']==2)?' checked':'';?>> <label for="reason_2"><?=GetMessage("acrit.uninst_fb_REASON_FUNCTIONAL")?></label><br> <input type="radio" name="reason" id="reason_3" value="3"<?=($_REQUEST['reason']==3)?' checked':'';?>> <label for="reason_3"><?=GetMessage("acrit.uninst_fb_REASON_DEMOEND")?></label><br> <input type="radio" name="reason" id="reason_4" value="4"<?=($_REQUEST['reason']==4)?' checked':'';?>> <label for="reason_4"><?=GetMessage("acrit.uninst_fb_REASON_ANOTHER_MODULE")?></label><br> <input type="radio" name="reason" id="reason_5" value="5"<?=($_REQUEST['reason']==5)?' checked':'';?>> <label for="reason_5"><?=GetMessage("acrit.uninst_fb_REASON_ERRORS")?></label><br> <input type="radio" name="reason" id="reason_6" value="6"<?=($_REQUEST['reason']==6)?' checked':'';?>> <label for="reason_6"><?=GetMessage("acrit.uninst_fb_REASON_NOTWORK")?></label><br> <input type="radio" name="reason" id="reason_7" value="7"<?=($_REQUEST['reason']==7)?' checked':'';?>> <label for="reason_7"><?=GetMessage("acrit.uninst_fb_REASON_ANOTHER")?></label><br> <textarea name="reason_other" id="reason_other" style="display: none; width: 100%; height: 80px; margin-top: 10px;" placeholder="<?=GetMessage("acrit.uninst_fb_REASON_NOTE")?>"></textarea> <p class="subtitle"><b><?=GetMessage("acrit.uninst_fb_SUPPORT")?></b></p> <input type="radio" name="support" id="support_1" value="1"> <label for="support_1"><?=GetMessage("acrit.uninst_fb_SUPPORT_YES")?></label><br> <input type="radio" name="support" id="support_0" value="0"> <label for="support_0"><?=GetMessage("acrit.uninst_fb_SUPPORT_NO")?></label><br> <p class="subtitle"><b><?=GetMessage("acrit.uninst_fb_CALLBACK")?></b></p> <input type="radio" name="callback" id="callback_1" value="1" checked> <label for="callback_1"><?=GetMessage("acrit.uninst_fb_CALLBACK_YES")?></label><br> <input type="radio" name="callback" id="callback_0" value="0"> <label for="callback_0"><?=GetMessage("acrit.uninst_fb_CALLBACK_NO")?></label><br> <p><b><?=GetMessage("acrit.uninst_fb_PERSONAL", array('#EMAIL#'=>COption::GetOptionString('main','email_from'), '#SITE#'=>$_SERVER['SERVER_NAME']))?></b></p> <p class="subtitle"><b><?=GetMessage("acrit.uninst_fb_AGREE")?></b></p> <input type="radio" name="agree" id="agree_1" value="1"> <label for="agree_1"><?=GetMessage("acrit.uninst_fb_AGREE_YES")?></label><br> <input type="radio" name="agree" id="agree_0" value="0"> <label for="agree_0"><?=GetMessage("acrit.uninst_fb_AGREE_NO")?></label><br> <br> <p><?=GetMessage("acrit.uninst_fb_TEXT_2")?></p> <br> <input type="submit" name="inst" value="<?=GetMessage("acrit.uninst_fb_DEL")?>"> </form> <script> var reasons = document.forms["acrit_uninst_feedback"].elements["reason"]; for(var i = 0, max = reasons.length; i < max; i++) { reasons[i].onclick = function() { if (this.value == 7) { document.getElementById("reason_other").style.display = "block"; } else { document.getElementById("reason_other").style.display = "none"; } } } </script>