@using Weee.Models @using Resources @model IEnumerable /*CFT-30*/ @*@model IEnumerable*@@*CFT-30*@ @{ ViewBag.Title = Resource.HomePage; Layout = "~/Areas/Certification/Views/Shared/_CertificationLayout.cshtml"; }
@Resource.LCAStatusWaiting
       
@if (TempData["ErrMsg"] != null) {

@TempData["ErrMsg"]

} @if (TempData["SuccessMsg"] != null) {

@TempData["SuccessMsg"]

}
@*
*@ @**@ @*CFT-30*@ @foreach (var item in Model) { @**@ @*CFT-30*@ @*CFT_30*@ @*CFT-30*@ @*@if (item.LCAType == typeof(ProductLCA))*@@*CFT-30*@ @if (item.LCATypeName == Resource.StaticLabelProductLCA) /*CFT-30*/ { } //else if (item.LCAType == typeof(OrganizationLCA)) CFT-30 else if (item.LCATypeName == Resource.StaticLabelOrganizationLCA) /*CFT-30*/ { } } @if (Model.Count() == 0) { }
@Html.DisplayNameFor(x => x.ID) @Html.DisplayNameFor(x => x.LCAname) @Html.DisplayNameFor(x => x.LCAType) @Html.DisplayNameFor(x => x.Description) @Html.DisplayNameFor(x => x.CreatedDate) @Html.DisplayNameFor(x => x.LCAitemName)@Html.DisplayNameFor(x => x.StartDate) @Html.DisplayNameFor(x => x.EndDate)
@Html.DisplayFor(x => item.ID) @Html.DisplayFor(x => item.LCAname)@Html.DisplayFor(x => item.LCATypeDisplayName)@Html.DisplayFor(x => item.LCATypeName)@Html.DisplayFor(x => item.Description) @Html.DisplayFor(x => item.CreatedDate) @Html.DisplayFor(x => item.LCAitemName)@item.StartDate.ToShortDateString() @item.EndDate.ToShortDateString()@Html.ActionLink("Detail", "ProductLcaDetail", "LCA", new { id = item.ID }, null)@Html.ActionLink("Detail", "OrganizationLcaDetail", "LCA", new { id = item.ID }, null)
@Resource.NoData @Resource.Click@Html.ActionLink(Resource.Here, "all")@Resource.SeeHistory
@using (Html.BeginForm("UploadFileFA", "Home", FormMethod.Post, new { enctype = "multipart/form-data" })) { }