Notice (8): Undefined variable: mang [APP/View/Layouts/default.ctp, line 125]Code Context<div id="mystickytooltip" class="stickytooltip">
<?php foreach($mang as $key=>$value){
$viewFile = '/home/hanco/domains/hanco.vn/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'title_for_layout' => 'Liên hệ',
'content_for_layout' => '<script type="text/javascript" src="http://hanco.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<link type="text/css" href="http://hanco.vn/css/phantrang.css" rel="stylesheet" />
<div class='boxmain' >
<div class="title_top_news_detail">
Liên hệ
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div>
<span style="font-size: 16px;"><strong>CÔNG TY CỔ PHẦN ĐẦU TƯ VÀ THƯƠNG MẠI HANCO</strong></span></div>
<div>
Địa chỉ đăng ký : <span style="font-family: arial, sans-serif; font-size: 13px;">228 Âu Cơ, Quảng An, Tây Hồ, Hà Nội</span><br />
Địa chỉ VPGD : R2-L2-10B Khu Văn phòng Royal City, 72A Nguyễn Trãi, Thanh Xuân<span style="text-align: center; font-family: arial, sans-serif; font-size: 13px;">, Hà Nội</span><br />
Điện thoại: (84-24) 3993 6699 - Fax: (84-24) 66649666/35735995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</h3>
<table style="margin: auto;
width: 524px;" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<form style="height:386px;margin-right: 5px;" id="myform" name="contactForm" class="form_contact" onsubmit="return validateForm();" method="post" action="http://hanco.vn/contact/index">
<table width="100%" border="0" cellspacing="0" cellpadding="4" style="padding-left: 20px;">
<tr>
<td width="70" height="30" align="left"><span class="field">
<label for="Họ tên" class="styled">Họ và tên: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="name" type="text" id="name" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Địa chỉ2" class="styled">Địa chỉ: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="address" type="text" id="address" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Email2" class="styled">Email: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="email" type="text" id="email" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Điện thoại2" class="styled">Điện thoại: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="mobile" type="text" id="mobile" size="40" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Tiêu đề: </label>
</span></td>
<td><span class="thefield">
<input name="title" type="text" id="title1" size="40" class="text_input" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Nội dung: </label>
</span></td>
<td style="padding-top: 10px;"><span class="thefield">
<textarea name="content1"cols="40" rows="8" ></textarea>
</span></td>
</tr>
<tr>
<td> </td>
<td><button type="submit" value="Gửi mail" name="save" style="margin-top: 10px; margin-left: 80px; width: 70px;height: 30px" />
Gửi </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
',
'scripts_for_layout' => ''
)
$title_for_layout = 'Liên hệ'
$content_for_layout = '<script type="text/javascript" src="http://hanco.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<link type="text/css" href="http://hanco.vn/css/phantrang.css" rel="stylesheet" />
<div class='boxmain' >
<div class="title_top_news_detail">
Liên hệ
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div>
<span style="font-size: 16px;"><strong>CÔNG TY CỔ PHẦN ĐẦU TƯ VÀ THƯƠNG MẠI HANCO</strong></span></div>
<div>
Địa chỉ đăng ký : <span style="font-family: arial, sans-serif; font-size: 13px;">228 Âu Cơ, Quảng An, Tây Hồ, Hà Nội</span><br />
Địa chỉ VPGD : R2-L2-10B Khu Văn phòng Royal City, 72A Nguyễn Trãi, Thanh Xuân<span style="text-align: center; font-family: arial, sans-serif; font-size: 13px;">, Hà Nội</span><br />
Điện thoại: (84-24) 3993 6699 - Fax: (84-24) 66649666/35735995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</h3>
<table style="margin: auto;
width: 524px;" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<form style="height:386px;margin-right: 5px;" id="myform" name="contactForm" class="form_contact" onsubmit="return validateForm();" method="post" action="http://hanco.vn/contact/index">
<table width="100%" border="0" cellspacing="0" cellpadding="4" style="padding-left: 20px;">
<tr>
<td width="70" height="30" align="left"><span class="field">
<label for="Họ tên" class="styled">Họ và tên: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="name" type="text" id="name" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Địa chỉ2" class="styled">Địa chỉ: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="address" type="text" id="address" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Email2" class="styled">Email: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="email" type="text" id="email" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Điện thoại2" class="styled">Điện thoại: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="mobile" type="text" id="mobile" size="40" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Tiêu đề: </label>
</span></td>
<td><span class="thefield">
<input name="title" type="text" id="title1" size="40" class="text_input" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Nội dung: </label>
</span></td>
<td style="padding-top: 10px;"><span class="thefield">
<textarea name="content1"cols="40" rows="8" ></textarea>
</span></td>
</tr>
<tr>
<td> </td>
<td><button type="submit" value="Gửi mail" name="save" style="margin-top: 10px; margin-left: 80px; width: 70px;height: 30px" />
Gửi </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
'
$scripts_for_layout = ''
$tintucmoi = 'TIN TỨC MỚI'
$sanphamtieubieu = 'SẢN PHẨM TIÊU BIỂU'
$gioithieuhanco = 'GIỚI THIỆU HANCO'
$hoatdonghanco = 'HOẠT ĐỘNG HANCO'
$ABOUT = 'Giới thiệu'
$thongtincodong = 'Tổng quan'
$danhmuccodong = 'DANH MỤC'
$danhmuctin = 'DANH MỤC TIN'
$HOME = 'Trang chủ'
$sanpham = 'Sản phẩm'
$hoidap = 'Hỏi đáp'
$lienketwebsite = 'Liên kết website'
$dangkihoconline = 'ĐĂNG KÍ HỌC ONLINE'
$banquyen = 'Bản quyền © 2013 Viengiaoducedu.vn - Powered by Digivision.'
$xemtiep = 'Xem tiếp'
$duhocnhatban = 'Du học nhật bản'
$daotaotiengnhat = 'Đào tạo tiếng nhật'
$daotaotrongnuoc = 'Đào tạo trong nước'
$clubmusic = 'Club music talent'
$gioitinh = 'Giới tính'
$ngaysinh = 'Ngày sinh'
$hokhau = 'Hộ khẩu'
$thuvien = 'Thư viện'
$chonlinklienket = 'Chọn link liên kết'
$video = 'Video'
$sukiennoibat = 'Sự kiện nổi bật'
$doitac = 'ĐỐI TÁC HANCO'
$trinhdohocvan = 'Trình độ học vấn'
$totnghieptruong = 'Tốt nghiệp trường'
$namtotnghiep = 'Năm tốt nghiệp'
$dangky = 'Đăng ký'
$duhocnhat = 'Du học Nhật'
$khoahoctiengnhat = 'Khóa học Tiếng Nhật'
$truongcdsptw = 'Trường CĐ SP Trung Ương'
$nganhcdspmamnon = 'Ngành CĐ SP Mầm Non'
$nganhtcspmamnon = 'Ngành TC SP Mầm Non'
$nganhtcsptieuhoc = 'Ngành TC SP Tiểu Học'
$nganhcdsptieuhoc = 'Trường CĐ SP Tiểu Học'
$truongdhcongnghedonga = 'Trường ĐH Công Nghệ Đông Á'
$nganhdhketoan = 'Ngành ĐH kế toán'
$nganhdhtaichinhnganhang = 'Ngành ĐH Tài Chính Ngân hàng'
$nganhdhquantrikinhdoanh = 'Ngành ĐH Quản trị Kinh doanh'
$nganhdhcntt = 'Ngành ĐH Công Nghệ Thông Tin'
$nganhdhxaydung = 'Ngành ĐH Xây dựng'
$nganhdhdiendientu = 'Ngành đại học điện - điện tử'
$truongtcyduochanam = 'Trường TC Y-Dược Hà Nam'
$nganhydieuduong = 'Ngành Y điều dưỡng'
$nganhysydakhoa = 'Ngành y sỹ đa khoa'
$nganhduocsy = 'Ngành dược sỹ'
$thuvienanh = 'THƯ VIỆN ẢNH'
$NEWS = 'TIN TỨC'
$TRACU = 'TRÀ CỤ'
$BANDO = 'ĐƯỜNG ĐI'
$LIENHE = 'Liên hệ'
$ANH = 'THƯ VIỆN ẢNH'
$PRODUCT = 'Sản phẩm'
$hethongphanphoi = 'ĐƠN VỊ THÀNH VIÊN'
$datmua = 'Đặt mua'
$CONTACT = 'Liên hệ'
$GIOHANG = 'Giỏ hàng của bạn'
$NEWPRODUCT = 'DANH MỤC SẢN PHẨM'
$HELPONLINE = 'HỖ TRỢ TRỰC TUYẾN'
$ONLINE = 'Lời nhắn của khách hàng'
$baiduocxemnhieunhat = 'BÀI ĐƯỢC XEM NHIỀU NHẤT'
$hotrotructuyen = 'HỖ TRỢ TRỰC TUYẾN'
$THE_COUNTER = 'THỐNG KÊ TRUY CẬP'
$ADDRESS = 'Địa chỉ'
$PHONE = 'Điện thoại'
$DEVELOP = 'Thiết kế và phát triển bởi VTM - IT'
$ten = 'Họ và tên'
$tieude = 'Tiêu đề'
$noidung = 'Nội dung'
$sanphamcungseries = 'Sản phẩm cùng series'
$chitiet = 'Chi tiết'
$result = 'Kết quả tìm kiếm cho từ khóa'
$VIEWALL = 'Xem tất cả'
$quaylai = 'Quay lại'
$masanpham = 'Mã sản phẩm'
$mota = 'Mô tả'
$tinhtrang = 'Tình trạng'
$chitietsanpham = 'Chi tiết sản phẩm'
$giaban = 'Giá bán'
$mua = 'MUA'
$hethang = 'Hết hàng'
$conhang = 'Còn hàng'
$chuabaogomthueVAT = 'Chưa bao gồm thuế VAT'
$khonggiantraolong = 'KHÔNG GIAN TRÀ Ô LONG'
$sanphammoi = 'SẢN PHẨM MỚI'
$tinkhac = 'Tin khác'
$dabaogomthueVAT = 'Đã bao gồm thuế VAT'
$tongtienphaitra = 'Tổng tiền phải trả'
$hinhanh = 'Hình ảnh'
$tensanpham = 'Tên sản phẩm'
$soluong = 'Số lượng'
$gia = 'Giá :'
$tonggia = 'Tổng giá'
$xuly = 'Xử lý'
$sanphamtronggiohang = 'Sản phẩm trong giỏ hàng'
$thongtincuaban = 'Thông tin của bạn'
$gui = 'Gửi'
$huy = 'Soạn lại'
$tinlienquan = 'Các tin liên quan khác'
$sanphamkhac = 'SẢN PHẨM CÙNG LOẠI KHÁC'
$email = 'Email'
$dienthoai = 'Điện thoại'
$diachi = 'Địa chỉ'
$camnangtra = 'CẨM NANG TRÀ'
$hieuve = 'Hiểu về'
$tra = 'TRÀ'
$thuongthuc = 'Thưởng thức'
$dungcach = 'ĐÚNG CÁCH'
$duoi = null
$quangcao_left = array()
$quangcao_right = array()
include - APP/View/Layouts/default.ctp, line 125
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::renderLayout() - CORE/Cake/View/View.php, line 539
View::render() - CORE/Cake/View/View.php, line 483
Controller::render() - CORE/Cake/Controller/Controller.php, line 957
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92
Warning (2): Invalid argument supplied for foreach() [APP/View/Layouts/default.ctp, line 125]Code Context<div id="mystickytooltip" class="stickytooltip">
<?php foreach($mang as $key=>$value){
$viewFile = '/home/hanco/domains/hanco.vn/public_html/app/View/Layouts/default.ctp'
$dataForView = array(
'title_for_layout' => 'Liên hệ',
'content_for_layout' => '<script type="text/javascript" src="http://hanco.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<link type="text/css" href="http://hanco.vn/css/phantrang.css" rel="stylesheet" />
<div class='boxmain' >
<div class="title_top_news_detail">
Liên hệ
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div>
<span style="font-size: 16px;"><strong>CÔNG TY CỔ PHẦN ĐẦU TƯ VÀ THƯƠNG MẠI HANCO</strong></span></div>
<div>
Địa chỉ đăng ký : <span style="font-family: arial, sans-serif; font-size: 13px;">228 Âu Cơ, Quảng An, Tây Hồ, Hà Nội</span><br />
Địa chỉ VPGD : R2-L2-10B Khu Văn phòng Royal City, 72A Nguyễn Trãi, Thanh Xuân<span style="text-align: center; font-family: arial, sans-serif; font-size: 13px;">, Hà Nội</span><br />
Điện thoại: (84-24) 3993 6699 - Fax: (84-24) 66649666/35735995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</h3>
<table style="margin: auto;
width: 524px;" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<form style="height:386px;margin-right: 5px;" id="myform" name="contactForm" class="form_contact" onsubmit="return validateForm();" method="post" action="http://hanco.vn/contact/index">
<table width="100%" border="0" cellspacing="0" cellpadding="4" style="padding-left: 20px;">
<tr>
<td width="70" height="30" align="left"><span class="field">
<label for="Họ tên" class="styled">Họ và tên: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="name" type="text" id="name" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Địa chỉ2" class="styled">Địa chỉ: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="address" type="text" id="address" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Email2" class="styled">Email: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="email" type="text" id="email" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Điện thoại2" class="styled">Điện thoại: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="mobile" type="text" id="mobile" size="40" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Tiêu đề: </label>
</span></td>
<td><span class="thefield">
<input name="title" type="text" id="title1" size="40" class="text_input" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Nội dung: </label>
</span></td>
<td style="padding-top: 10px;"><span class="thefield">
<textarea name="content1"cols="40" rows="8" ></textarea>
</span></td>
</tr>
<tr>
<td> </td>
<td><button type="submit" value="Gửi mail" name="save" style="margin-top: 10px; margin-left: 80px; width: 70px;height: 30px" />
Gửi </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
',
'scripts_for_layout' => ''
)
$title_for_layout = 'Liên hệ'
$content_for_layout = '<script type="text/javascript" src="http://hanco.vn/js/jquery.validate.js"></script>
<script type="text/javascript">
$(function(){
$("#myform").validate({
rules: {
name: {
required: true,
minlength:8
},
email: {
required: true,
email: true
},
phone: {
required: true,
number: true,
minlength: 7,
maxlength: 15
},
address: {
required: true,
minlength:5
}
},
messages: {
name: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập họ tên của bạn!</span>",
minlength: " <br><span style='color:#FF0000; '>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
phone: {
required: " <br><span style='color:#FF0000; '>Xin vui lòng nhập số điện thoại!</span>",
number: "<br><span style='color:#FF0000; '>Số điện thoại chỉ bao gồm các số từ 0 - 9!</span>",
minlength: "<br><span style='color:#FF0000; '>Số điện thoại ít nhất 7 ký tự!</span>",
maxlength: "<br><span style='color:#FF0000; '>Số điện thoại lớn nhất 15 ký tự!</span>"
},
email: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập email!</span>",
minlength: " <br><span style='color:#FF0000;'>Họ tên bao gồm ít nhất 8 kí tự!</span>"
},
address: {
required: " <br><span style='color:#FF0000;'>Xin vui lòng nhập địa chỉ của bạn!</span>",
minlength: " <br><span style='color:#FF0000;'>Địa chỉ bao gồm ít nhất 5 kí tự!</span>"
}
}
});
})
</script>
<link type="text/css" href="http://hanco.vn/css/phantrang.css" rel="stylesheet" />
<div class='boxmain' >
<div class="title_top_news_detail">
Liên hệ
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div style="text-align: center;">
<div style="text-align: left;">
<div>
<span style="font-size: 16px;"><strong>CÔNG TY CỔ PHẦN ĐẦU TƯ VÀ THƯƠNG MẠI HANCO</strong></span></div>
<div>
Địa chỉ đăng ký : <span style="font-family: arial, sans-serif; font-size: 13px;">228 Âu Cơ, Quảng An, Tây Hồ, Hà Nội</span><br />
Địa chỉ VPGD : R2-L2-10B Khu Văn phòng Royal City, 72A Nguyễn Trãi, Thanh Xuân<span style="text-align: center; font-family: arial, sans-serif; font-size: 13px;">, Hà Nội</span><br />
Điện thoại: (84-24) 3993 6699 - Fax: (84-24) 66649666/35735995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</h3>
<table style="margin: auto;
width: 524px;" border="0" cellspacing="0" cellpadding="0">
<tr>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<form style="height:386px;margin-right: 5px;" id="myform" name="contactForm" class="form_contact" onsubmit="return validateForm();" method="post" action="http://hanco.vn/contact/index">
<table width="100%" border="0" cellspacing="0" cellpadding="4" style="padding-left: 20px;">
<tr>
<td width="70" height="30" align="left"><span class="field">
<label for="Họ tên" class="styled">Họ và tên: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="name" type="text" id="name" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Địa chỉ2" class="styled">Địa chỉ: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="address" type="text" id="address" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Email2" class="styled">Email: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="email" type="text" id="email" size="40" />
</span></td>
</tr>
<tr>
<td height="30" align="left"><span class="field">
<label for="Điện thoại2" class="styled">Điện thoại: </label>
</span></td>
<td><span class="thefield">
<input class="text_input" name="mobile" type="text" id="mobile" size="40" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Tiêu đề: </label>
</span></td>
<td><span class="thefield">
<input name="title" type="text" id="title1" size="40" class="text_input" />
</span></td>
</tr>
<tr>
<td align="left"><span class="field">
<label for="Nội dung2" class="styled">Nội dung: </label>
</span></td>
<td style="padding-top: 10px;"><span class="thefield">
<textarea name="content1"cols="40" rows="8" ></textarea>
</span></td>
</tr>
<tr>
<td> </td>
<td><button type="submit" value="Gửi mail" name="save" style="margin-top: 10px; margin-left: 80px; width: 70px;height: 30px" />
Gửi </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
'
$scripts_for_layout = ''
$tintucmoi = 'TIN TỨC MỚI'
$sanphamtieubieu = 'SẢN PHẨM TIÊU BIỂU'
$gioithieuhanco = 'GIỚI THIỆU HANCO'
$hoatdonghanco = 'HOẠT ĐỘNG HANCO'
$ABOUT = 'Giới thiệu'
$thongtincodong = 'Tổng quan'
$danhmuccodong = 'DANH MỤC'
$danhmuctin = 'DANH MỤC TIN'
$HOME = 'Trang chủ'
$sanpham = 'Sản phẩm'
$hoidap = 'Hỏi đáp'
$lienketwebsite = 'Liên kết website'
$dangkihoconline = 'ĐĂNG KÍ HỌC ONLINE'
$banquyen = 'Bản quyền © 2013 Viengiaoducedu.vn - Powered by Digivision.'
$xemtiep = 'Xem tiếp'
$duhocnhatban = 'Du học nhật bản'
$daotaotiengnhat = 'Đào tạo tiếng nhật'
$daotaotrongnuoc = 'Đào tạo trong nước'
$clubmusic = 'Club music talent'
$gioitinh = 'Giới tính'
$ngaysinh = 'Ngày sinh'
$hokhau = 'Hộ khẩu'
$thuvien = 'Thư viện'
$chonlinklienket = 'Chọn link liên kết'
$video = 'Video'
$sukiennoibat = 'Sự kiện nổi bật'
$doitac = 'ĐỐI TÁC HANCO'
$trinhdohocvan = 'Trình độ học vấn'
$totnghieptruong = 'Tốt nghiệp trường'
$namtotnghiep = 'Năm tốt nghiệp'
$dangky = 'Đăng ký'
$duhocnhat = 'Du học Nhật'
$khoahoctiengnhat = 'Khóa học Tiếng Nhật'
$truongcdsptw = 'Trường CĐ SP Trung Ương'
$nganhcdspmamnon = 'Ngành CĐ SP Mầm Non'
$nganhtcspmamnon = 'Ngành TC SP Mầm Non'
$nganhtcsptieuhoc = 'Ngành TC SP Tiểu Học'
$nganhcdsptieuhoc = 'Trường CĐ SP Tiểu Học'
$truongdhcongnghedonga = 'Trường ĐH Công Nghệ Đông Á'
$nganhdhketoan = 'Ngành ĐH kế toán'
$nganhdhtaichinhnganhang = 'Ngành ĐH Tài Chính Ngân hàng'
$nganhdhquantrikinhdoanh = 'Ngành ĐH Quản trị Kinh doanh'
$nganhdhcntt = 'Ngành ĐH Công Nghệ Thông Tin'
$nganhdhxaydung = 'Ngành ĐH Xây dựng'
$nganhdhdiendientu = 'Ngành đại học điện - điện tử'
$truongtcyduochanam = 'Trường TC Y-Dược Hà Nam'
$nganhydieuduong = 'Ngành Y điều dưỡng'
$nganhysydakhoa = 'Ngành y sỹ đa khoa'
$nganhduocsy = 'Ngành dược sỹ'
$thuvienanh = 'THƯ VIỆN ẢNH'
$NEWS = 'TIN TỨC'
$TRACU = 'TRÀ CỤ'
$BANDO = 'ĐƯỜNG ĐI'
$LIENHE = 'Liên hệ'
$ANH = 'THƯ VIỆN ẢNH'
$PRODUCT = 'Sản phẩm'
$hethongphanphoi = 'ĐƠN VỊ THÀNH VIÊN'
$datmua = 'Đặt mua'
$CONTACT = 'Liên hệ'
$GIOHANG = 'Giỏ hàng của bạn'
$NEWPRODUCT = 'DANH MỤC SẢN PHẨM'
$HELPONLINE = 'HỖ TRỢ TRỰC TUYẾN'
$ONLINE = 'Lời nhắn của khách hàng'
$baiduocxemnhieunhat = 'BÀI ĐƯỢC XEM NHIỀU NHẤT'
$hotrotructuyen = 'HỖ TRỢ TRỰC TUYẾN'
$THE_COUNTER = 'THỐNG KÊ TRUY CẬP'
$ADDRESS = 'Địa chỉ'
$PHONE = 'Điện thoại'
$DEVELOP = 'Thiết kế và phát triển bởi VTM - IT'
$ten = 'Họ và tên'
$tieude = 'Tiêu đề'
$noidung = 'Nội dung'
$sanphamcungseries = 'Sản phẩm cùng series'
$chitiet = 'Chi tiết'
$result = 'Kết quả tìm kiếm cho từ khóa'
$VIEWALL = 'Xem tất cả'
$quaylai = 'Quay lại'
$masanpham = 'Mã sản phẩm'
$mota = 'Mô tả'
$tinhtrang = 'Tình trạng'
$chitietsanpham = 'Chi tiết sản phẩm'
$giaban = 'Giá bán'
$mua = 'MUA'
$hethang = 'Hết hàng'
$conhang = 'Còn hàng'
$chuabaogomthueVAT = 'Chưa bao gồm thuế VAT'
$khonggiantraolong = 'KHÔNG GIAN TRÀ Ô LONG'
$sanphammoi = 'SẢN PHẨM MỚI'
$tinkhac = 'Tin khác'
$dabaogomthueVAT = 'Đã bao gồm thuế VAT'
$tongtienphaitra = 'Tổng tiền phải trả'
$hinhanh = 'Hình ảnh'
$tensanpham = 'Tên sản phẩm'
$soluong = 'Số lượng'
$gia = 'Giá :'
$tonggia = 'Tổng giá'
$xuly = 'Xử lý'
$sanphamtronggiohang = 'Sản phẩm trong giỏ hàng'
$thongtincuaban = 'Thông tin của bạn'
$gui = 'Gửi'
$huy = 'Soạn lại'
$tinlienquan = 'Các tin liên quan khác'
$sanphamkhac = 'SẢN PHẨM CÙNG LOẠI KHÁC'
$email = 'Email'
$dienthoai = 'Điện thoại'
$diachi = 'Địa chỉ'
$camnangtra = 'CẨM NANG TRÀ'
$hieuve = 'Hiểu về'
$tra = 'TRÀ'
$thuongthuc = 'Thưởng thức'
$dungcach = 'ĐÚNG CÁCH'
$duoi = null
$quangcao_left = array()
$quangcao_right = array()
include - APP/View/Layouts/default.ctp, line 125
View::_evaluate() - CORE/Cake/View/View.php, line 920
View::_render() - CORE/Cake/View/View.php, line 883
View::renderLayout() - CORE/Cake/View/View.php, line 539
View::render() - CORE/Cake/View/View.php, line 483
Controller::render() - CORE/Cake/Controller/Controller.php, line 957
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 161
[main] - APP/webroot/index.php, line 92