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/themes/lingshi/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /www/wwwroot/saimikebio.com/mobile/themes/lingshi/wxch_contact.dwt
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{$page_title}</title>
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<link href="{$ectouch_themes}/images/touch-icon.png" rel="apple-touch-icon-precomposed" />
<link href="{$ectouch_themes}/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link href="{$ectouch_css}" rel="stylesheet" type="text/css" />
</head>
<body>
<style>
.c-btn-oran-big {
    margin-top:20px;
    background: none repeat scroll 0 0 #FF4400;
    border: 0 none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    min-width: 100%;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #441307;
}
.clable{
    margin-left:10px;
}
form ul li{
    margin-top:10px;
}

</style>
{if $wxch_message}
    <h3>{$wxch_message}</h3>

{else}
    <form onSubmit="javascript:return check(theForm);" action="wxch_contact.php" method="post" name="theForm" id="theForm">
        <ul>
            <li>
                    <label class="clable">姓名:<span style="color:#F00;">
                    (必填)</span></label>
                    <br>
                    <input name="name" type="text" class="common-input"  id="name" value="{$consignee.name|escape}" style="width:95%;height:auto;margin-top:10px;padding:5px 0px;" />
            </li>
            <li>
                    <label class="clable">联系方式:<span style="color:#F00;">
                    (电话或者手机,必填)</span></label>
                    <br>
                    <input name="phone" type="text" class="c-form-txt-normal"  id="phone" value="{$consignee.tel|escape}" style="width:95%;height:auto;margin-top:10px;padding:5px 0px;" />
            </li>
            <li>
				<input type="submit" name="Submit" id="address_submit" class="c-btn-oran-big" value="填好了,提交" autocomplete="off" style="width:100%; margin-left:0" />
			</li>
        </ul>
        <input name="wxid" type="hidden" value="{$wxid}" />
    </form>
{/if}
</div>
<script type="text/javascript">
function check(theForm){
            if(theForm.name.value==""){
                    alert("请输入姓名!");theForm.name.focus();return false;
            }
            if(theForm.phone.value==""){
                    alert("请输入电话或者手机!");theForm.phone.focus();return false;
            }
            theform.submit();
    }
</script>
</body>
</html>