<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <% using (Html.BeginForm("Toggle", "ProcessEmission")) { %>
<% SelectedFacilityView facility = ViewUtility.GetSelectedFacility(); %> <%:Html.ActionLink("Back", "Report", "Facility", new { Id = Model.Report.Id, facilityId = facility.Id }, new { @class = "backButtonNoText argsHolder align-right" })%> <% Html.RenderPartial("ReportStatus", Model.Report.Status); %>

<%:Model.Report.Number%> Emissions Report

Process Emissions

Filter: " class="content-clearer tableFilterClearButton" alt="tableFilter" />
<%Html.RenderPartial("TextPager"); %>
Emission Unit Identifier: Process Identifier: SCC: Annual Throughput: Actions
<%--<%:Html.ActionLink("Export", "Export", "ProcessEmission", new { Id = Model.Report.Id, facilityId = facility.Id }, new { @class = "exportButton" })%>--%> <%-- <%if (Model.Report.Status == ReportStatus.InProcess && facility.IsFacilityEditor) { %> <%:Html.ActionLink("Add", "Add", "ProcessEmission", new { Id = Model.Report.Id, facilityId = facility.Id }, new { @class = "addButton align-right" })%> <%} %>--%>
<%} %>
<%Html.RenderPartial("FacilitySide"); %>