<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %>
<% using (Html.BeginForm()) { %> <% Html.ValidationSummary(false, "Please correct the errors and try again"); %> <% Html.RenderPartial("ReportStatus", Model.Report.Status); %>

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

Repudiation Request

Please provide a reason why you are requesting a repudiation of this submission.

<%: Html.ValidationMessage("RequestReason") %>

<%: Html.ActionLink("Cancel", "History", "Report", new { Id = Model.Report.Id, facilityId = Model.Report.FacilityId }, new { @id = "cancelButton", @class = "cancelButton" })%>

<%} %>
<% SelectedFacilityView selectedFac = ViewUtility.GetSelectedFacility(); %> <%Html.RenderPartial("FacilitySide");%>