$summary->Height = 300;
    if (isset($_GET['update']) && $_GET['update'] != null) {
        $summary->Value = $capnhatDV['mota'];
    } else {
        $summary->Value = "";
    }
    $summary->Create();
    ?>
												</td>
											</tr>
										</table><br>
<!--THÔNG TIN LIÊN HỆ -->				<table cellspacing="0" cellpadding="2" width="100%" border="0">
											<?php 
    if ($curUser != null) {
        include "../BUS/UsersBUS.php";
        $result = UsersBus::GetUserByEmail($curUserEmail);
    }
    ?>
										
											<tr style="background:#00397C;">
												<td colspan="2" class="ButtonWithbackground">THÔNG TIN LIÊN HỆ</td>
											</tr>
											<tr bgcolor="#F2F5F9" height="30px">
												<td>Họ và Tên:</td>
												<td><span id="infoHoTen" name="infoHoTen">
												<?php 
    echo $result['hoten'];
    ?>
</span></td>
											</tr>
											<tr bgcolor="#F2F5F9" height="30px">