@using Resources
@model Weee.Models.LCA
@{
ViewBag.Title = Resource.StaticLabelLCAList;
Layout = "~/Areas/admin/Views/Shared/_AdminLayout.cshtml";
}
Delete
Are you sure you want to delete this?
LCA
-
@Html.DisplayNameFor(model => model.VerifyBy.Name)
-
@Html.DisplayFor(model => model.VerifyBy.Name)
-
@Html.DisplayNameFor(model => model.StartDate)
-
@Html.DisplayFor(model => model.StartDate)
-
@Html.DisplayNameFor(model => model.EndDate)
-
@Html.DisplayFor(model => model.EndDate)
-
@Html.DisplayNameFor(model => model.DeadLine)
-
@Html.DisplayFor(model => model.DeadLine)
-
@Html.DisplayNameFor(model => model.Status)
-
@Html.DisplayFor(model => model.Status)
@using (Html.BeginForm()) {
@Html.AntiForgeryToken()
@Html.HiddenFor(x => x.ID)
|
@Html.ActionLink("Back to List", "Index")
}