<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %>
<% Html.RenderPartial("ReportStatus", Model.Facility.Report.Status); %>

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

Submission Signature

Please provide the answer to your previously specified challenge question, and re-enter your account login password.

<% Html.ValidationSummary(); %> <% using (Html.BeginForm("Sign", "Document")) { %>

<%: Html.TextBoxFor(x => x.Answer, new { @class = "text-input longer-input required", @id = "authenticationChecksOne", autocomplete = "off" })%> <%: Html.ValidationMessageFor(x => x.Answer)%>

<%: Html.PasswordFor(x => x.Password, new { @class = "text-input medium-input required", @id="authenticationChecksTwo", autocomplete="off" })%> <%: Html.ValidationMessageFor(x => x.Password)%>

<%:Html.ActionLink("Cancel", "Report", "Facility", new { Id = Model.Facility.Report.Id, facilityId = Model.Facility.Report.FacilityId }, new { @class = "cancelButton argsHolder align-right" })%> <%: Html.HiddenFor(x => x.Question) %> <%: Html.HiddenFor(x => x.ReportId) %> <%: Html.HiddenFor(x => x.FacilityId) %>

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