| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 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 MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2026_06_07_01/template/default/ |
Upload File : |
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<title>{content:title}-{pboot:sitetitle}</title>
<meta name="keywords" content="{content:keywords}">
<meta name="description" content="{content:description}">
<link href="{pboot:sitedomain}/skin/css/bootstrap.min.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/swiper.min.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/animate.min.css" rel="stylesheet" />
<link href="{pboot:sitedomain}/skin/css/fullpage.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/iconfont.css" rel="stylesheet" />
<link href="{pboot:sitedomain}/skin/css/style.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/jquery.fancybox.css" rel="stylesheet">
</head>
<body>
{include file=head.html}
<div>{pboot:sort scode={sort:tcode}}<img src="[sort:pic]" width="100%">{/pboot:sort}</div>
<div class="weizhi">
<div class="container">
<div class="weizhi_bor"> <span>{sort:name}</span> <b>{pboot:position indextext=首頁}</b>
<div class="clear"></div>
</div>
</div>
</div>
<div class="n_zhong" style=" background: #f7f7f7; padding-top: 20px;">
<div class="n_new">
<div class="container">
<div class="ty_content" style=" margin-top:30px; margin-bottom:60px" id="maximg">
{content:content}
</div>
<h3 class="text-center" style=" margin-bottom: 30px;"><span>在線留言</span></h3>
<form action="{pboot:msgaction}" method="post">
<div class="row">
<div class="col-md-4">
<div class="form-group">
<input id="name" type="text" name="name" class="form-control" placeholder="姓名:">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<input id="tel" type="text" name="tel" class="form-control" placeholder="電話:">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<input id="email" name="email" type="text" class="form-control" placeholder="E-mail:">
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea id="message" name="content" rows="10" class="form-control" style="height:auto;" placeholder="您的留言:"></textarea>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<button class="btn" type="submit" style=" background: #d1020e; color: #fff;" id="tj">提 交</button>
<input class="btn" type="reset" style=" background: #d3a966; color: #333;" value="重 置">
</div>
</div>
</div>
</form>
</Div>
</div>
</div>
{include file=foot.html}
<script>
$(function(){
$('#tj').click(function(){
//alert(1)
if($('#name').val()==''){alert('請輸入您的姓名!'); $("#name").focus(); return false;}
if ($("#tel").val() == "") { alert("請輸入你的手機!"); $("#tel").focus(); return false; }
if (!$("#tel").val().match(/^(((13[0-9]{1})|(14[0-9]{1})|(15[0-9]{1})|(16[0-9]{1})|(17[0-9]{1})|(18[0-9]{1})|(19[0-9]{1}))+\d{8})$/)) { alert("手機號碼格式不正確!"); $("#tel").focus(); return false;}
})
})
</script>
</body>
</html>