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

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

Submission History

Submitted Date Confirmation Number Submitted By Status Actions
Submission rows highlighted in RED indicate that the Copy of Record (CoR) has either been corrupted/compromised, or has an invalid electronic signature.
<%} %>
<% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %> <%Html.RenderPartial("FacilitySide");%>