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: payment_list.htm 15541 2009-01-08 10:29:01Z testyang $ --> {include file="pageheader.htm"} {insert_scripts files="../data/static/js/utils.js,./js/listtable.js"} <!-- start payment list --> <div class="list-div" id="listDiv"> <table cellspacing='1' cellpadding='3'> <tr> <th>{$lang.payment_name}</th> <th width="40%">{$lang.payment_desc}</th> <th>{$lang.version}</th> <th>{$lang.payment_author}</th> <th>{$lang.short_pay_fee}</th> <th>{$lang.sort_order}</th> <th>{$lang.handler}</th> </tr> {foreach from=$modules item=module} {if $module.code neq "tenpayc2c"} <tr> <td class="first-cell" valign="top"> {if $module.install == 1} <span onclick="listTable.edit(this, 'edit_name', '{$module.code}'); return false;">{$module.name}</span> {else} {$module.name} {/if} </td> <td>{$module.desc|nl2br}</td> <td valign="top">{$module.version}</td> <td valign="top"><a href="{$module.website}">{$module.author}</a></td> <td valign="top" align="right"> {if $module.is_cod}{$lang.decide_by_ship} {else} {if $module.install == 1} <span onclick="listTable.edit(this, 'edit_pay_fee', '{$module.code}'); return false;">{$module.pay_fee}</span> {else} {$module.pay_fee} {/if} {/if} </td> <td align="right" valign="top"> {if $module.install == 1} <span onclick="listTable.edit(this, 'edit_order', '{$module.code}'); return false;">{$module.pay_order}</span> {else} {/if} </td> <td align="center" valign="top"> {if $module.install == "1"} {if $module.code eq "tenpay"} <a href="javascript:confirm_redirect(lang_removeconfirm, 'payment.php?act=uninstall&code={$module.code}')">{$lang.uninstall}{$lang.tenpay}</a> <a href="payment.php?act=edit&code={$module.code}">{$lang.edit}</a><br /> {if $tenpayc2c.install eq "1"}<a href="javascript:confirm_redirect(lang_removeconfirm, 'payment.php?act=uninstall&code=tenpayc2c')">{$lang.uninstall}{$lang.tenpayc2c}</a> <a href="payment.php?act=edit&code=tenpayc2c">{$lang.edit}</a> {else} <a href="payment.php?act=install&code=tenpayc2c">{$lang.install}{$lang.tenpayc2c}</a> {/if} {else} <a href="javascript:confirm_redirect(lang_removeconfirm, 'payment.php?act=uninstall&code={$module.code}')">{$lang.uninstall}</a> <a href="payment.php?act=edit&code={$module.code}">{$lang.edit}</a> {/if} {else} {if $module.code eq "tenpay"} <a href="payment.php?act=install&code={$module.code}">{$lang.install}{$lang.tenpay} </a><br /> {if $tenpayc2c.install eq "1"} <a href="javascript:confirm_redirect(lang_removeconfirm, 'payment.php?act=uninstall&code=tenpayc2c')">{$lang.uninstall}{$lang.tenpayc2c}</a> <a href="payment.php?act=edit&code=tenpayc2c">{$lang.edit}</a> {else} <a href="payment.php?act=install&code=tenpayc2c">{$lang.install}{$lang.tenpayc2c}</a> {/if} {else} <a href="payment.php?act=install&code={$module.code}">{$lang.install}</a> {/if} {/if} </td> </tr>{/if} {/foreach} </table> </div> <!-- end payment list --> <script type="Text/Javascript" language="JavaScript"> <!-- {literal} onload = function() { // 开始检查订单 startCheckOrder(); } {/literal} //--> </script> {include file="pagefooter.htm"}