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: shop_config.htm 16865 2009-12-10 06:05:32Z sxc_shop $ --> {include file="pageheader.htm"} {insert_scripts files="../data/static/js/utils.js,../data/static/js/region.js"} <div class="tab-div"> <!-- tab bar --> <div id="tabbar-div"> <p> {foreach from=$group_list item=group name="bar_group"}<span class="{if $smarty.foreach.bar_group.iteration eq 1}tab-front{else}tab-back{/if}" id="{$group.code}-tab">{$group.name}</span>{/foreach} </p> </div> <!-- tab body --> <div id="tabbody-div"> <form enctype="multipart/form-data" name="theForm" action="?act=post" method="post"> {foreach from=$group_list item=group name="body_group"} <table width="90%" id="{$group.code}-table" {if $smarty.foreach.body_group.iteration neq 1}style="display:none"{/if}> {foreach from=$group.vars item=var key=key} {include file="shop_config_form.htm"} {/foreach} </table> {/foreach} <div class="button-div"> <input name="submit" type="submit" value="{$lang.button_submit}" class="button" /> <input name="reset" type="reset" value="{$lang.button_reset}" class="button" /> </div> </form> </div> </div> {insert_scripts files="./js/tab.js,./js/validator.js"} {literal} <script language="JavaScript"> region.isAdmin = true; onload = function() { // 开始检查订单 startCheckOrder(); } var ReWriteSelected = null; var ReWriteRadiobox = document.getElementsByName("value[209]"); for (var i=0; i<ReWriteRadiobox.length; i++) { if (ReWriteRadiobox[i].checked) { ReWriteSelected = ReWriteRadiobox[i]; } } function ReWriterConfirm(sender) { if (sender == ReWriteSelected) return true; var res = true; if (sender != ReWriteRadiobox[0]) { var res = confirm('{$rewrite_confirm}'); } if (res==false) { ReWriteSelected.checked = true; } else { ReWriteSelected = sender; } return res; } </script> {/literal} {include file="pagefooter.htm"}