<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <%-- Facility Selection --%> <%--{{each(f, fac) List }}--%>

Facility Selection

<% using (Html.BeginForm()) { %>
<%: Html.DropDownListFor(x => x.ReportingYears, new SelectList(Model.ReportingYears), "No reports submitted", new { @id = "selYear", @class = "text-input full-input", @multiple = "multiple", @size = "8" })%>
<%: Html.DropDownListFor(x => x.Categories, new SelectList(Model.Categories, "Code", "Name"), "No category set", new { @id = "selCategory", @class = "text-input full-input", @multiple = "multiple", @size = "8" })%>
Search
Filter: " class="content-clearer tableFilterClearButton" alt="tableFilter" /> <%= Constants.DataTableCount%>
Facility Identifier Facility Name Status Status Date Category

Records selected: of total records

<%--<%:Html.ActionLink("Done", "Selection", "Facility", new object { }, new { @class = "saveButton align-right" })%>--%> <%:Html.ActionLink("Cancel", "SelectionCancel", "Facility", new object { }, new { @class = "cancelButton align-right" })%> <% } //end form %>