<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <% string selectedFacilities = ""; if (Session["SelectedFacilities"] != null) { selectedFacilities = String.Join(",", (List)Session["SelectedFacilities"]); } %>
<% using (Html.BeginForm()) { %> <%:Html.ActionLink("Back", "Home", "Agency", null, new { @class = "backButtonNoText argsHolder align-right" })%>

Generate Facility Reports

Select the Facility and Year you want to create a report for below.

Select Facilities:

Select the facilities to include in the batch report generation process.

<%:Html.ActionLink("Select", "Selection", "Facility", new object { }, new { @class = "addButton align-left", @id="selectLink" })%>

 (0 facilities currently selected)

Set Reporting Period Details:

Set the reporting period details that will be applied to each generated report.

<%: Html.CheckBox("repPublished", true, new { @id = "repPublished", @class="text-input" }) %>
<% } //form %>