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: wxch_order.html 2014-1-5 Z djks $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$lang.cp_home}{if $wxch_lang.ur_here} - {$wxch_lang.ur_here} {/if}</title> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="styles/general.css" rel="stylesheet" type="text/css" /> <link href="styles/main.css" rel="stylesheet" type="text/css" /> {insert_scripts files="../js/jquery-1.9.1.min.js,../js/jquery.json.js"} {insert_scripts files="./js/transport_jquery.js"} <script language="JavaScript"> <!-- // 这里把JS用到的所有语言都赋值到这里 {foreach from=$lang.js_languages key=key item=item} var {$key} = "{$item}"; {/foreach} //--> </script> </head> <body> <h1> {if $action_link} <span class="action-span"><a href="{$action_link.href}">{$action_link.text}</a></span> {/if} {if $action_link2} <span class="action-span"><a href="{$action_link2.href}">{$action_link2.text}</a> </span> {/if} <span class="action-span1"><a href="index.php?act=main">{$lang.cp_home}</a> </span><span id="search_id" class="action-span1">{if $wxch_lang.ur_here} - {$wxch_lang.ur_here} {/if}</span> <div style="clear:both"></div> </h1> {insert_scripts files="../data/static/js/utils.js"} <!-- start goods form --> <div class="tab-div"> <!-- tab bar --> <div id="tabbar-div"> <p> <span class="tab-front" id="general-tab">设置</span> </p> </div> <!-- tab body --> <div id="tabbody-div"> <form action="" method="post" name="form1" > <!-- 通用信息 --> <table width="100%" id="general-table" align="center"> <tr> <td class="label">{$wxch_lang.ur_here}:</td> <td> <label><input type="radio" name="autoload" value="1" {if $data.autoload eq 1}checked{/if}/>开启</label> <label><input type="radio" name="autoload" value="0" {if $data.autoload eq 0}checked{/if}/>关闭</label> </td> </tr> <tr> <td class="label">通知类型:</td> <td> <select name="type"> <option value="reorder" {if $data.type eq reorder}checked{/if} >订单提醒</option> <option value="pay" {if $data.type eq pay}checked{/if} >支付提醒</option> </select> </td> </tr> <tr> <td class="label">管理员名称:</td> <td> <input name="name" type="text" size="15" value="{if $data.name}{$data.name}{else}{$admin_name}{/if}" /> </td> </tr> <tr> <td class="label">微信openid:</td> <td> <input name="wxid" type="text" size="28" value="{$data.wxid}" /> <span class="notice-span" > 微信粉丝-》发送信息中可查询到openid </span> </td> </tr> </table> <div class="button-div"> <input type="submit" value="{$lang.button_submit}" class="button" /> <input type="reset" value="{$lang.button_reset}" class="button" /> </div> </form> </div> </div> <!-- end goods form --> {include file="wxch_pagefooter.htm"}