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/ |
{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 width="13%">{$lang.cron_name}</th> <th >{$lang.cron_desc}</th> <th width="5%">{$lang.version}</th> <th width="13%">{$lang.cron_author}</th> <th width="16%">{$lang.cron_this}</th> <th width="16%">{$lang.cron_next}</th> <th width="3%">{$lang.if_open}</th> <th width="12%">{$lang.handler}</th> </tr> {foreach from=$modules item=module} <tr> <td class="first-cell" valign="top"> {if $module.install == 1} {$module.name} {else} {$module.name} {/if} </td> <td>{$module.desc|nl2br}</td> <td valign="top">{$module.version}</td> <td valign="top"><a href="{$module.website}" target="_blank">{$module.author}</a></td> <td align="center">{$module.thistime}</td> <td align="center">{$module.nextime}</td> <td align="center"> {if $module.install == "1"} <img src="images/{if $module.enable eq 1}yes{else}no{/if}.gif" onclick="listTable.toggle(this, 'toggle_show', '{$module.code}')" /> {else}-{/if}</td> <td align="center" valign="top"> {if $module.install == "1"} <a href="javascript:confirm_redirect(lang_removeconfirm, 'cron.php?act=uninstall&code={$module.code}')">{$lang.uninstall}</a>|<a href="cron.php?act=edit&code={$module.code}">{$lang.edit}</a>|<a href="cron.php?act=do&code={$module.code}">{$lang.cron_do}</a> {else} <a href="cron.php?act=install&code={$module.code}">{$lang.install}</a> {/if} </td> </tr> {/foreach} </table> </div> <!-- end payment list --> <script type="Text/Javascript" language="JavaScript"> <!-- {literal} onload = function() { // 开始检查订单 startCheckOrder(); } {/literal} //--> </script> {include file="pagefooter.htm"}