Last change
on this file since 6440 was
6253,
checked in by msammer, 14 years ago
|
#1520 Added the Run-detail-view which shows the properties and the values of a run. Property-values are shown in a AJAX-based extra view
|
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 | Details
|
---|
9 | </asp:Content>
|
---|
10 |
|
---|
11 | <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
---|
12 |
|
---|
13 | <h2>Details</h2>
|
---|
14 |
|
---|
15 | <% Html.RenderAction("RunCollectionDetail"); %>
|
---|
16 |
|
---|
17 | </asp:Content>
|
---|
Note: See
TracBrowser
for help on using the repository browser.