Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/10 21:49:23 (14 years ago)
Author:
wtollsch
Message:

#1198 Added AlgorithmClassController, AlgorithmClassModel, AlgorithmClass/Index.aspx with ListBox

Location:
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index.aspx

    r4785 r4939  
    77<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
    88
    9     <h2>Index</h2>
     9    <form id="form1" runat="server">
    1010
     11    <h2>Algorithms</h2>
     12
     13    <asp:Panel ID="Panel3" runat="server" Height="16px" Width="298px">
     14    </asp:Panel>
     15    <asp:Panel ID="Panel1" runat="server" Height="16px" Width="315px">
     16        <asp:Panel ID="Panel2" runat="server">
     17        </asp:Panel>
     18    </asp:Panel>
     19
     20    </form>
    1121</asp:Content>
Note: See TracChangeset for help on using the changeset viewer.