$table = $data->createRightTable($title, $content, "450px"); echo $table; //require_once APPLICATION_PATH.'/layouts/chinhsua/khohang.php'; } if ($right == "donxuat") { echo '<h1 class="title">Thông Tin Đơn Xuất</h1>'; $title = array("Tên Đơn Xuất", "Ngày Xuất", "Thuộc Hợp Đồng", "Tùy Chỉnh"); $data = new My_Data(); $dx = new Model_Donxuat(); $donxuat = $dx->getWhere($this->param->getParam("madonxuat"))[0]; $mydate = Zend_Locale_Format::getDate($donxuat['NgayXuat'], array("date_format" => "yyyy.MM.dd")); $date_str = $mydate['day'] . "/" . $mydate['month'] . "/" . $mydate['year']; $hd = new Model_Hopdong(); $myhopdong = $hd->getWhereIdHopDong($donxuat['MaHopDong']); $content = array($donxuat['TenDonXuat'], $date_str, $myhopdong['TenHopDong'], '<a href="' . HOST_PROJECT . "/index/chinhsua/donxuat/true/mahopdong/" . $id_hopdong . "/madonxuat/" . $donxuat['MaDonXuat'] . '/">Sửa</a> | ' . '<a href="' . HOST_PROJECT . "/index/xoa/donxuat/true/mahopdong/" . $id_hopdong . "/madonxuat/" . $donxuat['MaDonXuat'] . '/" onclick="return confirm(' . "'bạn có chắc muốn xóa ?'" . ')">Xóa</a>'); $table = $data->createRightTable($title, $content, "450px"); echo $table; } } ?> </div> </div> <div class="clear"></div> </div> </div> <?php } else { echo "Chưa tồn tại hợp đồng";