| 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_03_27_02/template/default/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="renderer" content="webkit|ie-comp|ie-stand" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="Cache-Control" content="no-transform"/>
<meta name="applicable-device" content="pc">
<meta name="MobileOptimized" content="width"/>
<meta name="HandheldFriendly" content="true"/>
<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}">
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/cui.css" />
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/lib.css" />
<link rel="stylesheet" href="{pboot:sitedomain}/skin/css/less.css" />
<link href="{pboot:sitedomain}/skin/css/bootstrap.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/style.css" rel="stylesheet">
<script src="{pboot:sitedomain}/skin/js/jquery.min.js"></script>
<script src="{pboot:sitedomain}/skin/js/common.js"></script>
<script src="{pboot:sitedomain}/skin/js/bootstrap.js"></script>
</head>
<body>
{include file=head.html}
<div class="ban">{pboot:sort scode={sort:tcode}}<img src="[sort:pic]" width="100%">{/pboot:sort}</div>
<div class="main">
<div class="g-cur">
<div class="wp"> {pboot:position separator=>>} </div>
</div>
<div class="row-b1">
<div class="wp">
{include file=left.html}
<div class="col-r">
<div class="g-titIns1">{sort:name}</div>
<div class="m-message">
<form action="{pboot:msgaction}" method="post">
<label> <span>Your Name:</span>
<input class="inp" type="text" name="contacts" id="name" placeholder="Please enter your name">
<em>*</em></label>
<label> <span>Phone:</span>
<input class="inp" type="text" name="mobile" id="tel" placeholder="Please enter your phone number">
<em>*</em></label>
<label> <span>Email:</span>
<input class="inp" type="email" name="email" placeholder="Please enter your email">
</label>
<label class="mes"> <span>Message:</span>
<textarea name="content"></textarea>
</label>
<div class="btn-1">
<input class="focus" type="submit" value="Submit" id="tj">
<input type="reset" value="Reset">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{include file=foot.html}
<script>
$(function(){
$('#tj').click(function(){
//alert(1)
if($('#name').val()==''){alert('Please enter your name!'); $("#name").focus(); return false;}
if ($("#tel").val() == "") { alert("Please enter your mobile!"); $("#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("The mobile number format is incorrect!"); $("#tel").focus(); return false;}
})
})
</script>
</body>
</html>