????
Current Path : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/PhuLuc/ |
Current File : C:/inetpub/vhost/lantha.gdtsolutions.vn/apitest/template/html/PhuLuc/index.cshtml |
@*@model ApiGDTVietnam.DataProvider.EF.HoSo*@ <!DOCTYPE html> <html> <head> </head> <body> <table border="0" cellspacing="0" cellpadding="5" width="100%"> <tbody> <tr> <td colspan="3" align="center"> <b>@Model.TenDonVi</b><br /> <b>--------</b><br /> </td> <td colspan="3" align="center"> <b>CỘNG HÒA XÃ HỘI CHỦ NGHĨA VIỆT NAM</b><br /> <b>Độc lập - Tự do - Hạnh phúc</b><br /> <b>---------------</b> </td> </tr> <tr> <td colspan="3" align="center"> <span>Số @Model.SoCongVan</span><br /> <span>V/v @Model.TenHoSo</span> </td> <td colspan="5" align="right"> ..., ngày @Model.TGTao.ToString("dd") tháng @Model.TGTao.ToString("MM") năm @Model.TGTao.ToString("yyyy") </td> </tr> </tbody> </table> <table border="0" cellspacing="0" cellpadding="5" width="100%"> <tbody> <tr> <td colspan="12" align="center"> <h3>PHỤ LỤC</h3> </td> </tr> </tbody> </table> {detail.cshtml} </body> </html>