| 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/2025_12_22_01/template/en/ |
Upload File : |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{pboot:if('{sort:title}'=='')}{pboot:pagetitle}{else}{sort:title}{/pboot:if}</title>
<meta name="keywords" content="{pboot:if('{sort:keywords}'=='')}{pboot:pagekeywords}{else}{sort:keywords}{/pboot:if}">
<meta name="description" content="{pboot:if('{sort:description}'=='')}{pboot:pagedescription}{else}{sort:description}{/pboot:if}">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="format-detection" content="telephone=no" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link href="{pboot:sitedomain}/skin/css/ab.css" rel="stylesheet" />
<link href="{pboot:sitedomain}/skin/css/swiper-animate.css" rel="stylesheet" type="text/css" />
<link href="{pboot:sitedomain}/skin/css/style.css" rel="stylesheet" type="text/css" />
<script src="{pboot:sitedomain}/skin/js/jquery-3.6.0.js"></script>
</head>
<body>
{include file=head.html}
<!-- main -->
<main class="common-container company-profile">
<div class="inner-banner">
<div class="banner-img pagesbanner">{pboot:sort scode={sort:tcode}}<img src="[sort:pic]">{/pboot:sort}
<div class="pagesbanner-animate">
<p class="p1">{sort:name}</p>
<p class="p2"></p>
</div>
</div>
</div>
<div class="breadcrumbs-nav" style="padding-top: 5px;padding-bottom: 5px;"> {pboot:position indextext=HOME}</div>
<div class="abouts-content">
<div class="contact-wrapper">
<div class="contact-left">
<p class="title">Contact Information</p>
<div class="ab_img" style="padding-top:20px">
<p>{content:content}</p>
</div>
</div>
<div class="contact-main">
<form onsubmit="return submsg(this);" method="post">
<div id="wmkcfeedback" class="wmkcfeedback">
<div class="send-inquiry">
<div class="inquiry-form">
<input type="text" name="name" id="name" class="wmkcfb-name" placeholder="Your Name:">
<input type="email" name="email" id="email" class="wmkcfb-email require" placeholder="E-mail:*">
<textarea name="content" id="content" class="wmkcfb-content require" cols="30" rows="10" placeholder="Content*"></textarea>
</div>
</div>
<button type="submit" class="send-btn" id="tj">Leave a message</button>
</div>
</form>
</div>
</div>
</div>
</main>
{include file=foot.html}
<script>
$(document).ready(function () {
if($('.pdown2 a').attr('href')==''){
$('.pdown2').hide()
}
});
$(function(){
$('#tj').click(function(){
//alert(1)
if($('#name').val()==''){alert('Please enter your name!'); $("#name").focus(); return false;}
if ($("#email").val() == "") { alert("Please enter your email address!"); return false; }
if (!$("#email").val().match(/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/)) { alert("The email format is incorrect!"); $("#email").focus(); return false; }
if($('#content').val()==''){alert('Please enter the message content!');return false;}
})
})
//ajax提交留言
function submsg(obj){
var url='{pboot:msgaction}';
var name=$(obj).find("#name").val();
var email=$(obj).find("#email").val();
var content=$(obj).find("#content").val();
$.ajax({
type: 'POST',
url: url,
dataType: 'json',
data: {
name: name,
email: email,
content: content,
},
success: function (response, status) {
if(response.code){
alert("Thank you for your feedback, we will contact you soon!");
$(obj)[0].reset();
}else{
alert(response.data);
}
},
error:function(xhr,status,error){
alert('Return data exception!');
}
});
return false;
}
</script>
</body>
</html>