Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/mobile/ecshopjcw/templates/ |
<!-- $Id --> {include file="pageheader.htm"} <form name="theForm" method="get" action="order.php" onsubmit="return check()"> <div class="list-div"> <table> <tr> <th>{$lang.label_refund_amount}</th> <td>{$formated_refund_amount}</td> </tr> <tr> <th width="120">{$lang.label_handle_refund}</th> <td><p>{if !$anonymous}<label><input type="radio" name="refund" value="1" />{$lang.return_user_money}</label><br>{/if} <label><input type="radio" name="refund" value="2" />{$lang.create_user_account}</label><br> <label><input name="refund" type="radio" value="3" /> {$lang.not_handle}</label><br> </p></td> </tr> <tr> <th>{$lang.label_refund_note}</th> <td><textarea name="refund_note" cols="60" rows="3" id="refund_note">{$refund_note}</textarea></td> </tr> <tr> <td colspan="2"> <div align="center"> <input type="submit" name="submit" value="{$lang.button_submit}" class="button" /> <input type="hidden" name="order_id" value="{$order_id}" /> <input type="hidden" name="func" value="refund" /> <input type="hidden" name="act" value="process" /> <input type="hidden" name="refund_amount" value="{$refund_amount}" /> </div></td> </tr> </table> </div> </form> <script language="JavaScript"> {literal} function check() { var selected = false; for (var i = 0; i < document.forms['theForm'].elements.length; i++) { ele = document.forms['theForm'].elements[i]; if (ele.tagName == 'INPUT' && ele.name == 'refund' && ele.checked) { selected = true; break; } } if (!selected) { alert(pls_select_refund); return false; } return true; } {/literal} </script> {include file="pagefooter.htm"}