Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Index.aspx @ 5910

Last change on this file since 5910 was 5910, checked in by cfleisch, 13 years ago

#1439 Query tool as plugin implemented, added submenu items

File size: 583 bytes
Line 
1<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
2
3<asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">
4   <% Html.RenderAction("Menu"); %>
5</asp:Content>
6
7<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
8  Index
9</asp:Content>
10   
11
12<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
13
14       <h2>
15        Hello World Query!</h2>
16    <p>
17        <i>Now with more Hello World Action!</i>
18    </p>
19
20</asp:Content>
Note: See TracBrowser for help on using the repository browser.