Last change
on this file since 6076 was
6076,
checked in by msammer, 14 years ago
|
#1446 Changed RunCollectionTable for using it in the MVC-pluginhost. Changes for using real Run-objects in the table
|
File size:
604 bytes
|
Line | |
---|
1 | <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" ViewStateMode="Enabled" EnableEventValidation="true" %>
|
---|
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 | Results
|
---|
9 | </asp:Content>
|
---|
10 |
|
---|
11 | <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
---|
12 |
|
---|
13 | <h2>Results</h2>
|
---|
14 |
|
---|
15 | <% Html.RenderAction("RunCollectionTable"); %>
|
---|
16 |
|
---|
17 |
|
---|
18 | </asp:Content>
|
---|
Note: See
TracBrowser
for help on using the repository browser.