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/ecshopjcw/templates/ |
<!-- $Id: shipping_area_list.htm 14216 2008-03-10 02:27:21Z testyang $ --> {if $full_page} {include file="pageheader.htm"} {insert_scripts files="../js/utils.js,listtable.js"} <!-- start shipping area list --> <form method="post" action="shipping_area.php" name="listForm" onsubmit="return confirm('{$lang.remove_confirm}')"> <div class="list-div" id="listDiv"> {/if} <table cellspacing='1' cellpadding='3' id='listTable'> <tr> <th><input type="checkbox" onclick="listTable.selectAll(this, 'areas')" />{$lang.record_id}</th> <th>{$lang.shipping_area_name}</th> <th>{$lang.shipping_area_regions}</th> <th>{$lang.handler}</th> </tr> {foreach from=$areas item=area} <tr> <td> <input type="checkbox" name="areas[]" value="{$area.shipping_area_id}" />{$area.shipping_area_id} </td> <td class="first-cell"> <span onclick="listTable.edit(this, 'edit_area', '{$area.shipping_area_id}'); return false;">{$area.shipping_area_name|escape:"html"}</a> </td> <td>{$area.shipping_area_regions}</td> <td align="center"> <a href="shipping_area.php?act=edit&id={$area.shipping_area_id}">{$lang.edit}</a> | <a href="javascript:;" onclick="listTable.remove({$area.shipping_area_id}, '{$lang.remove_confirm}', 'remove_area')">{$lang.remove}</a> </td> </tr> {/foreach} <tr> <td colspan="4" align="center"> <input type="hidden" name="act" value="multi_remove" /> <input type="hidden" name="shipping" value="{$smarty.get.shipping}" /> <input type="submit" value="{$lang.delete_selected}" disabled="true" id="btnSubmit" class="button" /> </td> </tr> </table> {if $full_page} </div> </form> <!-- end shipping area list --> {literal} <script language="JavaScript"> <!-- onload = function() { // 开始检查订单 startCheckOrder(); } //--> </script> {/literal} {include file="pagefooter.htm"} {/if}