| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/alliancealliance/ |
Upload File : |
<?php
require_once ('webadmin/basic_info.php');
$this_menu_info = get_menu_info(6);
$services_type_info = get_master_type_code("SERVICE_TYPE");
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<?php require_once("html_head.php") ?>
<script src='https://www.google.com/recaptcha/api.js?hl=en'></script>
<script type="text/javascript">
$(function () {
$("#verify_code").click();
})
</script>
</head>
<body>
<?php require_once("google_analysis.php"); ?>
<?php require_once("html_header.php") ?>
<section id="content" class="contact_us">
<?php require_once("banner.php") ?>
<div class="container">
<div style="padding-top: 20px;">
<div>
<?=$this_menu_info["desc_".$langcode]?>
</div>
<div style="border-top: 1px solid #c3c3c3; padding-top: 40px;"></div>
<div>
<form action="contact_us_post.php" method="post" name="contact_us" id="contact_us" enctype="multipart/form-data">
<div class="head_title"><?=$this_menu_info["title_".$langcode]?></div>
<div>
<p>Please enter your details below to get in touch. Fields marked with * are required.</p>
</div>
<div>
<select name="enquiry_for">
<?php
foreach($services_type_info as $service_type){
echo "<option value='".$service_type["name_".$langcode]." Enquiries'>".$service_type["name_".$langcode]." Enquiries</option>";
}
?>
</select>
<p class="required">Name </p>
<input type="text" name="name" style="width: 100%;">
<p class="required">Tel </p>
<input type="text" name="tel" style="width: 100%;">
<p class="required">E-mail </p>
<input type="text" name="email" style="width: 100%;">
<p class="required">Message </p>
<textarea name="content" style="width: 100%; height: 150px;"></textarea>
<p class="required">Verification </p>
<!--<div class="g-recaptcha" data-theme="light" data-sitekey="<?/*=$google_recaptcha_site_key*/?>"></div>-->
<img src="js/verification_code/captcha/vCodeImage.php?_=1" alt="按圖產生新驗證碼"
id="verify_code" name="verify_code" width="150" height="60" border="0"
onclick="document.getElementById('verify_code').src='js/verification_code/captcha/vCodeImage.php?' + Math.random();" style="FILTER: wave(add=0,freq=3,lightstrength=50,phase=0,strength=3);cursor:pointer;padding-top: 5px;"/>
<span style="font-size: 12px; color: #808080;">按圖產生新驗證碼</span>
<br>
<input type="text" name="verification" id="verification" style="width: 100%;"/>
<br><br>
<div class="button inline_block" style="color: #ffffff;" onclick="$('#contact_us').submit();">Submit</div>
<div class="button inline_block" style="color: #ffffff; margin-left: 10px;" onclick="location.reload();">Reset</div>
</div>
</div>
</div>
</div>
</section>
<?php require_once("html_footer.php"); ?>
</body>
</html>