????

Your IP : 216.73.216.182


Current Path : C:/inetpub/vhost/qlhncn.gdtsolutions.vn/api/template/BaoCaoTNTheoNganhNghe/
Upload File :
Current File : C:/inetpub/vhost/qlhncn.gdtsolutions.vn/api/template/BaoCaoTNTheoNganhNghe/index.cshtml

<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tbody>
            <tr>
                @*<td colspan="5">
                        <b>@Model.DonVi</b>
                    </td>
                    <td></td>*@
                @*<td colspan="5" align="right">
                        Mã hồ sơ:
                    </td>*@
            </tr>
        </tbody>
    </table>
    <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tbody>
            <tr>
                <td align="center" colspan="8">
                    <h1>BÁO CÁO TỐT NGHIỆP THEO NGÀNH NGHỀ</h1>

                </td>
            </tr>
            <tr>
                <td excel-colspan="8" colspan="8" align="center">
                    <h3> <i>Từ ngày @HNCN.Ultility.Helpers.Helper.FormatDatetime(@Model.TuNgay) đến ngày  @HNCN.Ultility.Helpers.Helper.FormatDatetime(@Model.DenNgay) </i>  </h3>
                </td>
            </tr>
        </tbody>
    </table>
    {detail.cshtml}


    <table border="0" cellspacing="0" cellpadding="5" width="100%">
        <tbody>
            <tr></tr>
            <tr></tr>
            <tr></tr>
            <tr>
                <td>
                    Ghi chú: Đối tượng ưu tiên
                </td>
            </tr>

            @{
                foreach (var item in Model.DoiTuongUTs)
                {
                    <tr>
                        <td excel-colspan="4">
                            - (@item.Id) @item.Name
                        </td>
                    </tr>
                }
            }
        </tbody>
    </table>
</body>
</html>