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">
Contact
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="font-family: arial, sans-serif; font-size: 13px;">
<span style="font-size:16px;"><strong>Hanco Investment and Trading Joint Stock Company</strong></span></div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Registed Address: 228 Au Co Street, Quang An Ward, Tay Ho District, Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Office: R2-L2-10B Royal City, 72A Nguyen Trai Str., Thanh Xuan Dist., Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Tel: (84-24) 3993 6699 - Fax : (84-24) 6664 9666/3573 5995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</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">Fullname: </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">Address: </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">Phone: </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">Title: </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">Content: </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" />
Send </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">
Contact
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="font-family: arial, sans-serif; font-size: 13px;">
<span style="font-size:16px;"><strong>Hanco Investment and Trading Joint Stock Company</strong></span></div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Registed Address: 228 Au Co Street, Quang An Ward, Tay Ho District, Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Office: R2-L2-10B Royal City, 72A Nguyen Trai Str., Thanh Xuan Dist., Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Tel: (84-24) 3993 6699 - Fax : (84-24) 6664 9666/3573 5995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</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">Fullname: </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">Address: </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">Phone: </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">Title: </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">Content: </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" />
Send </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
'
$scripts_for_layout = ''
$duoi = '_eg'
$tintucmoi = 'NEWS'
$sanphamtieubieu = 'TYPICAL PRODUCTS'
$gioithieuhanco = 'ABOUT HANCO'
$hoatdonghanco = 'Hanco Activities'
$ABOUT = 'About us'
$HOME = 'Home'
$danhmuctin = 'NEWS CATALOGUE'
$danhmuccodong = 'CATALOGUE'
$NEWS = 'NEWS'
$doitac = 'PARTNERS HANCO'
$thongtincodong = 'Overview'
$dangkihoconline = 'オンライン学習を登録'
$TRACU = 'TEA'
$hoidap = 'FAQ'
$sanpham = 'Products'
$chonlinklienket = 'Choose the link'
$lienketwebsite = 'Link website'
$duhocnhatban = '日本留学'
$daotaotiengnhat = 'トレーニング日本'
$daotaotrongnuoc = '水中でのトレーニング'
$sanphamkhac = 'Other product'
$clubmusic = 'クラブ音楽の才能'
$banquyen = '著作権©2013 Viengiaoducedu.vnバイ - Digivisionによって供給。'
$thuvienanh = 'Photo Gallery'
$gioitinh = 'ジェンダー'
$ngaysinh = '生年月日'
$hokhau = '世帯の記録'
$xemtiep = 'すべてを見る'
$sukiennoibat = 'ハイライト'
$video = 'ビデオ'
$LIENHE = 'Contact'
$trinhdohocvan = '教育'
$totnghieptruong = '累進'
$namtotnghiep = '卒業した年'
$dangky = '登録'
$duhocnhat = '日本留学'
$khoahoctiengnhat = '日本語コース'
$truongcdsptw = '教育大学中央'
$nganhcdspmamnon = '産業ティーチャーズカレッジ保育園'
$nganhtcspmamnon = '中間セクター保育園の先生'
$nganhtcsptieuhoc = '中間セクター小学校教師'
$nganhcdsptieuhoc = '大学小学校教師'
$truongdhcongnghedonga = '東アジアの美術大学'
$nganhdhketoan = '大学部門の会計'
$nganhdhtaichinhnganhang = '金融セクター銀行大学'
$nganhdhquantrikinhdoanh = '経営管理の大学部門'
$nganhdhcntt = '情報技術大学部門'
$nganhdhxaydung = '大学建設産業'
$nganhdhdiendientu = '電力部門の大学 - エレクトロニクス'
$truongtcyduochanam = '健康のための職業訓練学校 - 薬局河南'
$nganhydieuduong = '介護部門'
$nganhysydakhoa = '一般的な医療分野'
$nganhduocsy = 'セクター薬剤師'
$ANH = 'GALLERY'
$datmua = 'Buy'
$PRODUCT = 'Product'
$NEWPRODUCT = 'LIST PRODUCT'
$HELPONLINE = 'SUPPORT ONLINE'
$ONLINE = 'CUSTOMER MESSAGE'
$baiduocxemnhieunhat = 'MOST VIEWED ARTICLES'
$hotrotructuyen = 'ONLINE SUPPORT'
$THE_COUNTER = 'ACCESS COUNTER'
$GIOHANG = 'Your Cart'
$ADDRESS = 'ADDRESS'
$CONTACT = 'Contact'
$thuvien = '図書館'
$PHONE = '電話'
$VIEWALL = 'View all'
$DEVELOP = 'Designed and developed by VTM - IT'
$tinlienquan = 'Other news'
$ten = 'Fullname'
$email = 'Email'
$dienthoai = 'Phone'
$diachi = 'Address'
$tieude = 'Title'
$noidung = 'Content'
$sanphamcungseries = 'Products of the same series'
$chitiet = 'Details'
$result = 'Search Results for keyword'
$quaylai = 'Back'
$masanpham = 'Code product'
$mota = 'Description'
$tinhtrang = 'Status'
$chitietsanpham = 'Product details'
$giaban = 'Sale price'
$mua = 'BUY'
$hethang = 'Out of Stock'
$conhang = 'In Stock'
$chuabaogomthueVAT = 'Not include VAT'
$khonggiantraolong = 'SPACE O LONG TEA'
$hethongphanphoi = 'AFFILIATES'
$tinkhac = 'News other'
$dabaogomthueVAT = 'Inclusive of VAT'
$tongtienphaitra = 'The total amount to be paid'
$hinhanh = 'Images'
$tensanpham = 'Product name'
$soluong = 'Number of'
$gia = 'Price :'
$tonggia = 'Total'
$xuly = 'Handling'
$sanphamtronggiohang = 'Products in cart'
$thongtincuaban = 'Your Information'
$gui = 'Send'
$huy = 'Cancel'
$sanphammoi = 'NEWS PRODUCT'
$camnangtra = 'HANDBOOK FOR TEA...'
$hieuve = 'Learn about'
$tra = 'TEA'
$thuongthuc = 'Enjoy'
$dungcach = 'PROPERLY'
$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">
Contact
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="font-family: arial, sans-serif; font-size: 13px;">
<span style="font-size:16px;"><strong>Hanco Investment and Trading Joint Stock Company</strong></span></div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Registed Address: 228 Au Co Street, Quang An Ward, Tay Ho District, Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Office: R2-L2-10B Royal City, 72A Nguyen Trai Str., Thanh Xuan Dist., Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Tel: (84-24) 3993 6699 - Fax : (84-24) 6664 9666/3573 5995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</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">Fullname: </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">Address: </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">Phone: </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">Title: </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">Content: </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" />
Send </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">
Contact
</div>
<div class="content" style="padding: 20px;"><div style="text-align: center;">
<div style="text-align: left;">
<div style="font-family: arial, sans-serif; font-size: 13px;">
<span style="font-size:16px;"><strong>Hanco Investment and Trading Joint Stock Company</strong></span></div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Registed Address: 228 Au Co Street, Quang An Ward, Tay Ho District, Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Office: R2-L2-10B Royal City, 72A Nguyen Trai Str., Thanh Xuan Dist., Hanoi, Vietnam.</div>
<div style="font-family: arial, sans-serif; font-size: 13px;">
Tel: (84-24) 3993 6699 - Fax : (84-24) 6664 9666/3573 5995<br />
Email: hunghk@hanco.vn - Website: http://hanco.vn/</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">Fullname: </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">Address: </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">Phone: </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">Title: </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">Content: </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" />
Send </button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</div>
<!--end #center-->
'
$scripts_for_layout = ''
$duoi = '_eg'
$tintucmoi = 'NEWS'
$sanphamtieubieu = 'TYPICAL PRODUCTS'
$gioithieuhanco = 'ABOUT HANCO'
$hoatdonghanco = 'Hanco Activities'
$ABOUT = 'About us'
$HOME = 'Home'
$danhmuctin = 'NEWS CATALOGUE'
$danhmuccodong = 'CATALOGUE'
$NEWS = 'NEWS'
$doitac = 'PARTNERS HANCO'
$thongtincodong = 'Overview'
$dangkihoconline = 'オンライン学習を登録'
$TRACU = 'TEA'
$hoidap = 'FAQ'
$sanpham = 'Products'
$chonlinklienket = 'Choose the link'
$lienketwebsite = 'Link website'
$duhocnhatban = '日本留学'
$daotaotiengnhat = 'トレーニング日本'
$daotaotrongnuoc = '水中でのトレーニング'
$sanphamkhac = 'Other product'
$clubmusic = 'クラブ音楽の才能'
$banquyen = '著作権©2013 Viengiaoducedu.vnバイ - Digivisionによって供給。'
$thuvienanh = 'Photo Gallery'
$gioitinh = 'ジェンダー'
$ngaysinh = '生年月日'
$hokhau = '世帯の記録'
$xemtiep = 'すべてを見る'
$sukiennoibat = 'ハイライト'
$video = 'ビデオ'
$LIENHE = 'Contact'
$trinhdohocvan = '教育'
$totnghieptruong = '累進'
$namtotnghiep = '卒業した年'
$dangky = '登録'
$duhocnhat = '日本留学'
$khoahoctiengnhat = '日本語コース'
$truongcdsptw = '教育大学中央'
$nganhcdspmamnon = '産業ティーチャーズカレッジ保育園'
$nganhtcspmamnon = '中間セクター保育園の先生'
$nganhtcsptieuhoc = '中間セクター小学校教師'
$nganhcdsptieuhoc = '大学小学校教師'
$truongdhcongnghedonga = '東アジアの美術大学'
$nganhdhketoan = '大学部門の会計'
$nganhdhtaichinhnganhang = '金融セクター銀行大学'
$nganhdhquantrikinhdoanh = '経営管理の大学部門'
$nganhdhcntt = '情報技術大学部門'
$nganhdhxaydung = '大学建設産業'
$nganhdhdiendientu = '電力部門の大学 - エレクトロニクス'
$truongtcyduochanam = '健康のための職業訓練学校 - 薬局河南'
$nganhydieuduong = '介護部門'
$nganhysydakhoa = '一般的な医療分野'
$nganhduocsy = 'セクター薬剤師'
$ANH = 'GALLERY'
$datmua = 'Buy'
$PRODUCT = 'Product'
$NEWPRODUCT = 'LIST PRODUCT'
$HELPONLINE = 'SUPPORT ONLINE'
$ONLINE = 'CUSTOMER MESSAGE'
$baiduocxemnhieunhat = 'MOST VIEWED ARTICLES'
$hotrotructuyen = 'ONLINE SUPPORT'
$THE_COUNTER = 'ACCESS COUNTER'
$GIOHANG = 'Your Cart'
$ADDRESS = 'ADDRESS'
$CONTACT = 'Contact'
$thuvien = '図書館'
$PHONE = '電話'
$VIEWALL = 'View all'
$DEVELOP = 'Designed and developed by VTM - IT'
$tinlienquan = 'Other news'
$ten = 'Fullname'
$email = 'Email'
$dienthoai = 'Phone'
$diachi = 'Address'
$tieude = 'Title'
$noidung = 'Content'
$sanphamcungseries = 'Products of the same series'
$chitiet = 'Details'
$result = 'Search Results for keyword'
$quaylai = 'Back'
$masanpham = 'Code product'
$mota = 'Description'
$tinhtrang = 'Status'
$chitietsanpham = 'Product details'
$giaban = 'Sale price'
$mua = 'BUY'
$hethang = 'Out of Stock'
$conhang = 'In Stock'
$chuabaogomthueVAT = 'Not include VAT'
$khonggiantraolong = 'SPACE O LONG TEA'
$hethongphanphoi = 'AFFILIATES'
$tinkhac = 'News other'
$dabaogomthueVAT = 'Inclusive of VAT'
$tongtienphaitra = 'The total amount to be paid'
$hinhanh = 'Images'
$tensanpham = 'Product name'
$soluong = 'Number of'
$gia = 'Price :'
$tonggia = 'Total'
$xuly = 'Handling'
$sanphamtronggiohang = 'Products in cart'
$thongtincuaban = 'Your Information'
$gui = 'Send'
$huy = 'Cancel'
$sanphammoi = 'NEWS PRODUCT'
$camnangtra = 'HANDBOOK FOR TEA...'
$hieuve = 'Learn about'
$tra = 'TEA'
$thuongthuc = 'Enjoy'
$dungcach = 'PROPERLY'
$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