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/sale/install/ |
Upload File : |
<? if(!IsModuleInstalled("currency")) { CAdminMessage::ShowMessage(GetMessage("SALE_INSTALL_CURRENCY")); ?> <form action="<?echo $APPLICATION->GetCurPage()?>"> <p> <input type="hidden" name="lang" value="<?echo LANG?>"> <input type="submit" name="" value="<?echo GetMessage("MOD_BACK")?>"> </p> <form> <? } else { ?> <form action="<?= $APPLICATION->GetCurPage()?>" name="sale_install"> <?=bitrix_sessid_post()?> <input type="hidden" name="lang" value="<?= LANG ?>"> <input type="hidden" name="id" value="sale"> <input type="hidden" name="install" value="Y"> <input type="hidden" name="step" value="2"> <script> <!-- function ChangeInstallPublic(val) { document.sale_install.public_dir.disabled = !val; document.sale_install.public_rewrite.disabled = !val; } //--> </script> <table cellpadding="3" cellspacing="0" border="0" width="0%"> <tr> <td><input type="checkbox" name="install_public" value="Y" id="install_public" OnClick="ChangeInstallPublic(this.checked)"></td> <td><p><label for="install_public"><?= GetMessage("SIM_COPY_PUBLIC_FILES") ?></label></p></td> </tr> <tr> <td> </td> <td> <table cellpadding="3" cellspacing="0" border="0" width="0%"> <tr> <td><p><?= GetMessage("SIM_COPY_FOLDER") ?></p></td> <td><input type="input" name="public_dir" value="personal" size="40"></td> </tr> <tr> <td><p><label for="public_rewrite"><?= GetMessage("SALE_INSTALL_PUBLIC_REW") ?>:</label></p></td> <td><input type="checkbox" name="public_rewrite" value="Y" id="public_rewrite"></td> </tr> </table> </td> </tr> </table> <script> <!-- ChangeInstallPublic(false); //--> </script> <br> <input type="submit" name="inst" value="<?= GetMessage("MOD_INSTALL")?>"> </form> <? } ?>