Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Chart/Index.aspx @ 6318

Last change on this file since 6318 was 6318, checked in by cfleisch, 14 years ago

#1499 styling filter and bubblechart, filter bugfixes

File size: 548 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","Query"); %>
5</asp:Content>
6
7<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
8  Index
9</asp:Content>
10
11<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
12
13    <h2>Bubble Chart</h2>
14
15
16
17     <% Html.RenderPartial("BubbleChart"); %>
18</asp:Content>
Note: See TracBrowser for help on using the repository browser.