@* the Comment.Category is defined here, used by Normal company and Certificate company possible value of Category: LCI_Direct_Material, LCI_Indirect_Material, LCI_Wrap_Material, WorkHour, PowerUsage, WaterUsage, Waste_Water, Waste_Other, Transport, WasteTransport, Vehicle, GasolineEquipment, Kitchen_Company, Kitchen_Outsourcing, Kitchen_Other, Refrigerant, FireEquipment, SteamUsage, OtherCompound *@ @using Weee.Models.Paramemter @using Weee.Models.ExtensionMethods @using Weee.Areas.Certification.Supports @using Resources @model Weee.Areas.Certification.ViewModels.ProductLcaViewModel @{ ViewBag.Title = Resource.StaticLabelProductLCA; Layout = "~/Areas/Certification/Views/Shared/_CertificationLayout.cshtml"; } @section PageStyles { @Styles.Render("~/fancybox/css") } @section PageScripts { @Scripts.Render("~/fancybox") @Scripts.Render("~/sticky") @Scripts.Render("~/certification/lca/detail") } @* @Scripts.Render("~/jQuery") @Scripts.Render("~/bootstrap")