@* 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.DeviceName @Resource.EmissionSources @Resource.Quantity @Resource.UsageAmount @Resource.StaticLabelGlobal_Remark @Resource.EmitPara @Resource.KgCO2e
{{row.Scalar|number:4}} {{row.factor|number:10}} {{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 @Resource.NumberValidateMsg
@Resource.RequiredMessage @Resource.NumberValidateMsg
{{selectRow.toBeEdit.factor|number:10}}
{{selectRow.toBeEdit.KgCO2e|number:4}} @**@
@* end of the detail modal form *@
@Html.Raw(@Resource.FootnoteFireEquipment.Replace("\r\n", "
"))