Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5977


Ignore:
Timestamp:
04/07/11 15:01:05 (13 years ago)
Author:
msammer
Message:

#1446 added user-controls RunCollectionDetail, RunCollectionTable and class RunCollectionData for showing the run-results

Location:
branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Results.aspx

    r5910 r5977  
    11<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
     2<%@ Register Src="~/Views/Query/RunCollectionTable.ascx" TagName="RunCollectionTable" TagPrefix="HL" %>
     3<%@ Register Src="~/Views/Query/RunCollectionDetail.ascx" TagName="RunCollectionDetail" TagPrefix="HL" %>
    24
    35<asp:Content ID="Content3" runat="server" ContentPlaceHolderID="SubMenuContent">
     
    1214
    1315    <h2>Results</h2>
     16   
     17    <h3>Test table element</h3>
     18    <form runat="server">
     19        <HL:RunCollectionTable ID="kurt" runat="server" />
     20    </form>
     21
     22    <h3>Test detail element</h3>
     23    <HL:RunCollectionDetail ID="sepp" runat="server" />
    1424
    1525</asp:Content>
Note: See TracChangeset for help on using the changeset viewer.