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: file_priv.html 14216 2008-03-10 02:27:21Z testyang $ --> {include file="pageheader.htm"} {insert_scripts files="./js/validator.js"} <!-- start shipping area list --> <div class="list-div" id="listDiv"> <table cellspacing='1' cellpadding='3' id='list-table'> <tr> <th>{$lang.item}</th> <th>{$lang.read}</th> <th>{$lang.write}</th> <th>{$lang.modify}</th> </tr> {foreach from=$list item=item key=key} <tr> <td width="250px">{$item.item}</td> <td>{if $item.r > 0}<img src="images/yes.gif" width="14" height="14" alt="YES" />{else}<img src="images/no.gif" width="14" height="14" alt="NO" />{if $item.err_msg.w} <a href="javascript:showNotice('r_{$key}');" title="{$lang.detail}">[{$lang.detail}]</a><br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="r_{$key}">{foreach from=$item.err_msg.r item=msg}{$msg}{$lang.unread}<br />{/foreach}</span>{/if}{/if}</td> <td>{if $item.w > 0}<img src="images/yes.gif" width="14" height="14" alt="YES" />{else}<img src="images/no.gif" width="14" height="14" alt="NO" />{if $item.err_msg.w} <a href="javascript:showNotice('w_{$key}');" title="{$lang.detail}">[{$lang.detail}]</a><br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="w_{$key}">{foreach from=$item.err_msg.w item=msg}{$msg}{$lang.unwrite}<br />{/foreach}</span>{/if}{/if}</td> <td>{if $item.m > 0}<img src="images/yes.gif" width="14" height="14" alt="YES" />{else}<img src="images/no.gif" width="14" height="14" alt="NO" />{if $item.err_msg.m} <a href="javascript:showNotice('m_{$key}');" title="{$lang.detail}">[{$lang.detail}]</a><br /><span class="notice-span" {if $help_open}style="display:block" {else} style="display:none" {/if} id="m_{$key}">{foreach from=$item.err_msg.m item=msg}{$msg}{$lang.unmodify}<br />{/foreach}</span>{/if}{/if}</td> </tr> {/foreach} {if $tpl_msg} <tr> <td colspan="4"><img src="images/no.gif" width="14" height="14" alt="NO" /><span style="color:red">{$tpl_msg}</span>{$lang.unrename}</td> </tr> {/if} </table> </div> {literal} <script language="JavaScript"> <!-- onload = function() { // 开始检查订单 startCheckOrder(); } //--> </script> {/literal} {include file="pagefooter.htm"}