@using System.Web @* the select function is provided by select-row directive*@
@* header *@ @* header's button style is controlled by header-content-layout, the business logic(ng-show) is controlled here *@
@*header content layout provide the general function like mouse over and background image*@
@Resource.StaticLabelAddNew
@Resource.StaticLabelGlobal_Edit
@Resource.StaticLabelGlobal_Delete
@Resource.StaticLabelExportBOM
@Resource.StaticLabelImprotBOM
@Resource.StaticLabelReferenceData
@Resource.StaticLabelGlobal_Search
@* end of header *@ @* the body of index *@
@**@ @**@ @**@
@Resource.FactoryAndProcessItems @Resource.ResponsibleUnit @Resource.DeviceName @Resource.IngredientName@Resource.GWPFactor@Resource.CO2Factor @Resource.UsageAmount @Resource.StaticLabelGlobal_Remark @Resource.KgCO2e
{{row.GWPFactor|number:10}}{{row.CO2Factor|number:10}} {{row.Scalar|number:4}} {{row.KgCO2e|number:4}}
{{sumKgCO2e | number:4}}
@Resource.NoData
@* end of the body of index *@
@Resource.EmissionSources @Resource.KgCO2e @Resource.AllocatedKgCO2e
{{sum.totalKgCO2e|number:4}} {{sum.totalKgCO2e * Ratio |number:4}}
@* the detail modal form *@
@Resource.SelectValidateMsg
@*
*@
@Resource.RequiredMessage @Resource.NumberValidateMsg
{{selectRow.toBeEdit.KgCO2e|number:4}} @**@
@* end of the detail modal form *@
@(new HtmlString(@Resource.FootnoteOtherCompound.Replace("\r\n", "
")))