Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Index.aspx @ 6097

Last change on this file since 6097 was 6097, checked in by mjesner, 14 years ago

#1499 query filter

File size: 579 bytes
Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
4    Index
5</asp:Content>
6<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
7    <h2>Filter</h2>
8    <!--
9     This is the "user control" for the filters. This will call the action "AddFilter"
10     in the controller, after the Action "Index" is called (for rendering the page).
11     -->
12    <% Html.RenderPartial("Filters"); %>
13</asp:Content>
Note: See TracBrowser for help on using the repository browser.