Last change
on this file since 4939 was
4939,
checked in by wtollsch, 14 years ago
|
#1198 Added AlgorithmClassController, AlgorithmClassModel, AlgorithmClass/Index.aspx with ListBox
|
File size:
664 bytes
|
Line | |
---|
1 | <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
|
---|
2 |
|
---|
3 | <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
---|
4 | Index
|
---|
5 | </asp:Content>
|
---|
6 |
|
---|
7 | <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
---|
8 |
|
---|
9 | <form id="form1" runat="server">
|
---|
10 |
|
---|
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>
|
---|
21 | </asp:Content>
|
---|
Note: See
TracBrowser
for help on using the repository browser.