<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/SleisLayout.Master" Inherits="System.Web.Mvc.ViewPage" %>
<% using (Html.BeginForm("Import","ProcessEmission", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> <%:Html.Hidden("reportId", Request.QueryString["reportId"]) %> <%:Html.Hidden("facilityId", Request.QueryString["facilityId"]) %> <% Html.RenderPartial("ReportStatus", Model.Status); %>

<%:Model.Number%> Emissions Report

Select Import Files

<%--This is a placeholder for creating the file-input box in jQuery which allows us to clear it. --%>

<%--This is a placeholder for creating the file-input box in jQuery which allows us to clear it. --%>

<%:Html.ActionLink("Cancel", "Report", "Facility", new{id=Request.QueryString["reportId"], facilityId=Request.QueryString["facilityId"]}, new {@class="cancelButton argsHolder"}) %>
<% } %>