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 --> {include file="pageheader.htm"} {insert_scripts files="../js/utils.js,listtable.js"} <div class="list-div" id="listDiv"> <form action="goods_batch.php?act=insert" method="post"> <table cellspacing="1" cellpadding="3" width="100%"> <tr> <th><input type="checkbox" checked onclick="listTable.selectAll(this, 'checked')" />{$lang.record_id}</th> {foreach from=$title_list key=field item=title} {if $field_show.$field}<th>{$title}</th>{/if} {/foreach} <th>{$lang.goods_class}</th> </tr> {foreach from=$goods_list key=key item=goods} <tr> <td><input type="checkbox" name="checked[]" value="{$key}" checked /> {$key} </td> {foreach from=$goods key=field item=value} {if $field_show.$field} <td><input type="text" name="{$field}[]" value="{$value}" size="15" /></td> {else} <input type="hidden" name="{$field}[]" value="{$value}" /> {/if} {/foreach} <td><select name="goods_class[]">{html_options options=$goods_class selected=$goods.is_real}</select></td> </tr> {/foreach} <tr align="center"> <td colspan="7"> <input type="hidden" name="cat" value="{$smarty.request.cat}" /> <input type="submit" name="submit" value="{$lang.button_submit}" class="button" /> <input type="button" name="reset" onclick="history.go(-1)" value="{$lang.back}" class="button" /> </td> </tr> </table> </form> </div> {include file="pagefooter.htm"}