| 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'); ?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<?php require_once("html_head.php") ?>
</head>
<body>
<?php require_once("google_analysis.php"); ?>
<?php require_once("html_header.php") ?>
<section id="content" class="contact_us">
<div class="banner">
<img src="images/banner_08.jpg"/>
<div style="position: relative">
<img class="banner_overlay" src="images/slide_bottom_overlay.png"/>
</div>
</div>
<div class="container">
<div style="padding-top: 20px;">
<table>
<?php for($i = 1; $i <= 3; $i++){ ?>
<tr>
<?php for($k = 1; $k <= 3; $k++){
if($k == 3){
$padding_right = "";
}else{
$padding_right = "padding-right: 50px;";
}
?>
<td style="<?=$padding_right?> width: 390px; padding-bottom: 40px;">
<span style="color: #666666;">Hong Kong Office</span> Room 2301, Futura Plaza,<br> 111-113 How
Ming Street, Kwun Tong, Kowloon<br><br><br>
<div>
<img src="images/icon_phone.jpg"/> <span class="vt">(852) 2331 8775</span>
</div>
<div>
<img src="images/icon_fax.jpg"/> <span class="vt">(852) 2331 8609</span>
</div>
<div>
<img src="images/icon_email.jpg"/> <span class="vt">service@alliancealliance.com</span>
</div>
<div>
<img src="images/icon_website.jpg"/> <span class="vt">www.alliancealliance.com</span>
</div>
<p>Click
<a href="#" style="text-decoration: underline; font-weight: bold; color: #10218B;">here</a>
to view google map</p>
</td>
<?php } ?>
</tr>
<?php } ?>
</table>
<div style="border-top: 1px solid #c3c3c3; padding-top: 40px;"></div>
<div>
<div class="head_title">CONTACT US</div>
<div>
<p>Please enter your details below to get in touch. Fields marked with * are required.</p>
</div>
<div>
<select name="training_course_id">
<option value="1">test</option>
</select>
<p class="required">Name </p>
<input type="text" name="user_name" style="width: 100%;">
<p class="required">Tel </p>
<input type="text" name="user_tel" style="width: 100%;">
<p class="required">E-mail </p>
<input type="text" name="user_email" style="width: 100%;">
<p class="required">Message </p>
<textarea name="content" style="width: 100%; height: 150px;"></textarea>
<br><br>
<div class="button inline_block" style="color: #ffffff;">Submit</div>
<div class="button inline_block" style="color: #ffffff; margin-left: 10px;">Reset</div>
</div>
</div>
</div>
</div>
</section>
<?php require_once("html_footer.php"); ?>
</body>
</html>